Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • stev132000 Friend
    #692855

    Hi team,

    Please how do i get the slideshow to change slides automatically.?

    pavit Moderator
    #692867

    Hi

    Edit this file templatesja_events_iiacmslideshowtmplstyle-owl.php

    at bottom of the file you should have a script

    <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>", "<i class='fa fa-angle-right'></i>"],
    pagination: false,
    merge: false,
    mergeFit: true,
    slideBy: 1,
    autoPlay: true,
    });
    });
    })(jQuery);
    </script>

    Look at the correct text for autoPlay

    pavit Moderator
    #749787

    Hi

    Edit this file templatesja_events_iiacmslideshowtmplstyle-owl.php

    at bottom of the file you should have a script

    <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>", "<i class='fa fa-angle-right'></i>"],
    pagination: false,
    merge: false,
    mergeFit: true,
    slideBy: 1,
    autoPlay: true,
    });
    });
    })(jQuery);
    </script>

    Look at the correct text for autoPlay

    palos Friend
    #694910

    :eek::-[:((

    palos Friend
    #750434

    :eek::-[:((

    matteo sitta Friend
    #943470

    I check the file but
    this code don’t works for me

    pavit Moderator
    #943570

    I check the file but
    this code don’t works for me

    Hi

    Could you open a new topic for your problem ?
    also provide in it your website url and a temp super user account for it

    Regards

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

This topic contains 6 replies, has 4 voices, and was last updated by  pavit 8 years, 5 months ago.

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