I want the JA ACM slideshow image transition to be smooth. Not too fast like in a demo.
Thanks
mic-rvz Hi open file "/acm/slideshow/tmpl/style-owl.php" in template "ja_playschool". Find this code
autoplay: <?php echo $helper->get('auto-play') ;?>,
replace it with
autoplay: 5000,
increase 5000 value to a bigger value for more delay.
Thanks alot