The slideshow (style-owl) does not start automatically. I've searched the forum and tried several options, but unfortunately it does not work.
Do you have a suggestion?
Kind regards, Wim

See underneath the settings in templates/ja_healthcare/acm/slideshow/tmpl/style-owl.php

  jQuery(document).ready(function($) {
    $("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
      addClassActive: true,
      items: 1,
      loop: true,
      dots: true,
      dotsEach: true,
      merge: false,
      mergeFit: true,
      nav: false,
      slideBy: 1,
      autoPlay: 5000

    wimhi
    Hi
    Kindly change

    autoPlay: 5000

    with

    autoplay: 5000

    Regards

      Ninja
      That works for me!
      Thank you for your quick support.

      Ninja locked the discussion.
      Write a Reply...
      You need to Login to view replies.