Is it possible to change the speed of the JA ACM Slideshow transition itself. Not the time it waits to show a new image, but the speed of the transition to a new image?

    Hi @Ninja,

    thanks for the quick response. I overlooked that thread.
    Unfortunately it doesn't change anything in the site.
    The speed stays the same even I change the 5000 to 100000.

    Regards,
    Dennis.

      Hi @Ninja,

      I edited the fields with the account info.

      With regards,
      Dennis.

        staak75
        Hi
        Your site is in offline mode and submitted login is not working. Kindly fix the login for staff.

        Regards

        Hi #pankaj,

        my apologies. The login now works.

        Regards.

          staak75
          Hi
          The Login is not working for this window : http://prntscr.com/10bppt8
          Kindly submit htaccess login as well.

          About the slideshow change the autoplay:10000, with autoPlay :10000,
          You will notice the delay after it.

          Hi #pankaj,

          Changing the autoplay to autoPlay does not help.
          It doesn't change anymore now.
          the ftp login info is the account info.
          With this you can access the every file including the htaccess.
          I don't know how to access it like the way you do.

          Regards.

          Fixed the autoplay myself.
          Changing/ Adding the folowing lines to style-owl.php gave me the result I want.

            autoplay: true,
            autoplayTimeout: 10000,
            smartSpeed: 750,

            staak75
            Hi
            Owl script changes with time as it directly from the owl slider site. I will add a ticket for dev team to make option inside ACM modules so user can set it directly from backend without touching the code.
            Glad to know it's fixed for you.

            Regards

            10 months later

            Can we override this setting to slow down the slideshow anywhere?

            I found the setting for this in [templatename]/js/owl-carousel/owl.carousel.js

            Look for:
            Autoplay.Defaults = {
            autoplay: false,
            autoplayTimeout:5000,
            autoplayHoverPause: false,
            autoplaySpeed: false
            };

            Change autoplayTimeout to 8000 or whatever you prefer. Not sure why this was made so complicated by JA support. We are already working on customization, so why not let us also determine the actual speed of the slideshow? SMH

              spotlinks
              Please check i added the change in the template folder/acm/slideshow/tmpl/owl.php file
              You can place the file in template local folder with same path for override.

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