Title: pausing on mouse hover
Last modified: August 31, 2016

---

# pausing on mouse hover

 *  Resolved [Tyler](https://wordpress.org/support/users/tgatrost/)
 * (@tgatrost)
 * [10 years ago](https://wordpress.org/support/topic/pausing-on-mouse-hover/)
 * Is it possible to continue the slideshow when there is a mouse hovering over 
   it? Thank you
 * [https://wordpress.org/plugins/cpt-bootstrap-carousel/](https://wordpress.org/plugins/cpt-bootstrap-carousel/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * (@tallphil)
 * [10 years ago](https://wordpress.org/support/topic/pausing-on-mouse-hover/#post-7296221)
 * Yes in principle, Bootstrap [has an option](http://getbootstrap.com/javascript/#carousel-options)
   to disable this through either data attributes:
 *     ```
       data-pause="false"
       ```
   
 * or using JavaScript:
 *     ```
       $('.carousel').carousel({
           pause: "false"
       });
       ```
   
 * However, neither of these are implemented within the plugin sorry. You’re welcome
   to open a [pull request](https://github.com/ewels/cpt-bootstrap-carousel) if 
   you would like to contribute the code.
 * Phil

Viewing 1 replies (of 1 total)

The topic ‘pausing on mouse hover’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cpt-bootstrap-carousel_b8b7ae.svg)
 * [CPT Bootstrap Carousel](https://wordpress.org/plugins/cpt-bootstrap-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cpt-bootstrap-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [mouse](https://wordpress.org/support/topic-tag/mouse/)
 * [pause](https://wordpress.org/support/topic-tag/pause/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * 1 reply
 * 2 participants
 * Last reply from: [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/pausing-on-mouse-hover/#post-7296221)
 * Status: resolved