• Resolved atriumweb

    (@atriumweb)


    Hello!

    We’ve had some trouble getting this plugin to work in Internet Explorer 10, but we managed to pull off a fix for a specific gallery:

    <!--[if !IE]><!--><script>
    if (/*@cc_on!@*/false) {
        document.documentElement.className+=' ie10';
    }
    </script><!--<![endif]-->  
    
    <script>
    jQuery(document).ready(function(){
    	jQuery(".ie10 #the-id-of-your-gallery").css({ "opacity": "1" });
    	jQuery(".ie10 .nimble-portfolio-loader").css({ "opacity": "0", "visibility": "hidden", "display": "none" });
    });
    </script>

    For all of you who haven’t had any succes fixing the gallery in IE10, feel free to use this snippet.

    Kind regards,
    Christian & Theis
    https://www.atriumweb.dk

    https://www.ads-software.com/extend/plugins/nimble-portfolio/

Viewing 1 replies (of 1 total)
  • Plugin Author Nimble3

    (@nimble3)

    Thanks Martin, IE is always a pain for a web designer/developer. If you make something and it runs on IE without problem then you can have a feeling that you have God’s blessings with you. ??

    Thanks for notifying and (more importantly) fix the problem ??

    We will add it to our plugin soon.

Viewing 1 replies (of 1 total)
  • The topic ‘A simple fix in IE10’ is closed to new replies.