IE9

We are currently using BeTheme 2.6.1 and BeTheme Child 1 on WordPress 3.9. It is
working correctly in all newer browsers accept IE9. It does not
display some of the dynamic modules when scrolling down the home
page. 
When we turn off the animations, it seems to display correctly. We tested your demo page of the theme in IE9, the same problems were
occurring. Do you have a fix for this? Thank you in advance for the help! Phil

You can see the problems by viewing our site here:
http://www.northwoodssurgery.com/test/wordpress/

Comments

  • But fix for what exactly? Animations in IE9? Because we already checked animations in IE9 on our demo and all works fine.
  • I just tested your site again http://themes.muffingroup.com/betheme/home/ ... and again ... it doesn't display correctly in IE9. 

    Any place that there is an animation turned on is blank. Here is a link to a screen shot of what I (and others I've shown) am seeing. Obviously it's missing two sections of "stuff" that were animated.


    Thanks for the help. 


  • Ok, we see now what is wrong. We added entrance effect on scroll that are not compatible with IE9 at all and we didn`t mentioned it. We already solved this issue and this will be fixed with next update. But if you want to fix it now, please go to js/scripts.js file and in place where document.ready is, please add below code:
    /* ---------------------------------------------------------------------------
     * IE fixes
     * --------------------------------------------------------------------------- */
    function checkIE(){
        // IE 9
        var ua = window.navigator.userAgent;
        var msie = ua.indexOf("MSIE ");
        if( msie > 0 && parseInt(ua.substring(msie + 5, ua.indexOf(".", msie))) == 9 ){
            $("body").addClass("ie");
        }
    }
    checkIE();
Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.