Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Join Date
    Feb 2006
    Posts
    47
    Plugin Contributions
    0

    Default Remove space where logo and sale message used to be

    After reading 300 threads.. I'm now down to the final issue with my header.

    http://www.gottapixel.net/boutique/i...or_maintenance

    I need to remove the space below the "Store Home > Login" area.

    I'm sorry if this has been posted elsewhere...

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Remove space where logo and sale message used to be

    Well you have placed your head in a table and outside of the allotted space for these... correct the table placement or just include as an image in the #logoWrapper via the css
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2006
    Posts
    47
    Plugin Contributions
    0

    Default Re: Remove space where logo and sale message used to be

    I followed this thread to get it where it's at
    http://www.zen-cart.com/forum/showth...l+table+header

    If that thread is wrong.. please could someone post how to insert an html table into the header, removing all of the old zen logo and sales tag comments and that space as well.

    I do not wish to do an image map, as it does not fit into our current site theme. Until the site is redesigned, a html table is what we need to use.



    Thanks!

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Remove space where logo and sale message used to be

    I do not wish to do an image map, as it does not fit into our current site theme. Until the site is redesigned, a html table is what we need to use.
    Or you can do it the Zen Cart way and you do not need an image map as there are no nav things in your head image

    In your stylesheet.css find these items an separtae them into their own entry if needed.
    Code:
    logoWrapper {
    background_image: url(../images/filler.jpg repeat-x;
    }
    #logo {
    height: 150px;
    }
    In a copy of the file at /includes/languages/english/header.php that you place in a folder created as /includes/languages/english/gottapixel/header.php
    find and edit the line that has logo.gif to be:

    Code:
    define('HEADER_LOGO_IMAGE', 'logo.jpg');
    Images need to be in includes/templates/gottapixel/images/ and these are:
    filler.jpg
    logo.jpg

    This will get these things inside of the proper elements in Zen Cart but then you will have to reorder them or get the mod for this in the downloads section.
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2006
    Posts
    47
    Plugin Contributions
    0

    Default Re: Remove space where logo and sale message used to be

    And where do I put my site links? I do not want them with the Store Home/Log in line. This is why I simply want to put the html table in the header, the same table that is on my entire site so that I have a 100% consistent look.

  6. #6
    Join Date
    Feb 2006
    Posts
    47
    Plugin Contributions
    0

    Default Re: Remove space where logo and sale message used to be

    Deleted what I typed because I found the problem...

    This from above...

    Code:
    logoWrapper {
    background_image: url(../images/filler.jpg repeat-x;
    }
    #logo {
    height: 150px;
    }
    Needs to be this:

    Code:
    logoWrapper {
    background_image: url(../images/filler.jpg) repeat-x;
    }
    #logo {
    height: 150px;
    }
    However, the filler does not work.
    Last edited by Ophelia; 17 Apr 2007 at 01:22 AM.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Remove space where logo and sale message used to be

    might add a height to this:
    Code:
    #logoWrapper{
    	background_image: url(../images/filler.jpg) repeat-x;
    	height: 150px;
            }
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Feb 2006
    Posts
    47
    Plugin Contributions
    0

    Default Re: Remove space where logo and sale message used to be

    That fix still doesn't put the filler behind the logo.

    This still does not answer the question of how to put my links into the header.

    Seriously.. all I want to do is put the html table in. Not an image map. Not css. A html table. How do I put an html table, with links, into my header and remove the space where the zencart logo was?

  9. #9
    Join Date
    Feb 2006
    Posts
    47
    Plugin Contributions
    0

    Default Re: Remove space where logo and sale message used to be

    I figured it out myself...

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Remove space where logo and sale message used to be

    Isee that you applied your logo & head background in the suggested manner and used a table for the links.... and it looks good.

    I was going to suggest that for thses links that you use ezpages in the head area...but you can look a this later.
    Zen-Venom Get Bitten

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Remove space below Logo
    By psvialli in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Mar 2013, 02:46 PM
  2. v139h remove and change main page logo and sales message?
    By Abbis in forum Basic Configuration
    Replies: 12
    Last Post: 18 Jul 2012, 09:17 AM
  3. how to remove space around header logo?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jun 2008, 02:20 AM
  4. Where do you edit, "Sale Message Goes Here"
    By abcdabcd in forum General Questions
    Replies: 5
    Last Post: 1 Jul 2007, 04:31 AM
  5. Remove space below logo. (Not repeated as others)
    By eaglewu in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Feb 2007, 07:07 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