Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Logo Wrapper Header Image

    Where is the logo sitting? (PATH...?)

    What is being defined as the logo in includes/languages/english/header.php ? (or your overide if there is one...)

    Did you FTP the logo to the server as a binary file?

    - - - - - - - - - - - - -

    Load up the page in your browser and look at the HTML source. This will give you clues...
    20 years a Zencart User

  2. #2
    Join Date
    Sep 2009
    Location
    Fl
    Posts
    31
    Plugin Contributions
    0

    Default Re: Logo Wrapper Header Image

    this is my header.php in my CUSTOM folder....



    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */

    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', 'Checkout');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', '');
    define('HEADER_SALES_TEXT', '');
    define('HEADER_LOGO_WIDTH', '200px');
    define('HEADER_LOGO_HEIGHT', '75px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

    ?>

 

 

Similar Threads

  1. v151 Catagory logo wrapper
    By billt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Feb 2013, 05:22 AM
  2. Add image to header wrapper?
    By jillcripps in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Aug 2011, 11:55 AM
  3. Can't reszie the logo header in my template to fit logo image
    By signify in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 1 May 2011, 06:57 PM
  4. Header / Logo Wrapper swap
    By shanesoine in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Dec 2010, 04:49 PM
  5. header wrapper; logo wrapper
    By dhamma in forum Basic Configuration
    Replies: 6
    Last Post: 23 Jul 2008, 01:14 PM

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