Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    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.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #2
    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....

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    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
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #4
    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

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

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

    Wow, i knew it would be something simple. Thanks so much for that.

    The funny thing is, i originally amended those files, but couldn't figure out how i'd done it.

    Thanks again.

    Now onto the next problem....!!!

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

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

    I have a store I am trying to put up, and I found the includes/english/classic/images, but when I try to uplad an image it ends up being a text file. How do I make them into picture files? They are already jpgs...they just have text designators when they uplaod. Is any of this makinse? Help=)

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

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

    Make sure your FTP program is transferring pics in binary and not ascii mode.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

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

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