Hi belex24
Edit this file/templates/ja_alumni/acm/slideshow/tmpl/style-owl.php and find at the end of file
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
addClassActive: true,
items: 1,
singleItem : true,
itemsScaleUp : true,
navigation : false,
navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
pagination: true,
merge: false,
mergeFit: true,
slideBy: 1,
autoPlay: false
});
});
})(jQuery);
Change autoPlay: false to autoPlay: true
Save file and refresh your page
Regards