• Resolved orim

    (@orim)


    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

    (@pavans)

    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

    (@orim)

    Thank you, Pavan!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the sliding interval?’ is closed to new replies.