Hi tolja
Edit this file /templates/ja_shoe/acm/slideshow/tmpl/style-owl.php and change the script at the ond of file as shown below
<script>
(function($){
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
items: 1,
loop: true,
nav: true,
dots: true,
autoplay:true,
autoplayTimeout:4000,
navText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"]
});
});
})(jQuery);
</script>
There are 2 new features added , autoplay and autoplaytimeout
Take a look HERE for any reference
Regards