Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kanbosk Friend
    #965237

    Can somebody please show me how to make the JoomlArt Advanced Custom Module slideshow slide automatically? I’m using JA Charity template.

    Many thanks

    Pankaj Sharma Moderator
    #965263

    Hi
    Go to /templates/ja_charity/acm/slideshow/js/script.js

    and change from autoPlay: false,
    to
    autoPlay: true,
    Code will be like this

    (function($){
        jQuery(document).ready(function($) {
            $(".owl-carousel").owlCarousel({
                slideSpeed : 300,
                paginationSpeed : 400,
                singleItem:true,
                pagination:true,
                navigation : true,
            autoPlay: true,
            });
        });
    })(jQuery);

    Hope it helps .

    kanbosk Friend
    #965383

    Hi Pankaj Sharma

    Thank you very much for your help. It worked like a charm. Kind regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  kanbosk 8 years, 2 months ago.

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