Thread: Logo Issues

Results 1 to 10 of 10
  1. #1
    Join Date
    Aug 2008
    Posts
    9
    Plugin Contributions
    0

    Default Logo Issues

    I followed the tutorial here: https://www.zen-cart.com/tutorials/i...hp?article=125 to try to get my logo on the top of the template. I figured out how to get rid of the zencart logo, and I can change the header text, but my image won't show up. I changed the name of the image to logo.gif and uploaded it, but now the zencart logo is back. If I change the name again, the zencart logo goes away, but my logo does not appear. I thought maybe there was something wrong with the image, so I tried using another image, and that didn't work either. Any help would be appreciated. My site, if you need the link, is www.tinderboxoftennessee.com/cart.

  2. #2
    Join Date
    Sep 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Logo Issues

    I'm new to ZenCart so may not be the best for advice but the logo on your site is searching for a location/URL of
    http://www.tinderboxoftennessee.com/...mages/logo.gif

    The obvious thing to me to check something like this, is are you sure you uploaded your logo.gif to the location /cart/includes/templates/template_default/images/

  3. #3
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Logo Issues

    The logo would go in /cart/includes/templates/Custom/images/logo.gif

    Make sure the extension is .gif instead of .GIF.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  4. #4
    Join Date
    Sep 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Logo Issues

    so is this what I'm reading about adding customized things, they need to be in a different area, otherwise when you update versions or change templates they will get over written? Hence the /cart/includes/templates/custom/images .......?
    So why would the above site for example still be looking/taking the image from the cart/includes/templates/template_default/images/
    Is it because it is not detecting another in the custom area? Does it look there first? Do you have to point it elsewhere?
    Sorry, trying to learn my way around it too and this topic is just of interest so when I come to do it I can understand it better myself.

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Logo Issues

    Yes, it'll look for a custom template folder. If it finds the folder, it'll look for the file it needs. If it doesn't find the folder or file, it'll default to template_default (hence the name).

  6. #6
    Join Date
    Sep 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Logo Issues

    fanastic, sounds easy. Thanks . I love it when things magically happen like that :-))

  7. #7
    Join Date
    Aug 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Logo Issues

    i double checked and the image was in the right file, and it was .gif. but now I can't even get rid of the zen cart header. This is a copy of header.php file. I was just going for a blank up there right now.

    <?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', '192px');

    define('HEADER_LOGO_HEIGHT', '64px');

    define('HEADER_LOGO_IMAGE', '');



    // header Search Button/Box Search Button

    define('HEADER_SEARCH_BUTTON','Search');

    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');



    ?>

    and it's under www/cart/includes/languages/english/custom

    I'm very confused. Thanks for any help!

  8. #8
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Logo Issues

    // added defines for header alt and text

    define('HEADER_ALT_TEXT', '');

    define('HEADER_SALES_TEXT', '');

    define('HEADER_LOGO_WIDTH', '192px');

    define('HEADER_LOGO_HEIGHT', '64px');

    define('HEADER_LOGO_IMAGE', 'logo.gif');

    Add logo.gif back, above in red, and see if that helps.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  9. #9
    Join Date
    Aug 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Logo Issues

    I had the logo.gif there and it didn't work. Right now, it's blank in the header,php file, but the zencart logo is still showing up on my site. No changes I make show up. I'm sure something is in the wrong place somehow, but I cant find it..and I'm not sure where else to look.

  10. #10
    Join Date
    Sep 2004
    Location
    MONTANA!!!
    Posts
    105
    Plugin Contributions
    0

    Default Re: Logo Issues

    Ok, don't forget about capital letters. You are using this template.
    includes/templates/Custom/ Note the capital 'C'.

    Make sure that you have a logo.gif in this directory
    includes/templates/Custom/images/logo.gif

    And, make sure you are working on the correct English file.
    You say you are looking at this one. 'www/cart/includes/languages/english/custom'
    But, it should be 'www/cart/includes/languages/english/Custom'

 

 

Similar Threads

  1. logo issues
    By templespt in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Oct 2008, 08:38 PM
  2. Centering logo issues
    By apotterdd in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Jul 2008, 05:12 AM
  3. logo issues
    By jayrolo_2008 in forum Basic Configuration
    Replies: 14
    Last Post: 10 May 2008, 08:59 PM
  4. Logo image issues?
    By omglia in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Apr 2008, 02:48 AM
  5. noob with logo issues
    By Catisfaction in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Feb 2008, 09:04 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