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
Views: 1,104
New Zenner
How do I add text next to the logo on the header. I dont know how to find the file to change
Totally Zenned
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
New Zenner
Totally Zenned
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.
New Zenner
Okay I changed the name there but it still does not show up on the header
Totally Zenned
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 } ?>
New Zenner
Ok I found that, do I change the sales text to my company name
Totally Zenned
You would add your name to the:
/includes/languages/english/CUSTOM_TEMPLATE/header.php
Where I had you add:
define('HEADER_SALES_TEXT', '[B]MY NEW TEXT[/B]');
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
Totally Zenned
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?
Tell staff why this post should be reviewed.