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?
Change speed of slideshow transition
staak75
Hi
You can apply my suggestion given in this thread for same topic.
https://www.joomlart.com/forums/d/28798-ja-acm-slideshow-style-owl-image-transition-too-fast/2
Hope it helps.
Regards
staak75
Hi
In this case i need to have a look on your site.
Kindly edit fields in first post and submit a temp super user login for staff : http://prntscr.com/1077ng8
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,
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