Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Jan 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Problem changing logo & header text.

    i'm looking to change the word HOME with a logo.
    www.joezjewellery.com/store

    Thanks for your help

  2. #12
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Problem changing logo & header text.

    ...After replacing the standard Home link with a link to the base URL instead of the ZC subfolder.

    You would want to change the text in the define to an HTML image reference:
    PHP Code:
    define('HEADER_TITLE_HOME_PAGE''Home');

    //change to

    define('HEADER_TITLE_HOME_PAGE''<img src="images/your_home_image.gif'); 
    where you have saved the image in the ZC /images/ folder.

    There are refinements that would be good to do, but that should get you started.

  3. #13
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Problem changing logo & header text.

    I am having a similar problem.. I change the English.php file and i still get the original back.. Is there something i am missing??

    I edit the below lines in

    /home/thrgcypr/public_html/includes/languages/english.php

    Line #3 : * @copyright Copyright 2003-2007 Zen Cart Development Team

    Line #10 : //define('TITLE', 'Zen Cart!');

    Line #15 : define('FOOTER_TEXT_BODY', 'Copyright &copy; ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');

    Line #53 : // Define the name of your Gift Certificate as Gift Voucher, Gift Certificate, Zen Cart Dollars, etc. here for use through out the shop

  4. #14
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Problem changing logo & header text.

    What template are you using? Do you have a file /includes/languages/your_template/english.php?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Changing text colour in centrebox & Define Pages Editor problem with text
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Oct 2010, 10:55 AM
  2. Changing Text Color in the header & footer
    By stlnyc in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 31 Oct 2008, 03:21 AM
  3. changing manufacturer text to a logo
    By tarynhipp in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 May 2008, 06:47 AM
  4. Center Logo in Header Vertically & Wrap Text Around Image
    By chava in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 6 Oct 2007, 04:18 AM
  5. logo & header
    By grabithot in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Jan 2007, 10:27 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