Slider not working in IE 11

4 replies · opened Sep 1, 2020

Dda11asSep 1, 2020

I cannot get the slider to work in IE 11. I have the intersection-observer.js added to the bottom of the page, but still no luck.

SSemicolon WebSTAFFSep 1, 2020

Hello,

Apologies about the Inconveniences caused!

Unfortunately, the Swiper Slider Plugin: https://swiperjs.com/ does not support IE11. We will be ultimately be removing support for IE11 once Bootstrap v5 is released. Meanwhile, you can consider using an Older Version (preferably v4.x) of the Swiper Slider Plugin: https://github.com/nolimits4web/swiper/releases which works on IE11.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Dda11asSep 1, 2020

Any way to write the code to where if the browser is IE then it just shows the static image, rather than the slider?

SSemicolon WebSTAFFSep 1, 2020

You can consider using a JS Code, something like this:
[ch_pre type="js"]
var isIE11 = !!window.MSInputMethodContext && !!document.documentMode;
if( isIE11 ) {
// Hide Slider by adding the .d-none Class
// Display Image by removing the .d-none Class
}
[/ch_pre]

This should definitely work fine. Hope this Helps!

Dda11asSep 1, 2020

Great, thank you!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard