Wiccle.com in Facebook Wiccle.com in Twitter Wiccle.com in LinkedIn Wiccle.com in Youtube RSS from Wiccle.com Wiccle.com in Atom
 
 
 

Thread: header image

Started: October 3, 2009, 03:52 AM  ⋅  Zone: Public Forums  ⋅  Category: Install & Modification  ⋅  Posts: 7  ⋅  Views 644
Started by: xmbytes  ⋅  Description: No description.
Post #1
Member: xmbytes  ⋅  Date: October 3, 2009, 03:52 AM  ⋅ Subject: "header image"

how do I change the size of logo.img in header?

here is my logo http://lostpsychic.com/templates/default/images/lostpsychic_logo.swf

does the templates not handle flash?

Post #2
Member: xmbytes  ⋅  Date: October 3, 2009, 02:53 PM  ⋅ Subject: "Re: header image"

here is what I did

<div class="site_logo"><a href="templates/default/images/lostpsychic_logo.swf"><img style="float: left;" src="templates/default/images/lp_logo" alt="Lost Psychic" width="350" height="56" /></a></div>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;[[logged]]</p>

Post #3
Member: Markus  ⋅  Date: October 3, 2009, 04:52 PM  ⋅ Subject: "Re: header image"

You can either change it in Admin CP under Site > Header and Footer (recommended), or otherwise replace the default image (templates/default/site_logo.png) with your own.

In your attempt, please note that the IMG html tag cannot display flash -- but you can add it as you would add any other flash, namely with the "Insert / edit embedded media" button (right next to smilies). Also, the [[logged]] should read [[LOGIN_BOX]].

Post #4
Member: xmbytes  ⋅  Date: October 3, 2009, 05:14 PM  ⋅ Subject: "Re: header image"

that worked great thank you.

Post #5
Member: xmbytes  ⋅  Date: October 3, 2009, 05:23 PM  ⋅ Subject: "Re: header image"

one last issue and I will leave you alone for a few days.

I knock off this when I adjusted logo what did I delete to make this come out of place?

http://lostpsychic.com/#top

Post #6
Member: Markus  ⋅  Date: October 3, 2009, 05:36 PM  ⋅ Subject: "Re: header image"

1. You may need to tweak the CSS for .site_logo (under templates/css/menus.css). Try this for a starting point:

.site_logo {
    position: absolute;
    z-index: 200;
    left: 0px;
    top: 0px;
}

Do the following first, however.

2. Get rid of those paragraph tags and just stick the [[LOGIN_BOX]] right after the div. (Suggest editing this in plain HTML, not in WYSIWYG mode.)

3. Your hyperlink is now to the flash file (see the a href="" part). You probably want to have it for your site's default page or so, but you can't create hyperlinks around Flash. Any click activity will have to be handled by the Flash itself.

 

All that fixed, it should look like this:

<div class="site_logo">

<object width="300" height="70" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="src" value="templates/default/images/lostpsychic_logo.swf" /><embed src="/templates/default/images/lostpsychic_logo.swf" type="application/x-shockwave-flash" width="100" height="100"></embed>
</object>

</div>
[[LOGIN_BOX]]

 

 

Install & Modification

Add to Favorites
Public Forums
Category  ⋅  Deploying iWiccle and Wiccle into unique solutions that match your needs.
 

Public Forums

Add to Favorites
Public Forums
Zone  ⋅ Public forum sections for support and discussions. Available for everyone.
 

Zone Categories

 
Questions? Ask us!
Back to Top