Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • aijosh Friend
    #851729

    How do I get the JoomlArt Advanced Custom Module to auto slide the slideshow with a set delay and fade effects

    Saguaros Moderator
    #852167
    aijosh Friend
    #852454

    Ok. That solved it. Thanks
    But
    .1 Why isn’t the option included in the GUI of module?
    .2 How do I change the transition to fade?

    Saguaros Moderator
    #852884

    Actually, it’s just a custom HTML module with slideshow type supported in advanced so we don’t want to make it complicated.

    Anyway, you can add the ‘fade’ effect by going to JS file: ROOT/templates/ja_charity/acm/slideshow/js/script.js

    and add the transition param as below:

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

    Ok.
    Thanks.
    Saved me a lot of time.

    Saguaros Moderator
    #863063

    Glad to hear it helped!!!

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

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

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