aman204 Hi, thanks for getting me started.
This is the sollution for me! See script 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:9000,
autoplay: <?php echo $helper->get('auto-play') ;?>,
navText: ["<span class='ion-chevron-left'></span>", "<span class='ion-chevron-right'></span>"]
});
});
})(jQuery);
</script>
You can close this topic now.