Title: [Plugin: AnythingSlider for WordPress] Won&#039;t play?
Last modified: August 20, 2016

---

# [Plugin: AnythingSlider for WordPress] Won't play?

 *  [petroica](https://wordpress.org/support/users/petroica/)
 * (@petroica)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/)
 * I’ve installed the AnythingSlider plugin ([http://wordpress.org/extend/plugins/anythingslider-for-wordpress/](http://wordpress.org/extend/plugins/anythingslider-for-wordpress/))
   and set up a few slides, but can’t get it to play for the life of me. I have ‘
   Auto Play’ checked in the settings, and I verified that jQuery and the slider’s
   JS file are loaded. I can’t move to a slide by clicking the navigation boxes 
   either.
 * I’ve uploaded this version in hopes that someone can give me a clue as to what
   I’m doing wrong.
    [http://www.robinbijlani.com/awcfdev/](http://www.robinbijlani.com/awcfdev/)
 * Any hints are extremely appreciated.
 * Edit: The dimensions of the slider are also very broken in Webkit for reasons
   I’m not quite sure of yet. Might be easier to see in Firefox.

Viewing 15 replies - 16 through 30 (of 39 total)

[←](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/?output_format=md)
2 [3](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/3/?output_format=md)

 *  [Mottie](https://wordpress.org/support/users/mottie/)
 * (@mottie)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201668)
 * Hey Jacob!
 * Just wanted to let you know we figured out the problem (see this [issue](https://github.com/ProLoser/AnythingSlider/issues/152)).
 * I don’t know why it was working for both you and I but to fix the problem just
   change the conditional code to load the ie specific css for IE8 as well as IE7.
   I don’t plan on changing it in the core plugin just yet since it seems to be 
   an isolated incident, but keep it in mind 😉
 *     ```
       <!--[if lte IE 8]>
       <link rel="stylesheet" href="css/anythingslider-ie.css" type="text/css" media="screen" />
       <![endif]-->
       ```
   
 *  Thread Starter [petroica](https://wordpress.org/support/users/petroica/)
 * (@petroica)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201670)
 * Side note: Including the whole IE stylesheet for IE8 had the unwanted effect 
   of also breaking the navigation link boxes. (They now look like vertical black
   lines at [http://www.robinbijlani.com/lfrc/](http://www.robinbijlani.com/lfrc/)
   for me.) But that’s easily fixed. I’ll just make a separate IE8 stylesheet for
   just the arrow issue, instead of using all the IE7 fixes.
 * Thanks to both of you for all your help and work on the slider!
 *  [beyoyo2](https://wordpress.org/support/users/beyoyo2/)
 * (@beyoyo2)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201746)
 * Arrow navigation won’t work for me.
 * I had the same problem with the size until I made Resize “Yes”.
    [http://4dsysco.com](http://4dsysco.com)
 *  [Jacob Dubail](https://wordpress.org/support/users/jacobdubail/)
 * (@jacobdubail)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201747)
 * Hey beyoyo2. Sorry to hear your having trouble with the plugin.
 * It looks like I may have screwed up the Interactivity Settings… Try filling those
   in with “click” and see if that works. I’ll release a patch asap.
 * -J
 *  [beyoyo2](https://wordpress.org/support/users/beyoyo2/)
 * (@beyoyo2)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201750)
 * Adding click in Interactivity Settings worked.
 *  [Jacob Dubail](https://wordpress.org/support/users/jacobdubail/)
 * (@jacobdubail)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201754)
 * Awesome!
 *  [wasanajones](https://wordpress.org/support/users/wasanajones/)
 * (@wasanajones)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201766)
 * I am having trouble getting it figured out for a manual slideshow
    have tried
   all kinds of different variables, but not much love
 * keyboard arrows will navigate but buttons then disappear (except left side), 
   same with bottom nav button, click once then they disappear.
 * not sure if you can see the settings but currently
    [http://mubustories.com/elephant-gossip-book/](http://mubustories.com/elephant-gossip-book/)
 * WordPress 3.2.1 loading jquery 1.6.1, SimpleMarket theme from wpmudev
    same problem
   across chrome and firefox swipeleft, swiperight, click in interactivity settings
 * Can you offer a list of default settings needed for manual navigation? I would
   really like to use this plugin— but having trouble
 * hope you can help, thanks
 *  [Jacob Dubail](https://wordpress.org/support/users/jacobdubail/)
 * (@jacobdubail)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201771)
 * Hi wasanajones.
 * Sorry for the delayed response. Many apologies.
 * I just updated the plugin, which fixes the missing options. If you delete your
   current version and reinstall, everything should work. Deleting the plugin won’t
   remove your slides, it will just hide them until you reinstall.
 * Let me know if that works.
 * Thanks,
    Jacob
 *  Thread Starter [petroica](https://wordpress.org/support/users/petroica/)
 * (@petroica)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201785)
 * Hi Jacob,
 * I’d like to add a conditional IE8 stylesheet to take care of the issue I mentioned
   above with only half of the arrows showing. (Applying the entire IE7- stylesheet
   messes up the navigation boxes.) But I’m having a hard time figuring out where
   the conditional stylesheets are set up for the plugin. I’ve been digging through
   the plugin folder as well as `/wp-includes/`. Any hints?
 *  [Jacob Dubail](https://wordpress.org/support/users/jacobdubail/)
 * (@jacobdubail)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201786)
 * Hey petroica,
 * I don’t yet have any conditional stylesheets setup for the plugin. You could 
   create your own conditional stylesheet for IE8 and add it to your theme’s header.
   php like you would any IE-specific stylesheet. Make sense?
 * -J
 *  Thread Starter [petroica](https://wordpress.org/support/users/petroica/)
 * (@petroica)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201787)
 * That works. Thanks!
 *  [CanyonPro](https://wordpress.org/support/users/dj_hiking/)
 * (@dj_hiking)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201802)
 * I am also having the half a first slide issue in Chrome and Safari both PC and
   Mac. It looks fine on Firefox and IE9/IE8. Here is the build site: golftriporegon.
   com. Any Ideas?
 *  [Jacob Dubail](https://wordpress.org/support/users/jacobdubail/)
 * (@jacobdubail)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201803)
 * Hey dj_hiking,
 * Looks like you got it fixed, no? I just tested in chrome/safari on my mac and
   everything looks good.
 * -J
 *  Thread Starter [petroica](https://wordpress.org/support/users/petroica/)
 * (@petroica)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201805)
 * Hi Jacob,
 * I just wanted to mention that I would love to see an option to prevent seeing
   the unstyled list of slides for a second before the slideshow is arranged properly.
 * The jQuery plugin fixed this in a recent version. Is there an easy way to tinker
   with the WP plugin to achieve this also?
 *  [Mottie](https://wordpress.org/support/users/mottie/)
 * (@mottie)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/2/#post-2201806)
 * Hi Petroica!
 * The unstyled flickering is called “flash of unstyled content” or fouc. A method
   to prevent this was added to the plugin in version 1.7.11.5, and the details 
   are mentioned in the [FAQ](https://github.com/ProLoser/AnythingSlider/wiki/FAQ#wiki-fouc).
 * So, honestly, I’m not sure why you would be seeing fouc unless there was some
   other bit of css on the page over-riding it. This is the css from the FAQ, please
   make sure it is still in tact.
 *     ```
       #slider {
         height: 200px;
         width: 300px;
         overflow-y: auto;
         overflow-x: hidden
       }
       ```
   

Viewing 15 replies - 16 through 30 (of 39 total)

[←](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/?output_format=md)
2 [3](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/3/?output_format=md)

The topic ‘[Plugin: AnythingSlider for WordPress] Won't play?’ is closed to new 
replies.

 * 39 replies
 * 7 participants
 * Last reply from: [TrolandB](https://wordpress.org/support/users/trolandb/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-anythingslider-for-wordpress/page/3/#post-2201830)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
