Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2009
    Posts
    78
    Plugin Contributions
    0

    Default Lost Contact Us Header

    Help! I have no header on my Contact Us page. All of my other Define Pages have the appropriate headers (Shipping & Returns, Privacy, Site Map, etc) - but the words "Contact Us" are not displaying at the top of my Contact Us page. My includes/languages/english/contact_us.php file contains
    define('HEADING_TITLE', 'Contact Us');
    define('NAVBAR_TITLE', 'Contact Us');
    The Nav Bar shows "Contact Us" but the Heading Title does not display at all. What am I missing?

  2. #2
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Lost Contact Us Header

    Check the contact us template. Things don't just disappear for no reason. It is almost always human error.

  3. #3
    Join Date
    Jul 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: Lost Contact Us Header

    I'm sure it's MY error, but I don't know what to look for or how to fix it. Are you referring to this file:
    /includes/templates/template_default/templates/tpl_contact_us_default.php

    If so, this seems to be the relevent section of code...is something wrong with this?
    <fieldset id="contactUsForm">
    <legend><?php echo HEADING_TITLE; ?></legend>

    I do have one more bit of puzzle information; my breadcrumb reads: Home - Contact Us - Contact Us
    Why do I have a double "Contact Us" in the breadcrumb and no "Contact Us" for the Heading_Title?

    Can you give me more details on what to look for where? Thanks!

    Quote Originally Posted by CoolCarPartsOnline View Post
    Check the contact us template. Things don't just disappear for no reason. It is almost always human error.

  4. #4
    Join Date
    Jul 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: Lost Contact Us Header

    Just got rid of the double breadcrumb - but I still have no idea on how to display "Contact Us" heading (my original problem). Can someone please help?

    Quote Originally Posted by CustomBooks View Post
    I'm sure it's MY error, but I don't know what to look for or how to fix it. Are you referring to this file:
    /includes/templates/template_default/templates/tpl_contact_us_default.php

    If so, this seems to be the relevent section of code...is something wrong with this?
    <fieldset id="contactUsForm">
    <legend><?php echo HEADING_TITLE; ?></legend>

    I do have one more bit of puzzle information; my breadcrumb reads: Home - Contact Us - Contact Us
    Why do I have a double "Contact Us" in the breadcrumb and no "Contact Us" for the Heading_Title?

    Can you give me more details on what to look for where? Thanks!

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

    Default Re: Lost Contact Us Header

    Maybe with a link to the site ...

  6. #6
    Join Date
    Apr 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Lost Contact Us Header

    @CustomBooks

    Did you ever find out the answer to your problem. All my headers are working but my Contact Us header is not showing up. The breadcrumbs and side nav are fine but I cannot get the header to show. If you figured it out I would love to hear how you did it.

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

    Default Re: Lost Contact Us Header

    custombooks and I figured this out, but we did it by PM, so the info didn't make it back here.

    Turns out that Zencart doesn't place that heading there by default, probably because the store name and address usually go there. You can add it by editing tpl_contact_us_default.php.

    Find this line near the top and add the line (in red) just below it.

    <div class="centerColumn" id="contactUsDefault">
    <h1 id="contactUsHeading"><?php echo HEADING_TITLE; ?></h1>

 

 

Similar Threads

  1. lost our header. help please!!
    By talair in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 16 Apr 2010, 04:55 AM
  2. Lost my header
    By sodypop in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Sep 2009, 10:13 AM
  3. Lost Search in my header...ack
    By pleitch in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 19 Apr 2007, 08:55 PM
  4. I lost Contact Us...... (again)
    By Turtleman in forum General Questions
    Replies: 2
    Last Post: 31 Jan 2007, 11:33 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