Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Nimble3

    (@nimble3)

    I can see some JavaScript errors related to one of our plugin js.

    Which Easing Type are you using? (Dashboard -> Nimble Portfolio -> Settings -> Easing Type)

    Thread Starter waltwooden

    (@waltwooden)

    I am using ease in sine I tried no easing but that didn’t seem to help

    Plugin Author Nimble3

    (@nimble3)

    Need to tweak some javascripts on your site.

    Thread Starter waltwooden

    (@waltwooden)

    Thank you for your help. Please let me know if I need to do anything or what you did to fix the problem.

    Plugin Author M. Amir Ul Amin

    (@mamirulamin)

    @waltwooden, instead of using function(${...})(jQuery); style of init we have used jQuery(document).ready(function($)); style of jQuery init in our plugin JS files.

    Your theme was also using the jQuery easing plugin, and it was also needed to wrap in jQuery(document).ready(function($));, we have disabled the theme’s Easing JS and modified our plugin JS.

    Plugin Author M. Amir Ul Amin

    (@mamirulamin)

    @waltwooden, Please confirm that it is working on IE9 at your side?

    Thread Starter waltwooden

    (@waltwooden)

    Thank you so much! It does work in IE9 now. I really appreciate your great work and plugin.

    i also have some problem with the plugin pls guide me below is the link

    http://www.gsmedicalcenter.org/new/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not working in IE9’ is closed to new replies.