Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #867921

    Hi

    Open this file /templates/ja_events_ii/acm/slideshow/tmpl/style-owl.php and look at the bottom of file , it should be like this

      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);

    what makes the slideshow authomatic slide is the autoPlay: true

    mmenet Friend
    #869451

    Hi Pavit,

    Thanks for your answer. I checked and the vlaue of the auto play is already "true" but it’s note working on the website. It’s like the demo http://www.joomlart.com/demo/#ja_events-ii., no slide is moving automatically. Any idea?

    pavit Moderator
    #869476

    Hi

    Did you verified that it is autoPlay=true and not autoplay=true ?
    It should have capital P

    mmenet Friend
    #869502

    woaaa you’re the best pavit. That was that P. Thank you so much, it’s now working

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

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

The topic ‘Automatic Slideshow’ is closed to new replies.