Support » Theme: evolve » Carousel Auto Start?

  • Is there a way to get the Carousel to Auto start? The only way to get the Carousel to rotate is to click the next or previous button.

    Thanks

Viewing 1 replies (of 1 total)
  • Enoch

    (@enochejh-consultingcom)

    Add this code to the bottom of your footer.php file (just above the </body> tage:

    <script type=”text/javascript”>
    jQuery(document).ready(function($) {
    $(‘.carousel’).carousel({
    interval: 5000
    })
    });
    </script>

Viewing 1 replies (of 1 total)
  • The topic ‘Carousel Auto Start?’ is closed to new replies.