Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Fl
    Posts
    31
    Plugin Contributions
    0

    Default Re: Logo Wrapper Header Image

    I already have a CUSTOM template. I filled out that info(#logowrapper) in the style sheet and never seen my logo? If the logo is a gif does the 6 digit color code need to be something special?

    look at my site
    m i k e s h o g d o g s u p p l y . c o m

    See where the top is black where would i go to upload my big banner there?
    AND WHEN i REMOVE LOGO.GIF THE ZEN CART IMAGE it leaves a little box ther with a red x in it?

    Thanks...

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

    Default Re: Logo Wrapper Header Image

    #logowrapper is defining the background image to be displayed behind the logo, not the logo itself. If you have merged the two, that's ok, but you have to "tell" Zen Cart you've done so. You can do it by adding this to your stylesheet.

    Change
    Code:
    #logo {
    	text-align: center;
    	}
    to
    Code:
    #logo {
    	display:none;
    	}
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Sep 2009
    Location
    Fl
    Posts
    31
    Plugin Contributions
    0

    Default Re: Logo Wrapper Header Image

    #logoWrapper {
    width: 100%;
    height: 150px;
    background-color: #000000;
    background-image: url(../images/150px.gif);
    background-repeat: no-repeat;
    display:none;
    }

    Thats what i have on the style sheet and nothings showing up now...

    that 150pix.gif is what i want to display...

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Logo Wrapper Header Image

    Where is the logo sitting? (PATH...?)

    What is being defined as the logo in includes/languages/english/header.php ? (or your overide if there is one...)

    Did you FTP the logo to the server as a binary file?

    - - - - - - - - - - - - -

    Load up the page in your browser and look at the HTML source. This will give you clues...
    20 years a Zencart User

  5. #5
    Join Date
    Sep 2009
    Location
    Fl
    Posts
    31
    Plugin Contributions
    0

    Default Re: Logo Wrapper Header Image

    this is my header.php in my CUSTOM folder....



    <?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', '200px');
    define('HEADER_LOGO_HEIGHT', '75px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

    ?>

  6. #6
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Logo Wrapper Header Image

    Quote Originally Posted by gixxer1000stunna View Post
    AND WHEN i REMOVE LOGO.GIF THE ZEN CART IMAGE it leaves a little box ther with a red x in it?
    ... suggests what I say at the end of my post ... FTP in Binary, not Ascii
    20 years a Zencart User

  7. #7
    Join Date
    Sep 2009
    Location
    Fl
    Posts
    31
    Plugin Contributions
    0

    Default Re: Logo Wrapper Header Image

    Do I change that in filezilla...

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

    Default Re: Logo Wrapper Header Image

    Set the transfer type in Filezilla to auto.

    Open Filezilla
    Click on Transfer
    Position your cursor on Transfer Type
    Click on auto from the drop down

    After that, everytime you transfer something, Filezilla will check the file type and use the appropriate transfer type.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  9. #9
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Logo Wrapper Header Image

    Did you get sorted out with this? (I'm dog tired and will go off to beddi-byes just now, so if you need any more input from me I'm online for the next 15 mins...
    20 years a Zencart User

  10. #10
    Join Date
    Sep 2009
    Location
    Fl
    Posts
    31
    Plugin Contributions
    0

    Default Re: Logo Wrapper Header Image

    Well, I think I might just give it up. I cant get paypal configured right usps, evrytime i design on the stylesheet it doesnt turn out right. Im new at this but not totally stupid. I have the basic knowledge/concept but Im just not fluid with everything. I think Ill have to get someone to help me out and give them ftp access.

    I want a cart system thats like ebays, to where Put in the values of weight and shipping I want to do. I dont like the way zen cart is the opposite.

    Do you know of the perfect cart system to be like ebays as far as shipping info?

    Im real picky also about web site layout colors/my logos I will design etc. I dont just like every run of the mill zen-cart I see.

    What do you reccomend, I think Im fixing to uninstall ZC.

    Thanks for the help and concern, Mike...

 

 

Similar Threads

  1. v151 Catagory logo wrapper
    By billt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Feb 2013, 05:22 AM
  2. Add image to header wrapper?
    By jillcripps in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Aug 2011, 11:55 AM
  3. Can't reszie the logo header in my template to fit logo image
    By signify in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 1 May 2011, 06:57 PM
  4. Header / Logo Wrapper swap
    By shanesoine in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Dec 2010, 04:49 PM
  5. header wrapper; logo wrapper
    By dhamma in forum Basic Configuration
    Replies: 6
    Last Post: 23 Jul 2008, 01:14 PM

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