Title: Stop slider pausing?
Last modified: August 21, 2016

---

# Stop slider pausing?

 *  Resolved [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/stop-slider-pausing/)
 * Does anyone know how to stop the slider pausing when the mouse hovers over it?
 * Some people I’ve tested the site on use notebooks and the slider is so big that
   it covers their whole screen. They can hardly avoid having the cursor over the
   slider, at which point it stops — which rather defeats the object of the slider.
 * I know that the underlying Twitter Bootstrap carousel has an option to switch
   this feature on and off. Does anyone know how to switch it in Customizr?

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

 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/stop-slider-pausing/#post-3982097)
 * Hi EF, here is a quick fix :
 * in class-header-slider.php, line ~283 replace
 *     ```
       $delay = '{interval:'.$delay_value.'}';
       ```
   
 * by :
 *     ```
       $delay = '{interval:'.$delay_value.', pause : "false" }';
       ```
   
 * This should be improved in next versions!
 *  Thread Starter [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/stop-slider-pausing/#post-3982120)
 * Almost indistinguishable from magic! Thanks 🙂
 *  [chappie](https://wordpress.org/support/users/chappie/)
 * (@chappie)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/stop-slider-pausing/#post-3982331)
 * Hi Nico – has this been improved yet?
 *  [andypp](https://wordpress.org/support/users/andypp/)
 * (@andypp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/stop-slider-pausing/#post-3982332)
 * Hi, since this older thread has been dug up…. the solution above did work for
   me until last Customizr update. Now, it no longer works. I am using a child theme
   for all the customization. Help please!

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

The topic ‘Stop slider pausing?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [niclook](https://wordpress.org/support/topic-tag/niclook/)

 * 4 replies
 * 4 participants
 * Last reply from: [andypp](https://wordpress.org/support/users/andypp/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/stop-slider-pausing/#post-3982332)
 * Status: resolved