Forums / Basic Configuration / Lost Contact Us Header

Lost Contact Us Header

Locked
Results 1 to 7 of 7
This thread is locked. New replies are disabled.
20 Mar 2010, 18:02
#1
custombooks avatar

custombooks

New Zenner

Join Date:
Jul 2009
Posts:
78
Plugin Contributions:
0

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?
20 Mar 2010, 19:49
#2
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

Re: Lost Contact Us Header

Check the contact us template. Things don't just disappear for no reason. It is almost always human error.
20 Mar 2010, 23:14
#3
custombooks avatar

custombooks

New Zenner

Join Date:
Jul 2009
Posts:
78
Plugin Contributions:
0

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!

CoolCarPartsOnline:

Check the contact us template. Things don't just disappear for no reason. It is almost always human error.
20 Mar 2010, 23:38
#4
custombooks avatar

custombooks

New Zenner

Join Date:
Jul 2009
Posts:
78
Plugin Contributions:
0

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?

CustomBooks:

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!
21 Mar 2010, 13:46
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: Lost Contact Us Header

Maybe with a link to the site ...
16 Apr 2010, 00:20
#6
slctd3 avatar

slctd3

New Zenner

Join Date:
Apr 2010
Posts:
1
Plugin Contributions:
0

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.
16 Apr 2010, 09:26
#7
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

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>