Hi directivemsp1
You can try this way to override this JA ACM slideshow module:
- Create this directory: /templates/ja_healthcare/local/acm/ (in case this folder is not existing now)
- Copy this folder: /templates/ja_healthcare/acm/slideshow/
- Paste into the new directory above: /templates/ja_healthcare/local/acm/
- Open this file: /templates/ja_healthcare/local/acm/slideshow/tmpl/style-owl.php
At the end of this file, you will see this script:
<script>
(function($){
jQuery(document).ready(function($) {
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
addClassActive: true,
items: 1,
loop: true,
dots: true,
dotsEach: true,
merge: false,
mergeFit: true,
nav: false,
slideBy: 1,
autoplay: true,
smartSpeed: 5000
});
});
})(jQuery);
</script>
Add the param: smartSpeed: 5000 as above, you can change value to 1000, 2000, 3000, ... as you wish