• Resolved jaykaywp

    (@jaykaywp)


    Hello, great theme but noticed it doesn’t seem to work in Internet Explorer. Could you confirm? Is there any fix other than recommending users update their browser? I appreciate it’s an outdated browser but unfortunately it is still used ??

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    IE11 is not supported. It’s pretty standard these days in most modern themes that it’s not.

    You can add some very basic polyfills that will make this work a little better but I don’t have any plans to support IE fully as it’s no longer a supported browser by most major players in the Web.

    The hook for that polyfill can be added in a code snippet plugin: https://www.ads-software.com/plugins/code-snippets/

    It would look like this:

    add_filter( ‘kadence_add_ie11_support’, ‘__return_true’ );

    Just note that this will add extra files to your page load.

    I would suggest if you are getting a high percentage of users using IE11 that you add a IE11 specific notice that only shows for those users and explains that their browser is out of date and they need to update.

    For example: https://browser-update.org/

    I hope that helps!

    Ben

    Thread Starter jaykaywp

    (@jaykaywp)

    Completely understand – thanks for the reply

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE11 Compatibility’ is closed to new replies.