Viewing 10 replies - 1 through 10 (of 10 total)
  • Mortgage_Guy

    (@mortgage_guy)

    I’m having the same issue. Update to 3.9, and now there are no images, but rather a buffering circle.

    I continue to have this problem as well. The images never load, a spinning circle is displayed. I tried re-entering the widget and uninstalling/reinstalling the plugin. In a post from two days ago (http://wordpress.org/support/topic/no-slider-after-updating-to-39-only-spinner-showing-1?replies=2) support indicated that the issue was fixed, but it appears to continue to be an issue.

    The site I am using is http://www.tricityrd.com/

    The theme is just Twenty Fourteen

    The widget is being used in a sidebar

    I am using wordpress 3.9.1

    Having same issue on Twenty Thirteen – just getting spinner.

    I’m having the same problem. Using Organic Themes (Seed). Latest version of the plug in.

    Still not working and I don’t see the developer taking action. Can anyone recommend an alternative? Need a simple ad rotator.

    Also stopped working with upgrade to 3.9

    jQuery no longer supports checking the browser version the way the author is doing it.

    So you can fix it yourself…

    In the plugin folder edit /js/dk-image-rotator-widget.js

    Replace these lines at the top…

    if($.browser.msie && $.browser.version == "8.0") {
    ie8 = true;
    } else if($.browser.msie && $.browser.version == "7.0") {
    jQuery('body').addClass('ie7');
    }

    With this…

    ie8 = navigator.userAgent.match(/msie/i) ? true : false;

    It won’t support IE7 anymore but neither should you.

    If you update the plugin it will erase this change, but hopefully the next update will have a fix 🙂

    Unfortunately the fix posted above did not resolve the issue for me. WordpPress 3.9.1, plugin version 0.3.0.

    Plugin Author Douglas Karr

    (@douglaskarr)

    We’ve updated a new version – sorry for the delays on this!

    Hi, even after updating to the newer plugin version, I am still receiving the loading spinner & no images 🙁 http://www.cupcase.com

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘No slider after updating to 3.9, only spinner showing’ is closed to new replies.