Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello, I have exactly the same problem with IE, please take a look: https://artko.hart.ee/
    Slider works great with Firefox and Chrome though.
    I tried disabling other JS plugins but nothing seems to help.

    System Settings:
    PHP Version 7.0.12
    MySQL Version 5.6.34-log
    WordPress Version 4.6.1
    Plugin Version 3.0.8

    Best regards,
    Joan

    jreklund

    (@jreklund)

    @eutaw
    @hartman12
    This will fix the problem for IE 10 and IE 11.

    assets/js/public.js#L804
    support3d = (asSupport !== null && (asSupport.length === 1 || asSupport.length === 4));

    @jreklund
    Thank you for your input on this issue. I too am having the same trouble with the fade transition, and I tried changing the line in the js that you listed here, IE still doesn’t like the fade. Anything else we could try beyond switching slider plugins? Thanks!

    Hi @supergeek6

    Easing Slider loads the compressed Javascript file: assets/js/public.min.js.
    You will need to compress assets/js/public.js and put it inside assets/js/public.min.js or do a search and replace:

    Search:
    e=null!==d&&1===d.length
    Replace:
    e=null!==d&&(1===d.length||4===d.length)

    Compression tool:
    https://jscompress.com/

    @jreklund THANK YOU! That was it! I first made changes in the public.js and not the public.min.js, now that the min.js line has been changed the fade transition is working in IE! Much appreciated! #DamnIE HAHA!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images not fading in IE 11’ is closed to new replies.