Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default HELP! layout doesn't work in IE

    Hi everyone,

    I have my columns per row set to 5 and max products to display to 10. Everything looks fine in FF but in IE it shows 4 products on the first row then 1 product on the next row.

    When I set the columns per row to 6 and the max products to display to 12 everything works fine in both FF and IE. But 6 is too many to show on a page.

    Is this a known IE bug or does anyone have a fix for this? I'm leaving the setting like it is so someone can take a look at it and maybe offer some help.

    thanks

  2. #2
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: HELP! layout doesn't work in IE

    It's taking too long for someone to get back to me on this so I am going to change my layout to something that will work in both IE and FF. I still have the problem though and would appreciate any help.

    thanks

  3. #3
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: HELP! layout doesn't work in IE

    problem fixed... thanks for looking everyone

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,883
    Plugin Contributions
    6

    Default Re: HELP! layout doesn't work in IE

    What was the solution that worked for you?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  5. #5
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: HELP! layout doesn't work in IE

    Quote Originally Posted by Ajeh View Post
    What was the solution that worked for you?
    Hi Linda,

    I don't remember who helped me but here is the solution:
    go to: includes/modules and edit:

    new_products.php
    product_listing.php
    specials_index.php

    in each file find: $col_width = floor(100/.......);
    change that to: $col_width = floor(99/......);

    when you use 100, you can use 3 and 6 columns per row.
    when you use 99, you can use 4 and 5 columns per row.

    when you are through editing, copy the files to YOUR_TEMPLATE sub-directory in modules.

    Hope that this explains it ok...

  6. #6
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: HELP! layout doesn't work in IE

    Please note that this is an IE issue only. Everything worked fine in FF

  7. #7
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    889
    Plugin Contributions
    0

    Default Re: HELP! layout doesn't work in IE

    I just want to thank you for posting this, I spent hours searching the forums, posted, then searched for hours again LOL and my IE column problem is all fixed up

  8. #8
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: HELP! layout doesn't work in IE

    Quote Originally Posted by christon26 View Post
    I just want to thank you for posting this, I spent hours searching the forums, posted, then searched for hours again LOL and my IE column problem is all fixed up
    You are most welcome Christon! I'm happy I could help some.

  9. #9
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: HELP! layout doesn't work in IE

    (Sorry for digging this thread back up..)

    I was looking for a solution to this same problem. I thought zencart must have somewhere to edit those width percentages, but they don't seem to.

    So, intead of editing the files, you could handle it directly through the stylesheet.

    For example, I've 2-columns per row for New Products and IE still displays them one per row, its just a minor width issue which can be resolved by adding the following to the stylesheet:

    Code:
    .centerBoxContentsNew {
    width:49.9% !important;
    }
    Same for featured and others.

    Hope it helps.
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  10. #10
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: HELP! layout doesn't work in IE

    Quote Originally Posted by Nimbuz View Post
    (Sorry for digging this thread back up..)

    I was looking for a solution to this same problem. I thought zencart must have somewhere to edit those width percentages, but they don't seem to.

    So, intead of editing the files, you could handle it directly through the stylesheet.

    For example, I've 2-columns per row for New Products and IE still displays them one per row, its just a minor width issue which can be resolved by adding the following to the stylesheet:

    Code:
    .centerBoxContentsNew {
    width:49.9% !important;
    }
    Same for featured and others.

    Hope it helps.
    I tried your solution and it doesn't seem to work for me. The 49.9% works if you are using 2 columns but not if you are using 4 columns (like I am). I tried 99% too but it did not work either. Is there something I am missing or not understanding?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Images Won't Work (Any)
    By CelticKatt in forum Installing on a Linux/Unix Server
    Replies: 12
    Last Post: 18 Mar 2007, 09:54 PM
  2. Will ZenCart work for me?
    By jhawk in forum General Questions
    Replies: 7
    Last Post: 7 Mar 2007, 08:13 AM
  3. Main page - featured products - layout changes
    By sartzsche in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Feb 2007, 02:14 AM
  4. Instructions for removing text did not work. Please help.
    By indigo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Dec 2006, 05:53 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
  •