• Resolved DoZ

    (@doz)


    This is a wonderful plugin but it acts weird on IE8.
    Is there a way to disable it depending on the browser?

    This is my “dirt” workaraound:

    ...plugin's commets...
    if (strlen(stristr($_SERVER['HTTP_USER_AGENT'],"MSIE")) >0 ) {
    echo ('');
    } else {
    ...plugin code ...
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    What exacly isn’t working? I have no problems with it in IE7 and IE8. Could you provide a link to your website? I would rather solve it than include another option to disable it for IE8.

    i am also having problems with it in IE8, works great in chrome and firefox, iPhone and iPad, but thumbs not displaying properly in IE8

    Plugin Author Jules Colle

    (@jules-colle)

    Could I please get a link to a live example? I have encountered no problems in IE7+ and I would love to fix this for you guys.

    Same problem. Here’s a link http://sassostudioserver.com/slr/gallery/

    Any help is appreciated.

    Plugin Author Jules Colle

    (@jules-colle)

    The grid seems to be working nicely within the container. You have a css problem. IE7 sees the article inside the section tag as an element with the same width, but with padding added, so the article is wider then the section, this causes an unwanted overflow. It’s probably something easy to fix with CSS, but I’m afraid it’s a bit out of my the scope to further investigate this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can I disable it depending on the browser?’ is closed to new replies.