Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Image placement box in upper left corner of header

    I am using v 1.38.....on linux server.
    I have everything about done to my clients satisfaction.....but now have a image placement box in the upper left corner of the logo header with a red x in it.

    I know this question has been ask many times on the forum....I have tried many of the suggestions to no avail. Red x is still there.

    How can I get rid of it ? also has link to the shopping cart.

    www.centraltrailer.com/cart

    Thanks,
    Martin

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

    Default Re: Image placement box in upper left corner of header

    In the stylesheet - add display:none; to #logo

  3. #3
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Image placement box in upper left corner of header

    Martin, you have set yourself up for failure. By using the Classic Template as your own, you will lose everything when you do an upgrade. Every 'classic' dir. will be overwritten and all your work... gone.

    Best to create you own Template and use the overrides system. Use the FAQ section if not sure how to do that.

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

    Default Re: Image placement box in upper left corner of header

    I have already added "In the stylesheet - add display:none; to #logo" and it does nothing.

    Thanks,
    Martin

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

    Default Re: Image placement box in upper left corner of header

    Try #logo rather than #Logo. Sometimes case makes a difference.

  6. #6
    Join Date
    Jun 2009
    Posts
    20
    Plugin Contributions
    0

    Default Re: Image placement box in upper left corner of header

    Zencart 1.3.8 / linux

    I'm having the same problem.
    I want to eliminate the logo from appearing at all.
    I have created the over-ride directory and populated it with "stylesheet.css".

    I am new to css, so a little unsure of what to do.
    Am I modifying a line of code...
    Or adding a line of code?

    If I'm modifying, can you give me a "before & after"...
    If I'm adding, can you give me the precise code to add?

    Is Now = xxxxxxx
    Shud be = yyyyyyy

    or

    Add this = zzzzzzzz
    Regards,
    Russell Cox

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

    Default Re: Image placement box in upper left corner of header

    Can't be sure without a link to your site, but in a stock Zencart installation, you'll have this statement in stylesheet.css:

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }


    Remove the #logo, (don't forget to remove the comma)

    Then add this underneath:

    #logo {display:none;} (no comma)

    What the designers did in the first statement was combine elements that all need the float:left; attribute, to make the stylesheet smaller. What you did was remove the #logo id, and set it up in its own statement so you could make it disappear without affecting the others.

  8. #8
    Join Date
    Jun 2009
    Posts
    20
    Plugin Contributions
    0

    Default Re: Image placement box in upper left corner of header

    Worked as advertised...

    Thank You for your help!

    The caliber and responsiveness on this forum has been very good.
    I want you all to know I appreciate it and will return the favor to other newbies as I gain experience.
    Regards,
    Russell Cox

  9. #9
    Join Date
    Sep 2008
    Location
    Toronto, Ontario, Canada
    Posts
    469
    Plugin Contributions
    0

    Default Re: Image placement box in upper left corner of header

    Yep - Thanks from me too!

 

 

Similar Threads

  1. v155 "Method Error" in the upper left corner
    By kcb410 in forum Upgrading to 1.5.x
    Replies: 6
    Last Post: 1 Jul 2016, 03:13 PM
  2. ?> in the upper left corner of my site!
    By gth73bg in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 25 Aug 2011, 01:10 PM
  3. Removing Home and Login from upper left corner
    By firefly9 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Nov 2010, 11:01 AM
  4. extra characters in upper left corner
    By shobuz99 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Mar 2009, 02:23 AM
  5. Blank page with an "M" on the upper left hand corner
    By coolscrapbook in forum General Questions
    Replies: 2
    Last Post: 30 Jan 2008, 11:06 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