Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Header Images and Text correction

Header Images and Text correction

Views: 771

Results 1 to 5 of 5
30 Mar 2012, 7:44 PM
#1
bargincircus avatar

bargincircus

New Zenner

Join Date:
Jan 2010
Location:
NH
Posts:
47
Plugin Contributions:
0

Header Images and Text correction

http://www.septictech.com/purchase/index.php?

the website: -created a new template:

I have a long image i want to replace for the gray
For the orange and pink i created a new tile_back.jpg.

and for the sales message i dont want the : HEADER_SALES_TEXT

And also the top gray the text would need to be altered and indented.

thanks for your help

31 Mar 2012, 4:00 PM
#2
bargincircus avatar

bargincircus

New Zenner

Join Date:
Jan 2010
Location:
NH
Posts:
47
Plugin Contributions:
0

Re: Header Images and Text correction

So i am weeding through the css and fixed some of them but i am still having problems with the Header_sales_text. - i got rid of the line of code in the header.php in my folder and also the english custom folder. I tried to comment it out but that didnt work either.

31 Mar 2012, 7:49 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Header Images and Text correction

What do you mean by 'got rid of' ?

You can't just remove whole defines in those files, as the template files are looking for those constants.

In header.php, this:

Line #21 : define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');

should be edited to look like this:

Line #21 : define('HEADER_SALES_TEXT', '');

Notice the two single quotes are still there.

30 Apr 2012, 11:10 PM
#4
2_brothers_jewelers avatar

2_brothers_jewelers

New Zenner

Join Date:
Apr 2012
Posts:
4
Plugin Contributions:
0

Re: Header Images and Text correction

Hello y'all,

Hey im a newbie to zen cart, and i want to totally remove the top table where the HEADER_SALES_TEXT goes. so there wont be an image, text, or even a blank box... it just wouldnt exist... is that possible?

and i hope im posting this in the right spot... if not i do appologize

1 May 2012, 1:16 PM
#5
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Header Images and Text correction

You can completely disable the header section if you want to, but BEFORE you do this, it is important that you understand the concept of a CUSTOM TEMPLATE and the OVER-RIDES SYSTEM.

Do you know what I am referring to when I say this?