Title: Slideshow js problems
Last modified: August 20, 2016

---

# Slideshow js problems

 *  Resolved [Smooxie](https://wordpress.org/support/users/smooxie/)
 * (@smooxie)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/slideshow-js-problems/)
 * I want to use your slideshow on my website. It seems to have some js errors. 
   help me [here](http://www.guildwars2-crafting.com/slideshows-plugin/)
 * [http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/](http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/slideshow-js-problems/#post-3448290)
 * I see you’re loading the jQuery script twice in your theme. Once in the header
   and once in the footer. The one in the footer causes the slideshow’s script to
   be unregistered and therefore the slideshow doesn’t work.
 * You should remove both jQuery includes from your theme, and move any script that
   needs it below the ‘`<?php wp_head(); ?>`‘ call that’s already in your theme’s‘
   header.php’ file. Then use ‘`<?php wp_enqueue_script('jquery'); ?>`‘ above the‘`
   <?php wp_head(); ?>`‘ call to have WordPress load the jQuery script.

Viewing 1 replies (of 1 total)

The topic ‘Slideshow js problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-jquery-image-gallery_d3d2de.
   svg)
 * [Slideshow](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-jquery-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/slideshow-js-problems/#post-3448290)
 * Status: resolved