Title: Never Ending Load
Last modified: August 22, 2016

---

# Never Ending Load

 *  Resolved [briancattelle](https://wordpress.org/support/users/briancattelle/)
 * (@briancattelle)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/never-ending-load/)
 * So I created a gallery using direct links to images I have already uploaded to
   my media gallery. When I preview the page I just get never ending loading wheel.
   These images are 960 x 640 at 72dpi so they are small.
 * I saw someone else had that issue and you requested they send you a link because
   there could be something wrong with the php.
 * Here is a link to the page that will not load.
    [http://www.bare-usa.com/slide-show](http://www.bare-usa.com/slide-show)
 * Thank you for your help
 * [https://wordpress.org/plugins/slideshow-gallery/](https://wordpress.org/plugins/slideshow-gallery/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/never-ending-load/#post-5284592)
 * [@briancattelle](https://wordpress.org/support/users/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: [http://goo.gl/CXLNey](http://goo.gl/CXLNey)
 * `TypeError: 'undefined' is not a function (evaluating '$('#slideshow .slide_box')')`
 * It is caused by the `http://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](https://wordpress.org/support/users/briancattelle/)
 * (@briancattelle)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/never-ending-load/#post-5284656)
 * Why yes it did! Thank you very much!
 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/never-ending-load/#post-5284761)
 * 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.

 * ![](https://ps.w.org/slideshow-gallery/assets/icon-256x256.png?rev=1187457)
 * [Slideshow Gallery LITE](https://wordpress.org/plugins/slideshow-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-gallery/reviews/)

## Tags

 * [javascript error](https://wordpress.org/support/topic-tag/javascript-error/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/never-ending-load/#post-5284761)
 * Status: resolved