Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2011
    Posts
    9
    Plugin Contributions
    0

    Default Double Header on IE

    Recently my site has started showing double headers on IE. If you click the link above in FF or Chrome, it'll show fine, but on IE the header is simply repeated twice. The second instance doesn't have a hyperlink, so it's not exactly the same.

    I know it's probably something simple that I should have figured out by now, and I apologize in advance for that.

    Any help?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Double Header on IE

    Looks like you may have removed some stuff you shouldn't have from header.php and/or tpl_header.php.

    Here's a stock Zencart branding section:

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><a href="http://www.xxx.org/"><img src="includes/templates/demo/images/logo.gif" alt="Powered by Zen Cart :: The Art of E-Commerce [home link]" title=" Powered by Zen Cart :: The Art of E-Commerce [home link] " width="192" height="64" /></a></div>

    <div id="taglineWrapper">
    <div id="tagline"><h1>Sales Message Goes Here</h1></div>
    </div>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->


    and here's yours:

    <!--bof-branding display-->
    <a href="http://www.oldwinchesters.com"><div id="logoWrapper"></a>
    </div></a>

    You have two </a> tags, no <img> tag and no closing comment, which suggests some of that section got accidentally removed.

  3. #3
    Join Date
    Feb 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Double Header on IE

    Thank you! Just takes an experienced eyeball to see it. (I'm just techie enough that I really did accidentally type iBall in that last sentence!)

    Anyway, I changed the code to

    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><a href="http://www.oldwinchesters.com"></a></div>
    
    <div id="taglineWrapper">
    <div id="tagline"></div>
    </div>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->
    and all is fixed. Thanks again.

 

 

Similar Threads

  1. Double Main Content above header and navigation
    By urgentprog in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jun 2014, 10:00 PM
  2. Replies: 1
    Last Post: 30 Sep 2009, 09:30 AM
  3. Double background Header problem
    By estrat in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Nov 2008, 03:44 PM
  4. double header image
    By matteoraggi in forum Basic Configuration
    Replies: 2
    Last Post: 12 Dec 2007, 12:26 PM
  5. Double Header?
    By Honeysmom in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 6 May 2007, 07:02 PM

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