Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Feb 2005
    Location
    Jim Thorpe Pennsylvania
    Posts
    143
    Plugin Contributions
    0

    Default Logo Image Not showing Up

    Having a problem getting my logo to show up. Only see ? where the image should be.
    I have changed the location in header.php several times but still not there.
    When I change the HEADER_ALT_TEXT I see the text that I put in there when I hover over (although it seems that I am limited in how many characters)
    so it seems like I'm editing the right file
    Version 1.5.5e
    corsoitalianspecialties.com

    define('HEADER_ALT_TEXT', ‘Corso’);
    define('HEADER_SALES_TEXT', '');
    define('HEADER_LOGO_WIDTH', ‘100’);
    define('HEADER_LOGO_HEIGHT', ‘100’);
    define('HEADER_LOGO_IMAGE', ‘/corsoitalianspecialties/includes/languages/english/images/logo.gif’);

    I have the logo.gif image that I want in the images folder of the Template folder and in the folder above.
    I can click on the logo.gif with my ftp program and it opens.
    I have tried '/logo.gif' and 'logo.gif'
    Got a Zencart Tatoo & Vanity Plate

  2. #2
    Join Date
    Aug 2009
    Location
    Longs, SC
    Posts
    626
    Plugin Contributions
    2

    Default Re: Logo Image Not showing Up

    In includes/languages/english/header.php the define should be
    PHP Code:
    define('HEADER_LOGO_IMAGE''logo.gif'); 
    What is being generated on you site is
    HTML Code:
    <img src="includes/templates/template_default/images/gif’" alt="‘Corso’" title=" ‘Corso’ ">
    As you can see the file name is gif. Be sure that the image is uploaded as logo.gif to includes/templates/template_default/images and that the filename you upload matches the case of the filename in the define.

  3. #3
    Join Date
    Jun 2012
    Location
    California
    Posts
    200
    Plugin Contributions
    0

    Default Re: Logo Image Not showing Up

    I am having a similar issue.
    I'm not new to ZenCart so I am fairly positive I have everything right but my logo will not show up.
    The ZenCart logo remains in place.
    i renamed the logo.gif files in the other templates to logo.jet to try and force the use of my logo in templates/CUSTOM/Images/ with no luck.
    I also tried putting my logo.gif file in the other template "images" folders to see if it would come up but still the ZenCart logo remains.
    If I inspect the logo element in the browser it clearly shows the correct path to my logo image but the ZenCart image remains.

    Click image for larger version. 

Name:	ZC155e logo issue.png 
Views:	110 
Size:	6.0 KB 
ID:	17467

    Click image for larger version. 

Name:	ZC155e logo issue 2.png 
Views:	137 
Size:	24.6 KB 
ID:	17468

    I'm beating my head against a wall trying to figure this out.

    Ver. 1.5.53
    www.wildsteedworx.com/ZC155e/
    Last edited by wsworx; 21 Nov 2017 at 07:29 PM.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: Logo Image Not showing Up

    Quote Originally Posted by wsworx View Post
    I am having a similar issue.
    I'm not new to ZenCart so I am fairly positive I have everything right but my logo will not show up.
    The ZenCart logo remains in place.
    i renamed the logo.gif files in the other templates to logo.jet to try and force the use of my logo in templates/CUSTOM/Images/ with no luck.
    I also tried putting my logo.gif file in the other template "images" folders to see if it would come up but still the ZenCart logo remains.
    If I inspect the logo element in the browser it clearly shows the correct path to my logo image but the ZenCart image remains.

    Click image for larger version. 

Name:	ZC155e logo issue.png 
Views:	110 
Size:	6.0 KB 
ID:	17467

    Click image for larger version. 

