Hi jamjodesign
Edit this file /templates/ja_alumni/acm/slideshow/tmpl/style-owl.php at the end of file set the autoPlay = 8000 where 8000=8 secs
<script>
(function($){
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
addClassActive: true,
items: 1,
singleItem : true,
itemsScaleUp : true,
navigation : false,
navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
pagination: true,
merge: false,
mergeFit: true,
slideBy: 1,
autoPlay: 8000
});
});
})(jQuery);
</script>
Regards