Forum Support

Shape 5
March 28, 2024, 07:39:41 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: expanding logo size  (Read 477 times)
philly0128
Jr. Member
**
Offline Offline

Posts: 136



« on: November 30, 2008, 05:27:22 PM »

I have a logo that I added but I can't find where in the color2 css to change the size of the logo

www.christiancompassion.com/online
« Last Edit: November 30, 2008, 05:29:36 PM by philly0128 » Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: December 01, 2008, 01:59:17 PM »

Hello,

The CSS for this is located in your template_css.css file at line 471, you should see:

Code:
#leftColumn .logo a {
display:block;
height:158px;
overflow:hidden;
text-indent:-3000px;
width:187px;
}

Regards,
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
philly0128
Jr. Member
**
Offline Offline

Posts: 136



« Reply #2 on: December 02, 2008, 06:15:59 PM »

Thank you, that worked. I was doing some research on trying to figure out how to get a swf file as my banner or logo since .gif takes away from the graphics. I found someone who is able to get it to work by doing the following. I opened the index.php in my editor couldn't find any <div=header as expected, but I tried placing it in some different sections that had divs, I can see the location there it's just not showing up. Can anyone get this to work.

I added the logo.swf to the image folder, I also changed style10 to logo.swf

No modules are required. Just add this code into index.php.

<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="900" height="160">
<param name="movie" value="<?php echo $mosConfig_live_site;?>/templates/yourstore/images/logo.swf" />
<param name="quality" value="high" />
<embed src="<?php echo $mosConfig_live_site;?>/templates/yourstore/images/logo.swf" quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="900" height="160"></embed>
</object>

For those who do not know. You have to add this code into the div tag of the header (in index.php). in my case it was after <div id="header"> .be sure to change the css file too. change the header in the css file into for e.g. logo.swf and don't forget to add the swf file into the images folder of the template.
oh and, you have to change some things in the code in order for it to work for your template. such as the height and width and the name of your template as well as the file name.
« Last Edit: December 02, 2008, 06:21:02 PM by philly0128 » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.