Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Posts
    5
    Plugin Contributions
    0

    Default Check-out ALL messed up, HELP

    Hello, i have just realized that my whole checkout layout is messed up. I dont know how or why, i am using the Easy Embed system and i have set up a "Test" product. It is in the "accessoraries(sp)" area, Any suggestions would be GREATLY appreciated, im just confused as to why it would be throwing the layout off.

    Some of my thoughts:

    The layouts content area poses a problem because it is to small (width)

    Something in the CSS has been overriden (high on the chain, somewhere around body, main, blah blah) the reason i think this is because when i do NOT apply a style, the txt is huge.

    www.rombus-usa.com/zen-cart/

  2. #2
    Join Date
    Sep 2004
    Location
    Murfreesboro, TN
    Posts
    588
    Plugin Contributions
    0

    Default Re: Check-out ALL messed up, HELP

    ksumter;

    If you are using Firefox for a browser I suggest you use the webdeveloper and firebug tools to assist you with your site. They are both great time savers and life savers when you learn to use them. You can use the css function of the webdeveloper add-on to troubleshoot your .css file in real time I have listed below the sections I believe you will need to modify to fix your problems. When using this add-on be sure to save it (which will be a local copy only) and then rename your current file (for backup purposes) and upload your new one.


    .listingDescription {

    and check around this area as well (you'll need to break out the .productListing-data from the rest of the list like so)

    .productListing-data {
    font-size: 10px;
    }

    Now you can control what you need to fix independent of everything else.

    I hope this gets you going in the right direction.

    Sincerely,

    0be1
    "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley

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

    Default Re: Check-out ALL messed up, HELP

    I just checked with FF2 and did not see the problem(s) described.

    What I did see though, is potential problems for various Browsers.

    First we have your Zen Cart Stylesheet link:
    <link rel="stylesheet" type="text/css" href="includes/templates/sang_embed/css/stylesheet.css" />

    Then comes your Main Stylesheet link:
    <link REL=stylesheet HREF="stylesheet.css" TYPE="text/css" />

    Lower case only for Tags in XHTML.
    Should also check the path/URL as I believe it should be written as:

    href="/stylesheet.css"


    As your main Stylesheet comes "after" the Zen Cart one, any descriptors that are the same will be overwritten. You need to edit the applicable file so that the Main Stylesheet is listed before the Zen Cart one.

 

 

Similar Threads

  1. v150 Please Help I just messed up all of my Category Pages!!
    By Darion in forum General Questions
    Replies: 1
    Last Post: 1 Feb 2013, 11:58 PM
  2. Help Please? All messed up (install/move)
    By jojo99 in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 13 Nov 2010, 12:10 AM
  3. Check out not working all of a sudden
    By jvalent in forum General Questions
    Replies: 6
    Last Post: 5 Nov 2010, 07:17 PM
  4. Help! My text is all messed up
    By lentze in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 14 Apr 2009, 09:38 PM
  5. please help - background color all messed up
    By mthem2003 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 16 Jun 2008, 05:15 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