Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1018927

    Hi
    For the slideshow kindly find the solution given in this thread.
    In Testimonial it does not work because the same style used by slideshow it will break the client logo style.
    Regards

    jabba84 Friend
    #1018941

    Thank you for your answer!

    I checked the file, and the code:

    <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);
    &lt;/script&gt;

    was already there.. but no autoplay.. anything else to activate?
    Thank you

    Pankaj Sharma Moderator
    #1018952

    Hi
    Kindly add

    autoPlay:true

    in the code as suggested.

    Hope it helps.

    jabba84 Friend
    #1018959

    Thank you! it was a matter of capital letter (autoPlay instead of autoplay). Is there somewhere a way to decide the seconds between scroll?
    Thank you again,
    Gianluca

    Pankaj Sharma Moderator
    #1018962

    You can replace the true with 5000 or more value.
    Regards

    jabba84 Friend
    #1018964

    Perfect! Thank you!
    Gianluca

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

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

The topic ‘Autoplay for slideshow and clients (Advanced custom module)’ is closed to new replies.