- This topic has 1 reply, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: luminus carousel auto-play
Hey there,
First off, wanted to say thanks for the free theme. I’m really diggin’ the way that it is working out for me so far. I was just curious if there was a way to allow the carousel to auto-play upon visiting the front page of the site. Doesn’t auto-play until I click a carousel indicator at the top or the carousel navigation arrows on the side.
Any assistance would be greatly appreciated.
Michael
Go to ../themes/luminus/homepage-carousel.php and add following code at the bottom. That will auto play the slider.
<script>
jQuery('#myCarousel').carousel({
interval: 3000,
cycle: true
});
</script>