Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 2008
    Posts
    3
    Plugin Contributions
    0

    Default Removing the logo.gif

    I am having a problem removing the logo.gif from the code/layout.

    I have tried searching and found this but it don't work.

    I have made a screenshot below to show what I need to do. Any help would be greatly appreciated.


  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Removing the logo.gif

    TWO files need editing:

    (assuming you want ONLY a BG image in the header).

    1. Your stylesheet - find the declaration for logo.gif and comment it out of the stylesheet.

    2. includes/languages/english/header.php

    Find:

    PHP Code:
    // added defines for header alt and text
      
    define('HEADER_ALT_TEXT''Powered by Zen Cart :: The Art of E-Commerce');
      
    define('HEADER_SALES_TEXT''TagLine Here');
      
    define('HEADER_LOGO_WIDTH''192px');
      
    define('HEADER_LOGO_HEIGHT''64px');
      
    define('HEADER_LOGO_IMAGE''logo.gif'); 
    and edit as follows:

    PHP Code:
    // added defines for header alt and text
      
    define('HEADER_ALT_TEXT''');
      
    define('HEADER_SALES_TEXT''');
      
    define('HEADER_LOGO_WIDTH''');
      
    define('HEADER_LOGO_HEIGHT''');
      
    define('HEADER_LOGO_IMAGE'''); 
    Save the edited file in includes/languages/english/CUSTOM/header.php

  3. #3
    Join Date
    Dec 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Removing the logo.gif

    Alright...I believe I know what you are saying. I have decided to go the route of making that background image the replace the logo.gif. I changed the css to this to just make the background not an image and just black.

    Code:
    #logoWrapper{
    
    	background-repeat: repeat-x;
    
    	background-color: #000000;
    
    	height:200px;
    
    	}
    I named that header image header.jpg and it's working but I now have another edit to make. Not sure where. I am assuming in the CSS.

    It says "HEADER_SALES_TEXT" directly under my header now.

    You can see it live at www.loudervisions.com

    Thanks for the help too!
    Last edited by Capital; 9 Dec 2008 at 06:55 PM.

  4. #4
    Join Date
    Dec 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Removing the logo.gif

    Nevermind...I fixed it.

    I added

    Code:
    define('HEADER_SALES_TEXT', '');
    to the header.php



    Thanks again!

  5. #5
    Join Date
    Jan 2009
    Posts
    58
    Plugin Contributions
    0

    Default Re: Removing the logo.gif

    I have followed the procedure to remove the "image" but it still shows up in IE, not Firefox. I am using the comstock template.

    There is no area in my stylesheet that has logo.gif

    Any suggestions would be appreciated.

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Removing the logo.gif

    Add to stylesheet
    Code:
    #logo {display: none;}

  7. #7
    Join Date
    Jan 2009
    Posts
    58
    Plugin Contributions
    0

    Default Re: Removing the logo.gif

    Thank You Misty, that worked perfectly.

  8. #8
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Removing the logo.gif

    Pleased to hear that small snippit of code solved problem

 

 

Similar Threads

  1. Icon.gif and Logo.gif
    By patwithds in forum General Questions
    Replies: 5
    Last Post: 27 Aug 2009, 05:48 PM
  2. Make the logo.gif as a background as well?
    By eoberheim in forum General Questions
    Replies: 0
    Last Post: 26 Mar 2008, 10:15 PM
  3. Need Help Removing Logo.Gif and "Sales Message Goes Here"
    By AmandaNoelle82 in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 10 Feb 2008, 03:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR