• i have been using this great plugin on many of my sites. For some reason, the current 1.8.1 version (as well as 1.8.0/1.6.0) do not work with IE9 and TwentlyTwelve child theme. All the pictures in the gallery are on display at once (one below the other) and no matter what css tricks i try (adjusting height) do not work. The only solution iv found was to add a line in header.php to force IE8 compatibility, but even that doesnt fully work.

    Version 2.0.2 do work on IE, but i am unable to adjust the CSS to RTL (which does work in 1.8.1/1.8.0).

    please advise where to look and if this plugin is still maintained. if not, please suggest similar alternatives to this gr8 plugin.

    http://wordpress.org/extend/plugins/nextgen-scrollgallery/

Viewing 1 replies (of 1 total)
  • Thread Starter pacopaco

    (@pacopaco)

    so for anyone who encounters the same:

    try to look for something in your theme css like:

    .entry-content {
    	-webkit-hyphens: auto;
    	-moz-hyphens:    auto;
    	-ms-hyphens:     auto;
    	hyphens:         auto;
    	word-wrap: break-word;
    }

    comment out this line: #word-wrap: break-word;
    and see if that resolves your issue. Sorted mine in twentrythirteen.

    goodluck

Viewing 1 replies (of 1 total)
  • The topic ‘IE9 compatabillity issues:’ is closed to new replies.