timpennington
Yes, you can achieve that by editing the file:
/templates/ja_focus/html/mod_articles_category/news-8.php
Look at the script at the end of file:
<script>
var swiper = new Swiper('#ja-new-<?php echo $module->id ;?> .swiper-container', {
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
slidesPerView: 1,
paginationClickable: true,
spaceBetween: 0,
autoplay: 3000,
speed: 800,
});
</script>
Then add the 'autoplay' param as above and adjust the miliseconds value to suits your need.