Thread: logo issues

Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    May 2008
    Posts
    10
    Plugin Contributions
    0

    Default logo issues

    I'm not sure if this belongs here, but how do i upload my logo to the server? I've created a folder for it, but needless to say there is nothing in there because I don't know how to put anything in there.

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: logo issues

    The folder to which you upload your logo image will depend on which TEMPLATE you are using.

    In a Standard Zencart Install, the template will be "classic".

    The default image name is logo.gif , and if you want to change this to a jpeg, you will need to edit the following line in:-

    includes/languages/english/classic/header.php

    Line #24 : define('HEADER_LOGO_IMAGE', 'logo.gif');
    to
    Line #24 : define('HEADER_LOGO_IMAGE', '????????.jpg');
    where
    ????????.jpg is the name of your logo image.

    Then, when you have edited and saved this file in its location on your server, you UPLOAD your image (??????????.jpg) to:-

    includes\templates\classic\images\


    (If you are using another template, you will substitute your template's name for "classic" in the above.)

  3. #3
    Join Date
    May 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: logo issues

    Because my logo is a jpg .... this is what I did ...

    / added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce ::
    define('HEADER_SALES_TEXT', 'TagLine Here');
    define('HEADER_LOGO_WIDTH', '192px');
    define('HEADER_LOGO_HEIGHT', '64px');
    define('HEADER_LOGO_IMAGE', 'logo.jpg');

    I also removed the bit after the art of e-commerce which referred to Mutual Advantage - but when I refreshed the site, the wording is still there.

    I also loaded the logo to my images file of my template.

    Have I got myself confused, cause nothing seemed to have happened. Boo Hoo - really wanted to impress my teacher !

  4. #4
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: logo issues

    You might have edited the wrong page.
    Easiest thing to do is do a site wide search for logo.gif and change each instance until you find the right one.

    Of course BACK-UP EVERYTHING before you make changes.

  5. #5
    Join Date
    May 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: logo issues

    How would I do a wide search ?

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: logo issues

    Admin - Tools - Developer's Tool Kit

 

 

Similar Threads

  1. logo issues
    By templespt in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Oct 2008, 08:38 PM
  2. Logo Issues
    By plum11 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 Sep 2008, 03:32 PM
  3. Centering logo issues
    By apotterdd in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Jul 2008, 05:12 AM
  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