Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Words on top of header image

Words on top of header image

Locked

Views: 2,085

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
17 May 2007, 6:34 PM
#1
rxalex avatar

rxalex

Totally Zenned

Join Date:
Feb 2006
Posts:
588
Plugin Contributions:
0

Words on top of header image

Is there a way to add wording Like "All Major brands Gucci, Dior, Dolce & Gabbana, Chanel" above the header image, when the page starts... How can I make this happen?

17 May 2007, 7:10 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Words on top of header image

If I get what you want this is the purpose of the "tagline" function

17 May 2007, 7:15 PM
#3
rxalex avatar

rxalex

Totally Zenned

Join Date:
Feb 2006
Posts:
588
Plugin Contributions:
0

Re: Words on top of header image

Above header/logo... within the page not tagline of IE for the purpose of SEO...

17 May 2007, 7:49 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Words on top of header image

Above header/logo... within the page not tagline of IE for the purpose of SEO...
Care to elaborate on this???

IE and SEO are not related as far as I am aware of

17 May 2007, 8:04 PM
#5
rxalex avatar

rxalex

Totally Zenned

Join Date:
Feb 2006
Posts:
588
Plugin Contributions:
0

Re: Words on top of header image

I want this:

Tagline .......................................................................
..........................................................................................
..................................................................................

Logo/Header

cart etc...

17 May 2007, 8:35 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Words on top of header image

Sorry!! Still do not understand what it is that you want??

Instead of ...... ..... - try actual text

18 May 2007, 3:55 AM
#7
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Words on top of header image

Perhaps this will help.

How do I change the "Sales Message Goes Here" or "Tagline Here" text?
https://www.zen-cart.com/tutorials/index.php?article=127

18 May 2007, 6:56 AM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Words on top of header image

Sorry...I forgot to update this thread - as OP PM'd me about this and this was the reply after determining that what they wanted was text that displayed above the mainWrapper area:

Depending on where you want this - all pages or not??

in a copy of tpl_main_page.php find this and add your text directly after this:

  $header_template = 'tpl_header.php';
  $footer_template = 'tpl_footer.php';
  $left_column_file = 'column_left.php';
  $right_column_file = 'column_right.php';
  $body_id = ($this_is_main_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']);
?>
Add your text here

Save & upload