Title: [Plugin: Meteor Slides] Remove slideshow when no javascript
Last modified: August 20, 2016

---

# [Plugin: Meteor Slides] Remove slideshow when no javascript

 *  Resolved [nick2price](https://wordpress.org/support/users/nick2price/)
 * (@nick2price)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-remove-slideshow-when-no-javascript/)
 * Hey. Slideshow works great but I want to handle the situation where the user 
   has no javascript enabled. What I need to do in this situation is display an 
   image instead. I have managed to do that with the following
 *     ```
       <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
       <noscript><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/reviews-slide.png"></img></noscript>
       ```
   
 * The problem with the above is that the image is placed below where the slideshow
   would be, where I need it to replace the slideshow. So is there any function 
   or anything to check for whether the slideshow is working, so I can remove it
   if it isnt?
 * Cheers
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-remove-slideshow-when-no-javascript/#post-2895087)
 * If JavaScript is disabled, the first slide should display as a static image, 
   if it isn’t there is probably a theme conflict and you could tweak the CSS to
   get it to display.
 *  [johnnymauser](https://wordpress.org/support/users/johnnymauser/)
 * (@johnnymauser)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-remove-slideshow-when-no-javascript/#post-2895089)
 * I have the same problem. If **JavaScript is disabled**, there is a placholder
   with showing nothing but a white screen.
 * Source code viewer says:
 * > _Inline
   >  Element {visibility: hidden;}
 * It’s my first slider pic, that is hidden (and should not be).
 * If I only knew, how to change my CSS to get it visible!!!!
    I worked a whole 
   day to fixt it, all my (quite good) ideas did not help.
 * Any angel around here that could help? 🙂 God may bless you !!!
 * BTW: **I love Meteor Slide** and want to keep it **desperately**!
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-remove-slideshow-when-no-javascript/#post-2895090)
 * That image is supposed to be hidden, even with JavaScript disabled. This is very
   rare, almost no one uses a browser with out JavaScript enabled any more because
   you can’t do hardly anything online without it these days.
 * But you can add this to the stylesheet of your theme to display the first image
   of your slideshow as a static image when JavaScript isn’t running:
 *     ```
       .meteor-slides .mslide-1 {
       	display: block;
       }
       ```
   
 *  [johnnymauser](https://wordpress.org/support/users/johnnymauser/)
 * (@johnnymauser)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-remove-slideshow-when-no-javascript/#post-2895091)
 * Hey, thanks for your help!
    I am one of those who is using Noscript-Plugin for
   Firefox to avoid Javascript, so I appreciate every site looking fine without 
   Javascript 🙂 I put your code to my stylesheet, my first image is showing now,
   but still not where it’s supposed to be. There’s still the placeholder and my
   first image starts displaying below of it.

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

The topic ‘[Plugin: Meteor Slides] Remove slideshow when no javascript’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [johnnymauser](https://wordpress.org/support/users/johnnymauser/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-remove-slideshow-when-no-javascript/#post-2895091)
 * Status: resolved