• Using Virtue 2.4.8 (free) and WP 4.2.2. Flex Slider fade setting is ignored in Internet Explorer 11. After a given image displays for the time that is set in the admin, the next image snaps quickly into view. Fade function works properly in Firefox and Chrome.
    Site: https://www.krahftwoodwork.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hmm, Odd, I’m seeing the transition in IE11 on your site.

    Can you tell me if your running any extensions? Are you using windows 7 or 8?

    You can try adding css like this:

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

    But because I’m seeing it on my IE11 I can’t see how that would be the issue.

    Kadence Themes

    Thread Starter catman1

    (@catman1)

    Thanks for your prompt response. I’ve discovered that, on a multi-boot test machine, the fade is normal when the OS is Windows 7, but not with Win 8.1 (same computer, IE11 on both OS).

    I’ll try doing all “important” Windows updates on 8.1 and test again. If that doesn’t help, I’ll reinstall 8.1 or try on a different computer running IE11 under 8.1.

    If still no go, I’ll try the CSS you suggested.

    If you mean plugins when you ask about “extensions”, I have Contact Form 7 and the Virtue/Pinnacle Toolkit installed and activated. Akismet is there, but not activated.

    Hey,
    By extensions, I was meaning browser extensions or add ons. Those can effect how the browser works.

    Let me know how your experiment goes.

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Flex Slider issues with IE’ is closed to new replies.