Hi,
I updated the script to:
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
addClassActive: true,
items: 1,
loop: true,
dots: true,
dotsEach: true,
merge: false,
mergeFit: true,
nav: true,
navText:["<i class='fa fa-chevron-left'></i>","<i class='fa fa-chevron-right'></i>"],
slideBy: 1,
autoplay: 1000
});
in which, I change to ‘autoplay: 1000’ and it’s sliding automatically.
To enable the navigation (arrows), just set the parameter: ‘nav:true’
But you will need to customize the CSS to style for these arrows.