Title: doesn&#039;t work
Last modified: August 20, 2016

---

# doesn't work

 *  Resolved [SimoTono](https://wordpress.org/support/users/formitoni/)
 * (@formitoni)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-65/)
 * Please I need help with this plugin it doesn’t work in this page. Have you got
   any suggestions? Thank you!
 * [http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/](http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/)

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

 *  Thread Starter [SimoTono](https://wordpress.org/support/users/formitoni/)
 * (@formitoni)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-65/#post-3184527)
 * [
    I’m working on the new version of the website. so now the template is installed
   in a folder called wp once I finished working on the new version, I will move
   everything on the level above.
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-65/#post-3184553)
 * Thanks for providing the link.
 * Your slideshow works, but is stopped from moving by these CSS values:
 *     ```
       body * {
       	-webkit-backface-visibility: hidden;
       	backface-visibility: hidden;
       }
       ```
   
 * The slideshow worked like it should after removing these attributes. They didn’t
   seem to really have any added value to the design of the website.
 *  [bkbillma](https://wordpress.org/support/users/bkbillma/)
 * (@bkbillma)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-65/#post-3184567)
 * Sorry to have to bother, and thank you for you work but I just can’t get this
   plugin to work.
 * [http://dev.pillboxapp.com/tools/wp-theme/](http://dev.pillboxapp.com/tools/wp-theme/)
 * The images just show up and hang out statically. There is obviously almost nothing
   to my site and I am not seeing any JS errors with any browser but they all have
   the same basic result
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-65/#post-3184568)
 * Your theme doesn’t seem to call `<?php wp_footer(); ?>`, right before the ‘`</
   body>`‘ tag. This function call is needed for many plugins, including the slideshow
   plugin, to print out their scripts and stylesheets. This is mainly why the images
   appear statically.
 * You can read more about the ‘wp_footer()’ function [here](http://codex.wordpress.org/Function_Reference/wp_footer).
   Placing it at the end of your theme in ‘footer.php’ should fix the slideshow.
 *  [bkbillma](https://wordpress.org/support/users/bkbillma/)
 * (@bkbillma)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-65/#post-3184576)
 * Hmm. I had get_footer. Wonder what the difference is.
 * Thanks
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-65/#post-3184577)
 * The difference is that with ‘[get_footer()](http://codex.wordpress.org/Function_Reference/get_footer)‘,
   you output the footer file. In the footer file you still need to use ‘wp_footer()’
   to call the scripts.

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

The topic ‘doesn't work’ 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/)

 * 6 replies
 * 3 participants
 * Last reply from: [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-65/#post-3184577)
 * Status: resolved