test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Rick Bisschop Friend
    #171926

    IE 8 not displaying correctly,

    All the products on the home page are messed-up it should list in 3 cols every other page is fine.
    and most of the items on the page like Main menu, categories look different than in chrome or fire fox.

    Please have a look and see that Chrome and firefox are displaying correct except for IE8

    http://www.eimhearcollins.ie/store

    Hope you can assist.

    Regards,
    Rain

    Rick Bisschop Friend
    #430447

    Any replies?

    Daniel Raymo Friend
    #430868

    I’ve had the same problem: http://platypus-workshop.com on the home page. And the same problem is also happening in the user12 area in the right hand black block at the bottom… in other browsers, it puts this in two columns — in Explorer only one. Can’t figure out what is causing it. (and only on the home page… works on other pages.)

    Rick Bisschop Friend
    #430871

    Same here, but the xmas profile is fine all the others having issues

    Blaine Friend
    #431107

    Hi all!
    This is an IE6 and IE7 issue.

    In the components/com_k2/templates/default/category.php (be aware that some templates may over-ride this file, if they do apply this fix in the template file not the com_k2 file) there are a number of lines that look like this:

    params->get('num_leading_columns'), 1); ?>%;">
    This produces a link rather like this in the rendered html:

    This statement divides the available space by the number of columns required by K2. IE6 and IE7 both have a problem with this and essentially miss the width specification in the html and resort to a single column.

    If you change the lines in category.php to read like this:

    params->get('num_leading_columns'), 1); ?>%:#width:%:_width:%;">
    You get a line in the rendered html that reads:

    FF. IE8 etc will read the first width definition, IE7 will read the second and IE6 will read the third. This solves the problem for me.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  Blaine 12 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum