Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2005
    Posts
    76
    Plugin Contributions
    0

    Default header disappears in firefox?

    everything else seems to look okay in FF, but the header just doesn't show. i don't know if this is a stylesheet issue or what. here is the URL: http://www.overspeedmotorsports.com/

  2. #2
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: header disappears in firefox?

    Just remove those comments and everything would be fine


    <!-- All HEADER_ definitions in the columns below are defined in includes/languages/english.php //-->


    <!---------------- MY HEADER CODE!!!-------------------------->

    AND


    <!----------------END- MY HEADER CODE!!!-------------------------->

    These comments are actually making the whole header section also commented
    See this link as to why this comment here is wrong
    http://www.htmlhelp.com/reference/wi...c/comment.html


    You final final should be this:
    (just check the first and last part and replace)

    Code:
    
    
    <TABLE class=centershop cellSpacing=0 cellPadding=0 border=0>
      <TBODY>
      <TR>
        <TD>
          <TABLE class=header cellSpacing=0 cellPadding=0 width=744 border=0>
            <TBODY>
            <TR>
              <TD width=744>
                <TABLE id=Table_01 height=182 cellSpacing=0 cellPadding=0 width=744
                border=0>
                  <TBODY>
                  <TR>
                    <TD rowSpan=3><IMG height=182 alt=""
                      src="Overspeed Motorsports, Your online source for the hottest performance parts!_files/header_01.jpg"
                      width=309></TD>
                    <TD rowSpan=3><IMG height=182 alt=""
                      src="Overspeed Motorsports, Your online source for the hottest performance parts!_files/header_02.jpg"
                      width=254></TD>
                    <TD colSpan=2><IMG height=131 alt=""
                      src="Overspeed Motorsports, Your online source for the hottest performance parts!_files/header_03.jpg"
                      width=181></TD></TR>
                  <TR>
                    <TD width=134
                    background="Overspeed Motorsports, Your online source for the hottest performance parts!_files/header_04.jpg"
                    height=30><INPUT size=18 name=textfield3></TD>
                    <TD><IMG height=30 alt=""
                      src="Overspeed Motorsports, Your online source for the hottest performance parts!_files/header_05.jpg"
                      width=47></TD></TR>
                  <TR>
                    <TD colSpan=2><IMG height=21 alt=""
                      src="Overspeed Motorsports, Your online source for the hottest performance parts!_files/header_06.jpg"
                      width=181></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
          <TABLE class=main_page cellSpacing=0 cellPadding=0 border=0>
            <TBODY>
    Last edited by superprg; 14 Aug 2006 at 09:01 PM.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: header disappears in firefox?

    You will have to provide additional detail as to how, & where you have entered the head image. Post the code & file that you have altered.

    Second; you are using an older version of zencart you should seriously consider an upgrade to the latest version.

    Third; Your site loads very slow...and I am currently on a T1 link. Your thumbnail images are averaging 150K each and for the size of the displayed image, a file of less than 5k would provide the detail required.

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: header disappears in firefox?

    What version of Zen Cart are you using? Was this an upgrade?

  5. #5
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: header disappears in firefox?

    When your comments says:

    <!---------------- MY HEADER CODE!!!-------------------------->

    That means !- is the start of the comment
    Now there are two such !- in the same line and therefore parser thinks till it gets a "->" all lines are comments

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: header disappears in firefox?

    This is a typical problem with the hitechpc template contribution and others based on it.

    Simply remove the comment lines and things should return to normal.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Mar 2005
    Posts
    76
    Plugin Contributions
    0

    Default Re: header disappears in firefox?

    i took out the extra !!! and it's still doing it.

    im running v 1.2.4d

  8. #8
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: header disappears in firefox?

    Can you try removing these lines?

    <!---------------- MY HEADER CODE -------------------------->

    AND

    <!----------------END MY HEADER CODE -------------------------->
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  9. #9
    Join Date
    Mar 2005
    Posts
    76
    Plugin Contributions
    0

    Default Re: header disappears in firefox?

    that did it thanks!

 

 

Similar Threads

  1. v139h when I switching templates, everything except header disappears
    By Hetero in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Jul 2012, 02:19 PM
  2. Header Navigation Link Disappears After Log in
    By bluelightnin6 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Jan 2012, 08:05 PM
  3. Part of the header disappears when the customer logs in
    By Tamuren in forum General Questions
    Replies: 2
    Last Post: 9 Jun 2011, 09:34 PM
  4. Header Layout in FireFox vs. IE
    By dave_nextexit in forum Basic Configuration
    Replies: 2
    Last Post: 17 Feb 2009, 06:57 PM
  5. In Firefox header is missing
    By MeltDown in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Dec 2007, 06:50 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