Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Mar 2009
    Posts
    21
    Plugin Contributions
    0

    Default Attempting To Add Custom Header Logo...

    Hello again.

    Thanks to everyone who helped with my previous issue. Unfortunately i'm completely stuck again.

    I've had a custom header created for my website. I'm want to now add it to the header, but i've no idea how to even start.

    I'm totally confused by the FAQ explanation. In the tutorial in this tutorial (https://www.zen-cart.com/tutorials/i...hp?article=124) it says i need to make changes to this (includes/templates/CUSTOM/images/your_header_image.???.) path. But i can't even find it.

    I'm using Filezilla and i'm totally baffled yet again.

    Can anyone give help???? I'd just like a fool proof run-through of exactly what i need to do....

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Attempting To Add Custom Header Logo...

    assuming you have override done. then your background image should be uploaded to

    includes/templates/YOUR_COSTUME_TEMPLATE/images folder

    then follow the rest of that tutorial on how to modify your stylesheet.css .

    your_header_image in tutorial refers to your background image name ie : mybackground.jpg

  3. #3
    Join Date
    Mar 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Attempting To Add Custom Header Logo...

    Quote Originally Posted by tony_sar View Post
    assuming you have override done. then your background image should be uploaded to

    includes/templates/YOUR_COSTUME_TEMPLATE/images folder

    then follow the rest of that tutorial on how to modify your stylesheet.css .

    your_header_image in tutorial refers to your background image name ie : mybackground.jpg
    Override? This is where it all starts to go over my head. I have no idea what that means...!!

    I tried to remove the header_bg.jpg file and upload my .jpg file, but it made no difference to my site.

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,137
    Plugin Contributions
    11

    Default Re: Attempting To Add Custom Header Logo...

    And, in your case, YOUR_CUSTOM_TEMPLATE would be replaced with comstock. That the custom directory for the comstock template you are using.

    BTW do your customers really need three months notice that the site will be under maintenance? Sure messes with the look of the site until then.

  5. #5
    Join Date
    Mar 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Attempting To Add Custom Header Logo...

    Quote Originally Posted by dbltoe View Post
    And, in your case, YOUR_CUSTOM_TEMPLATE would be replaced with comstock. That the custom directory for the comstock template you are using.

    BTW do your customers really need three months notice that the site will be under maintenance? Sure messes with the look of the site until then.
    Oh okay, that makes a LOT of sense. I forgot that my custom template would now be comstock.

    Ha ha, I'm from the UK, so our date is different to yours. in the UK it shows as 06.03.09 (6th March 2009).

    I'm gona try and amend the comstock file and see what happens.

  6. #6
    Join Date
    Mar 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Attempting To Add Custom Header Logo...

    Okay i'm looking at: /public_html/includes/templates/comstock/css

    I've amended the stylesheet.css file. It now reads:

    #logoWrapper {
    margin: 0 auto;
    padding: 0;
    width: 907px;
    height:100px;
    background: #f2f2f2;/* url(../images/smokinlaces.jpg) no-repeat;*/
    position: relative;

    - Is this correct? It hasn't made any difference to my site. The web address is www.smokinlaces.com

  7. #7
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,137
    Plugin Contributions
    11

    Default Re: Attempting To Add Custom Header Logo...

    Quote Originally Posted by smartster1983 View Post
    Okay i'm looking at: /public_html/includes/templates/comstock/css

    I've amended the stylesheet.css file. It now reads:

    #logoWrapper {
    margin: 0 auto;
    padding: 0;
    width: 907px;
    height:100px;
    background: #f2f2f2;/* url(../images/smokinlaces.jpg) no-repeat;*/
    position: relative;

    - Is this correct? It hasn't made any difference to my site. The web address is www.smokinlaces.com
    If you are trying to add a background image, this will not add and image as it is enclosed with /*blah blah*/

    If you are replacing the existing header backgound image, you would just replace it in the files. Unless you have made size changes, there should be no need to touch the css.

  8. #8
    Join Date
    Mar 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Attempting To Add Custom Header Logo...

    All i wana do is upload my logo so that its in the space at the top of my site. That's it. I've been trying to do it for over a day now and nothing's worked.

    I've read the FAQ's/Tutorials and all the associated forum threads, but i still can't do it.

    I just don't understand what i need to do, but i'm pretty sure it'll be something real simple....

  9. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,137
    Plugin Contributions
    11

    Default Re: Attempting To Add Custom Header Logo...

    IF the name of the image you want in the header background is
    smokingplaces.jpg
    Then upload it to the www.smokingplaces/images directory.
    Netxt go back to
    #logoWrapper {
    margin: 0 auto;
    padding: 0;
    width: 907px;
    height:100px;
    background: #f2f2f2;/* url(../images/smokinlaces.jpg) no-repeat;*/
    position: relative;
    and change it to
    #logoWrapper {
    margin: 0 auto;
    padding: 0;
    width: 907px;
    height:100px;
    background: #f2f2f2; url(../images/smokinlaces.jpg) no-repeat;
    position: relative;
    HTH

  10. #10
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Attempting To Add Custom Header Logo...

    what you need to do is change the logo.gif to smokinlaces.jpg in the includes/languages/english/comstock/header.php file Your image is already in the includes/templates/comstock/images folder so this should do it for you.

    / 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', '424px');
    define('HEADER_LOGO_HEIGHT', '155px');
    define('HEADER_LOGO_IMAGE', 'smokinlaces.jpg');
    Tina

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. styling custom admin header logo
    By jennydutch in forum Customization from the Admin
    Replies: 0
    Last Post: 10 May 2014, 09:16 PM
  2. Unsure how to add a header pic/logo
    By phanmale in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 May 2009, 11:15 PM
  3. Change Links in Custom Logo/Header?
    By SweetwaterLane in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 15 Sep 2008, 09:23 PM
  4. Add EZ-Page to custom header
    By aktiveradio in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 15 Oct 2006, 04:01 AM

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