Hi
Open this file /templates/ja_events_ii/acm/slideshow/tmpl/style-owl.php and look at the bottom of file , it should be like this
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
items: 1,
singleItem : true,
itemsScaleUp : true,
navigation : true,
navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
pagination: false,
merge: false,
mergeFit: true,
slideBy: 1,
autoPlay: true
});
});
})(jQuery);
what makes the slideshow authomatic slide is the autoPlay: true