Hello

Even in Slow Position, the slidespeed is too fast. How can I slow it down?
I ‘ve also found a earlier solution of yours on this forum. I have tried it out, but it doens not seem to work: "autoPlay: 1000" at acm/slideshow/tmpl/style-owl.php.

Awaiting your help

Regards Maxim

Hi,

Try to open mentioned file acm/slideshow/tmpl/style-owl.php and change slideshow options (lines 65-77) into:

$("#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: true,
      speed: 5
    });

adjust the speed value to your needs.

Cheers
Joshua

    masterscommunication I've replaced the code, but nothing changed.

    Please add to the code

    autoplayTimeout:5000 where 5000 is in milliseconds

    <script>
    (function($){
      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,
          autoplay: true,
          slideBy: 1,
          autoplayTimeout:5000  <--------------- change it as per your needs
        });
      });
    })(jQuery);
    </script>

    https://owlcarousel2.github.io/OwlCarousel2/demos/autoplay.html

    Regards

    masterscommunication Sorry, I've thought that we are talking about speed of changing slides, not delay (timeout) between next slides. In this case Pavit's solution should work. Let us know if we can close this thread.

    Cheers
    Joshua

    8 months later

    Hi guys

    I have tried both of the methods shown above but the slideshow speed is not changing (I have cleared every cache before testing).
    Any ideas?

    Now my slideshow has disapeared from my home page all together/
    Help!!

      shemeam Help!!

      Please open a new discussion and add to it your website url and a super user account we will check it.

      Take a look HERE Point-5 to see how to keep your info Private.

      Write a Reply...
      You need to Login to view replies.