jcstauring Hi
I updated this file:
/templates/ja_colab/acm/hero/tmpl/style-1.php
in the script at the end of file:
<script>
(function($){
jQuery(document).ready(function($) {
$("#acm-hero-wrap-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
addClassActive: true,
items: 1,
margin: 0,
loop: true,
nav : false,
dots: <?php echo ($count > 1) ? 'true' : 'false' ;?>,
autoplay:true,
autoplayTimeout:3000,
autoplayHoverPause:true
});
});
})(jQuery);
</script>
Kindly check.