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

---

# Slideshow doesn't work

 *  Resolved [Robdead](https://wordpress.org/support/users/robdead/)
 * (@robdead)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-doesnt-work-3/)
 * hej,
    today i installed the plugin to create a slideshow…after configuring everything
   it just shows the first slide, but no navigation to get to the next slides. automatic
   slides are turned off, so there should be a navigation, but there isn’t…
 * can anyone help? would be great…
 * the page the slideshow appears is [http://nbhap.com/22791](http://nbhap.com/22791)(
   the livepicture in the middle should be the slideshow)
 * thanks in advance,
    Rob
 * [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)

 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-doesnt-work-3/#post-3423357)
 * Hi Rob,
 * I see you’ve set the ‘Avoid content filter’ setting to ‘No’ in your slideshow’s
   settings. Have you done this because ‘!slideshow_deploy!’ was showing?
 * In your case, the plugin actually needs to avoid the content filter, as it puts
   HTML paragraph tags in the printed CSS. This causes the buttons to be unstyled
   and are therefore not visible.
 * Best regards,
    Stefan
 *  Thread Starter [Robdead](https://wordpress.org/support/users/robdead/)
 * (@robdead)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-doesnt-work-3/#post-3423359)
 * Thanks for the very quick response, Stefan
 * Yes, before it told ‘!slideshow_deploy!’ – is there a way to get it working?
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-doesnt-work-3/#post-3423367)
 * If you’re planning on using the same styling for every slideshow on your website,
   you could copy the CSS from one of the default stylesheets and place it in the
   header of your website.
 * For the ‘Light’ stylesheet, place this in your website’s `<head></head>` area:
 *     ```
       <style type="text/css">
       .slideshow_container { }
   
       .slideshow_container a { text-decoration: none; }
   
       .slideshow_container .slideshow_slide { margin-right: 2px; }
       .slideshow_container .slideshow_slide_text h2 { text-align: center; font-size: 1.3em; }
       .slideshow_container .slideshow_slide_text p { text-align: center; }
       .slideshow_container .slideshow_slide_image { }
       .slideshow_container .slideshow_slide_vieo { }
   
       .slideshow_container .slideshow_description { background: #000; width: 100%; }
       .slideshow_container .slideshow_description h2 { color: #fff; font-size: 1.3em; text-align: center; }
       .slideshow_container .slideshow_description p { color: #fff; text-align: center; }
   
       .slideshow_container .slideshow_transparent { filter: alpha(opacity = 50); opacity: 0.5; }
       .slideshow_container .slideshow_transparent:hover { filter: alpha(opacity = 80); opacity: 0.8; }
   
       .slideshow_container .slideshow_controlPanel {
       	width: 21px;
       	height: 21px;
       	margin-left: -11px;
       	background: #000;
       	border-radius: 2px;
       	-moz-border-radius: 10px;
       }
   
       .slideshow_container .slideshow_controlPanel ul { }
   
       .slideshow_container .slideshow_controlPanel ul li {
       	margin: 3px;
       	width: 15px;
       	height: 15px;
       }
   
       .slideshow_container .slideshow_controlPanel ul li:hover { }
   
       .slideshow_container .slideshow_play {
       	background: url('%plugin-url%/images/SlideshowPlugin/light-controlpanel.png') 0 0 no-repeat;
       }
   
       .slideshow_container .slideshow_pause {
       	background: url('%plugin-url%/images/SlideshowPlugin/light-controlpanel.png') -15px 0 no-repeat;
       }
   
       .slideshow_container .slideshow_button {
       	margin-top: -20px;
       	height: 40px;
       	width: 19px;
       	background: url('%plugin-url%/images/SlideshowPlugin/light-arrows.png') no-repeat;
       }
   
       .slideshow_container .slideshow_previous { }
   
       .slideshow_container .slideshow_next {
       	background-position: -19px 0;
       }
   
       .slideshow_container .slideshow_pagination { bottom: 16px; }
   
       .slideshow_container .slideshow_pagination_center {	}
   
       .slideshow_container .slideshow_pagination .slideshow_currentView {
       	filter: alpha(opacity = 80);
       	opacity: 0.8;
       }
   
       .slideshow_container .slideshow_pagination ul { }
   
       .slideshow_container .slideshow_pagination ul li {
       	margin: 0 2px;
       	width: 11px;
       	height: 11px;
       	background: url('%plugin-url%/images/SlideshowPlugin/light-bullet.png');
       }
       </style>
       ```
   
 *  Thread Starter [Robdead](https://wordpress.org/support/users/robdead/)
 * (@robdead)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-doesnt-work-3/#post-3423377)
 * woohoooooo it works. you’re the man. now I just have to do some smaller detail-
   things.
    thanks a lot! 🙂
 *  [phoenixmpltd](https://wordpress.org/support/users/phoenixmpltd/)
 * (@phoenixmpltd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-doesnt-work-3/#post-3423385)
 * Hi Stefan, just put the latest update of your plugin on a website I’m making 
   and now it won’t show up in internet explorer 9?
 * Works fine in Google Chrome, any ideas what I need to do to fix it?
 * It should appear on this home page.
 * [http://www.yourfc.co.uk](http://www.yourfc.co.uk)
 * Thanks
 * Rob
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-doesnt-work-3/#post-3423491)
 * Hi (other) Rob,
 * I’m not sure what may have caused that to happen, but I see you’ve returned to
   the previous version of the slideshow plugin.
 * Best regards,
    Stefan

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

The topic ‘Slideshow 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, 3 months ago](https://wordpress.org/support/topic/slideshow-doesnt-work-3/#post-3423491)
 * Status: resolved