Forums / Templates, Stylesheets, Page Layout / Adding text next to logo

Adding text next to logo

Results 1 to 9 of 9
04 Mar 2011, 02:41
#1
mikem198 avatar

mikem198

New Zenner

Join Date:
Mar 2011
Posts:
4
Plugin Contributions:
0

Adding text next to logo

How do I add text next to the logo on the header. I dont know how to find the file to change
04 Mar 2011, 03:48
#2
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
6

Re: Adding text next to logo

link to site please.

in the default download of ZC it would say something like Sales message Goes here & you could replace that with your text just right of logo
04 Mar 2011, 03:55
#3
mikem198 avatar

mikem198

New Zenner

Join Date:
Mar 2011
Posts:
4
Plugin Contributions:
0

Re: Adding text next to logo

www.earthsenchantments.com
04 Mar 2011, 04:27
#4
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
6

Re: Adding text next to logo

ok, lets start by seeing if this exists:

locate file:
/includes/languages/english/CUSTOM_TEMPLATE/header.php

if it exists
find inside:
define('HEADER_SALES_TEXT', '');


change to this:
define('HEADER_SALES_TEXT', 'MY NEW TEXT');


and we go from there.
04 Mar 2011, 16:50
#5
mikem198 avatar

mikem198

New Zenner

Join Date:
Mar 2011
Posts:
4
Plugin Contributions:
0

Re: Adding text next to logo

Okay I changed the name there but it still does not show up on the header
04 Mar 2011, 20:39
#6
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
6

Re: Adding text next to logo

ok, lets see if it is be called:

open:
/includes/templates/CUSTOM_TEMPLATE/common/tpl_header.php

see if something that looks like this:
<?php
if (HEADER_SALES_TEXT != '') {
?>
<!-- <div id="taglineWrapper"><?php// echo HEADER_SALES_TEXT ;?></div> -->
<?php
}
?>
04 Mar 2011, 21:59
#7
mikem198 avatar

mikem198

New Zenner

Join Date:
Mar 2011
Posts:
4
Plugin Contributions:
0

Re: Adding text next to logo

Ok I found that, do I change the sales text to my company name
04 Mar 2011, 22:13
#8
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
6

Re: Adding text next to logo

You would add your name to the:
/includes/languages/english/CUSTOM_TEMPLATE/header.php

Where I had you add:
define('HEADER_SALES_TEXT', 'MY NEW TEXT');


if you have the code in both places, I am trying to figure out why it is not displaying on your site.

the code from #6 should call code from #4
04 Mar 2011, 22:55
#9
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
6

Re: Adding text next to logo

in ADMIN > TOOLS > DEVELOPERS TOOL KIT

at the bottom you will see:
Look-up in all files
Key or Name:

type HEADER_SALES_TEXT

and do a search on catalogs php files. what files does it return?