• I have an interesting problem that I just noticed today. After making a modification to the order of my slides (I only moved one slide to the top), I realized that the transitions are not displaying in Internet Explorer. The slides are not fading, they are just cutting over abruptly. I am about 99% certain this was working properly in IE before the change, but I could be wrong on that. Anyhow, it works fine in Chrome, Firefox, Safari etc and when I view the code it is calling for a fade transition. Anyone know what could cause this? Thanks!

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter Nextech84

    (@nextech84)

    Thanks for looking Kevin, but surely there has to be a way to get this to work in IE? I’ve seen sites that have transitions that IE displays properly, and love it or hate it, millions of people still use IE. Any ideas on things I can try?

    Kevin

    (@jx-3p)

    It depends on which version you’re using. I believe IE 9 and up offer these sorts of things. I tested on 8 and it doesn’t work there. What are you testing on?

    -Kevin

    Thread Starter Nextech84

    (@nextech84)

    I tested this on IE 11 with the same results…. And I know this browser is capable of displaying transitions, but perhaps those sites were using a different method. Curious if the developer has any input?

    Kevin

    (@jx-3p)

    I’ve shared this thread with the theme developer but your link is no longer working.

    -Kevin

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    So I understand it seems there is an issue with the flex slider in IE meaning IE is doing something different then every other browser which no surprise there. I’ll work up an update for this to release early next week, just need to do some testing with fix options.

    Thanks for reporting this.
    Ben

    Thread Starter Nextech84

    (@nextech84)

    Awesome, thanks Ben! And thanks Kevin for your help troubleshooting and passing this along! Appreciate the prompt response on this and as always, thanks for a great WordPress theme!

    Thread Starter Nextech84

    (@nextech84)

    Hey guys,

    Just wanted to follow up on this and see if there has been any progress? We are still experiencing this issue. Thanks!

    Thread Starter Nextech84

    (@nextech84)

    Hi Ben,

    Is there any update to this? Did this fix ever get released? Thanks!!

    • This reply was modified 7 years, 10 months ago by Nextech84.

    Hey,
    Sorry for the delay, I seem to have missed this.

    There was an update out a while ago in regards to this.

    It does seem that on some IE browser there is still bugs. No surprises there.

    I just tested with this workaround posted on the Flexslider forums. If you change your transition time to 200ms in the theme options, then add this css:

    .flexslider .slides > li { 
      -webkit-transition: opacity .6s ease; 
    -moz-transition: opacity .6s ease;
     transition: opacity .6s ease; 
    }

    That will make it work.

    Kadence Themes

    Thread Starter Nextech84

    (@nextech84)

    I will test this out. Thank you!!

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Flex Slider transitions not working in IE’ is closed to new replies.