Results 1 to 6 of 6
  1. #1
    Join Date
    May 2006
    Location
    Windsor, Ontario
    Posts
    64
    Plugin Contributions
    0

    Default Top Banner Problem

    I created a new banner for my website using Photoshop. I saved it optimized for the web in GIF format and called it "logo.gif". I uploaded it into
    /var/www/html/includes/templates/template_default/images/

    The banner now appears, but there is still the small box that says "Sales Message Goes Here on the right side. Any suggestions how to remove that so that just my banner is showing?

    Thanks

  2. #2
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Re: Top Banner Problem

    yeah just go to Tools -> Developers Tool Kit and do a search for "Sales Message" you should find the file you need to edit...

  3. #3
    Join Date
    May 2006
    Location
    Windsor, Ontario
    Posts
    64
    Plugin Contributions
    0

    Default Re: Top Banner Problem

    Thanks stbede77. That helped. I no longer have the image in the background. I had to remove the "header_bg" file all together. I also modified my "header.php" file and deleted the line:
    define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');
    But I still have something that says "HEADER_SALES_TEXT" to the right of my banner. I would like to remove that all together and have my banner appear accross the top of all pages.

    www.duckydoodles.com

    Any further help would be greatly appreciated!

  4. #4
    Join Date
    May 2005
    Location
    Cheshire, UK
    Posts
    542
    Plugin Contributions
    3

    Default Re: Top Banner Problem

    You should never delete the Define statements because Zen needs them to operate properly. It shows the long bit of text now because it cannot fine what it is looking for.

    Instead put back the line you deleted and just delete the text inside the SALES MESSAGE GOES HERE so it just leaves the ''

    define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');

    becomes:
    define('HEADER_SALES_TEXT', '');

  5. #5
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Top Banner Problem

    no you cannot leave it there i tried and got the same problem so you will have to get rid of the whole thing all together

  6. #6
    Join Date
    May 2006
    Location
    Windsor, Ontario
    Posts
    64
    Plugin Contributions
    0

    Default Re: Top Banner Problem

    Thanks JollyJim and hondauser85 for your replies. I have tried getting rid of the whole thing before but to no avail. So I tried JollyJim's suggestion and it worked!! Thanks a lot for the help guys. :-)

 

 

Similar Threads

  1. How to remove top banner and add links to top?
    By Punkristo in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Jun 2010, 07:21 PM
  2. Change Top of store - where to add a banner to the top?
    By Courage9 in forum Basic Configuration
    Replies: 2
    Last Post: 15 May 2010, 04:32 AM
  3. Help banner not wide enough & on top of zen cart banner!!!
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Oct 2008, 12:54 PM
  4. problem to view the top banner !!
    By alhakeem2001 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Nov 2007, 11:13 PM
  5. top banner and IE problem
    By MHJGKane in forum Basic Configuration
    Replies: 2
    Last Post: 18 May 2006, 08:28 AM

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