cemsdb Hi
You can open this file:
root/templates/ja_morgan/acm/slideshow/tmpl/style-owl.php
Look at the script at the end of this file:
<script>
(function($){
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
items: 1,
loop: true,
nav: false,
dotsData: true,
dots: true,
autoplay: <?php echo $helper->get('auto-play') ;?>,
autoplayTimeout:1000,
navText: ["<span class='ion-chevron-left'></span>", "<span class='ion-chevron-right'></span>"]
});
});
})(jQuery);
</script>
and add autoplayTimeout:1000 as above
change 1000 to the miliseconds value as you wish.