Results 1 to 9 of 9

Hybrid View

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

 

 

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