Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vincentochus Friend
    #871755

    I am trying to make the homepage slideshow to show 3 slides. How do I edit this script on owl.php?
    <script>
    (function($){
    jQuery(document).ready(function($) {
    $("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
    items: 1,
    singleItem : true,
    itemsScaleUp : true,
    navigation : true,
    navigationText : ["<i class=’fa fa-angle-left’>", "<i class=’fa fa-angle-right’>"],
    pagination: false,
    merge: false,
    mergeFit: true,
    slideBy: 1,
    autoPlay: true,
    });
    });
    })(jQuery);
    </script>

    pavit Moderator
    #872014

    Hi

    I corrected your script , it was autoplay:true ,now it is autoPlay:true and as you can see slideshow is rotating now

    Best regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum