Title: Changing the sliding interval?
Last modified: August 21, 2016

---

# Changing the sliding interval?

 *  Resolved [orim](https://wordpress.org/support/users/orim/)
 * (@orim)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/changing-the-sliding-interval/)
 * How do I change the sliding interval?
    In “bootstrap.js” I found:
 * Carousel.DEFAULTS = {
    interval: 5000 , pause: ‘hover’ , wrap: true }
 * and thought that changing the 5000 value will do it but it didn’t…
 * Any advice?

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

 *  Theme Author [Pavan Solapure](https://wordpress.org/support/users/pavans/)
 * (@pavans)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/changing-the-sliding-interval/#post-4507885)
 * find below line in slides.php
 *     ```
       <div id="myCarousel" class="carousel slide" data-ride="carousel">
       ```
   
 * and replace it with
 *     ```
       <div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="5000" data-pause="none">
       ```
   
 *  Thread Starter [orim](https://wordpress.org/support/users/orim/)
 * (@orim)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/changing-the-sliding-interval/#post-4507964)
 * Thank you, Pavan!

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

The topic ‘Changing the sliding interval?’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [orim](https://wordpress.org/support/users/orim/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/changing-the-sliding-interval/#post-4507964)
 * Status: resolved