Name:	ZC155e logo issue 2.png 
Views:	137 
Size:	24.6 KB 
ID:	17468

    I'm beating my head against a wall trying to figure this out.

    Ver. 1.5.53
    www.wildsteedworx.com/ZC155e/
    Looks like you got this corrected; please advise.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: Logo Image Not showing Up

    Quote Originally Posted by badarac View Post
    In includes/languages/english/header.php the define should be
    PHP Code:
    define('HEADER_LOGO_IMAGE''logo.gif'); 
    What is being generated on you site is
    HTML Code:
    <img src="includes/templates/template_default/images/gif’" alt="‘Corso’" title=" ‘Corso’ ">
    As you can see the file name is gif. Be sure that the image is uploaded as logo.gif to includes/templates/template_default/images and that the filename you upload matches the case of the filename in the define.
    What @badarac said! The HEADER_LOGO_IMAGE definition should contain only the file name. Default Zen Cart processing then looks in the /includes/templates/YOUR_TEMPLATE/images directory (where YOUR_TEMPLATE is your template's directory name) for the file you identify.

  6. #6
    Join Date
    Jun 2012
    Location
    California
    Posts
    200
    Plugin Contributions
    0

    Default Re: Logo Image Not showing Up

    No, it is still wrong.
    The ZenCart logo should be my company logo.
    But as you can see in the images it is the ZenCart logo even though the element inspection clearly shows my company logo.gif file is being called.

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: Logo Image Not showing Up

    Quote Originally Posted by wsworx View Post
    No, it is still wrong.
    The ZenCart logo should be my company logo.
    But as you can see in the images it is the ZenCart logo even though the element inspection clearly shows my company logo.gif file is being called.
    You need to clear your browser's cache; I'm seeing your logo (not the Zen Cart one) clear as day.
    Last edited by lat9; 21 Nov 2017 at 07:39 PM. Reason: Clipboard message didn't "take"

  8. #8
    Join Date
    Aug 2009
    Location
    Longs, SC
    Posts
    626
    Plugin Contributions
    2

    Default Re: Logo Image Not showing Up

    Quote Originally Posted by wsworx View Post
    No, it is still wrong.
    The ZenCart logo should be my company logo.
    But as you can see in the images it is the ZenCart logo even though the element inspection clearly shows my company logo.gif file is being called.
    You probably need to clear the cache in you browser. The new image is appearing but has the same name as the zencart logo

  9. #9
    Join Date
    Feb 2005
    Location
    Jim Thorpe Pennsylvania
    Posts
    143
    Plugin Contributions
    0

    Default Re: Logo Image Not showing Up

    I just pasted what you put there and it worked (thanks) I thought that I had that line exactly before but I guess not.
    I am noticing that if I change the logo dimensions that there is no change to the size of the logo.
    For example I changed the Width to 50 and the height to 50 and there is no change to the size. (I am clearing cache)

    define('HEADER_LOGO_WIDTH', ‘100’);
    define('HEADER_LOGO_HEIGHT', ‘100’);
    Got a Zencart Tatoo & Vanity Plate

  10. #10
    Join Date
    Jun 2012
    Location
    California
    Posts
    200
    Plugin Contributions
    0

    Default Re: Logo Image Not showing Up

    Thank You for taking a look
    This is so weird
    I use Google and I cleared the "cached images and files" but nothing changed.
    So I tried clearing "Browsing History", ownload History" and "Cached images and files" and still it doesn't change.
    I even loaded Firefox and it is showing the Zen logo as well.
    LOLOLOL

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v153 Logo not showing
    By tegz1 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Oct 2014, 02:13 AM
  2. v139h Header logo image showing about a third - rest blank
    By Abrafix in forum General Questions
    Replies: 8
    Last Post: 29 Nov 2012, 01:43 AM
  3. Logo not showing properly in IE
    By stokmo in forum Basic Configuration
    Replies: 2
    Last Post: 22 Apr 2009, 01:22 PM
  4. manufacture logo not showing
    By ryanb4614 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 10 Feb 2009, 10:27 PM
  5. colours wrong and logo image not showing anymore since creating custom template..
    By highlander in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 21 May 2007, 06:53 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR