Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tribulant Software

    (@contrid)

    @briancattelle

    Thank you for your post.

    The never ending loading indicator is actually because the slideshow gallery can never initiate due to a Javascript error on your page.

    See the error: https://goo.gl/CXLNey

    TypeError: 'undefined' is not a function (evaluating '$('#slideshow .slide_box')')

    It is caused by the https://bare-usa.com/wp-content/themes/SliderResponsiveTheme/js/scripts.js file in your theme.

    It looks like the theme is using jQuery incorrectly with a dollar sign instead of the jQuery object. Basically you can modify that .js file and change out all dollar signs with jQuery.

    So…

    $('#slideshow .slide_box')

    Would become…

    jQuery('#slideshow .slide_box')

    Are you able to fix this problem?

    Thread Starter briancattelle

    (@briancattelle)

    Why yes it did! Thank you very much!

    Plugin Author Tribulant Software

    (@contrid)

    Excellent, I’m glad to hear that this is resolved.

    Please consider giving the Slideshow Gallery plugin a good review and mark that it “Works” if you are satisfied with it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Never Ending Load’ is closed to new replies.