Hi,
Is there a way to get the ACM Slideshow Style-1 on JA-Cagox to autoplay? I've searched the forum and found solutions from other themes, but they're clearly different, with no autoplay (nor even "owl") mentioned in those solutions in the ACM template php.

    Hi icerat

    Please try this

    Open file /templates/ja_cagox/acm/slideshow/tmpl /style-1.php
    and look for this code :

    <div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="false" data-interval="false" id="block-slideshow-<?php echo $module->id; ?>">

    then change the data-wrap and data-interval as below (you can increase data-interval value for longer delay) :

    <div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="true" data-interval="2000" id="block-slideshow-<?php echo $module->id; ?>">

    Hope it helps

      pavit Excellent! Thanks for the rapid reply. Is there documentation on these settings anywhere? Possible for example to change from slide to fade?

        icerat Possible for example to change from slide to fade?

        You can have a look HERE for customizing it

        Regards

        Write a Reply...
        You need to Login to view replies.