Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2011
    Posts
    4
    Plugin Contributions
    0

    Default 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

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default 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

  3. #3
    Join Date
    Mar 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Adding text next to logo


  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default 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:
    Code:
    define('HEADER_SALES_TEXT', '');
    change to this:
    Code:
    define('HEADER_SALES_TEXT', 'MY NEW TEXT');
    and we go from there.

  5. #5
    Join Date
    Mar 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Adding text next to logo

    Okay I changed the name there but it still does not show up on the header

  6. #6
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default 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
    }
    ?>

  7. #7
    Join Date
    Mar 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Adding text next to logo

    Ok I found that, do I change the sales text to my company name

  8. #8
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default 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:
    Code:
    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

  9. #9
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default 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?

 

 

Similar Threads

  1. Adding text next to my logo on front page
    By gwyllion in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jul 2012, 09:30 PM
  2. v150 Adding text in empty space next to my logo
    By gwyllion in forum General Questions
    Replies: 2
    Last Post: 30 Jun 2012, 07:23 PM
  3. Adding a logo next to one item
    By Maynards in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 27 Feb 2010, 06:22 PM
  4. Adding text next to price and making it bold??
    By nas000 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 Oct 2009, 03:06 AM
  5. Aligning text next to logo...
    By Arkwright in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 31 Dec 2007, 08:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg