Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    29
    Plugin Contributions
    0

    Default Featured Products box on main page

    http://www.glossi.com.au/cart/

    Hi guys,
    Wondering if anyone could shed some light on a cross browser problem i am currently experiencing.

    The Featured Products box on the main page has 2 columns and 3 rows.

    Looks fine, and displays perfectly in Firefox, however
    In Internet Explorer, with the browser maximised it all gets pushed into 1 column, if i resize the window smaller it goes back to 2 columns.

    Has me scratching my head for a few nights trying to work this one out.

  2. #2
    Join Date
    May 2006
    Posts
    29
    Plugin Contributions
    0

    Default Re: Featured Products box on main page

    I have just switched to 3 columns for now while i resolve this problem.
    This seems to display well, but i would prefer to use bigger pictures.

  3. #3
    Join Date
    May 2006
    Posts
    29
    Plugin Contributions
    0

    Default Re: Featured Products box on main page

    Ok, i found the bug with IE:

    working with file includes/modules/featured_products.php

    find line:
    $col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS);

    and replace it with
    $col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS) - 1;

    for some reason with the forumla above, anything that adds up to 100 will kick the last
    item to the next line (stupid if you ask me), so adding the "- 1" to the end of the line will
    prevent it from hitting 100 and keep it all in line!

 

 

Similar Threads

  1. Featured Products on main page not aligned
    By ams30gts in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 May 2009, 05:38 PM
  2. Replies: 1
    Last Post: 27 Nov 2008, 12:05 AM
  3. Featured products on main page
    By vanettda in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 13 Jan 2008, 11:11 AM
  4. Featured Products on Main Page
    By daveky in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Sep 2006, 12:11 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
  •