Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hi, it seems IE8 & IE9 are incapable of reading CSS :hover selector for those elements. You may want to use a CSS which I modified to display thumbnails without the grayscale effect, download it here: Default Opacity save it to your active WordPress theme folder (where style.css is found) as default_opacity.css. Then add to your shortcode css_style=default_opacity (if you’re using the widget, then set the CSS Style parameter to default_opacity). Let me know if that fixes the issue.

    Cheers.

    Thread Starter damiano76

    (@damiano76)

    Hi I solved raising
    filter: gray;
    and changing the value (1) bringing it to (0) in striga transcribed below
    * IE6-9 */ -webkit-filter: grayscale(0)
    I now have the same effect now I just have to fix that Google Chrome has the same problem hope I have not messed up the css

    Thread Starter damiano76

    (@damiano76)

    with google chrome I added grayscale (0) and modified opacity from 0.7 to 0

    Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hello, that’s great, did it solve the issue with Chrome?

    Thread Starter damiano76

    (@damiano76)

    For chrome I wrote above but carry change dellla string
    added grayscale (0) and modified opacity from 0.7 to 0

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

The topic ‘Problem Internet Explorer 8 end 9’ is closed to new replies.