is there a way to slow down the speed of the slideshow? I'd like to experiment with both the interval between slideshow items and the speed that they replace the previous slide, if possible.
slideshow speed
8 posts from 3 voices-
Posted 1 year ago #
-
Hey,
in js/avia.js search for following code and adjust the transitionDuration value (i.e. decrease it to 600):
transitionDuration: 800, //how fast should images crossfade autorotation: false,Posted 1 year ago # -
OK, I tried that and it worked for the big slideshow at the top of the page, but not for a smaller show that I inserted into the body with a shortcode. Is there a separate setting for those? Here's the page:
http://clcschool.org/wpAs you can see, the Upcoming Events slideshow goes so fast you can't read it, and I want to slow it down. I'd prefer to control that independently from the main slideshow at the top if possible.
I currently have the settings as:
transitionDuration: 800, //how fast should images crossfade
autorotation: true, //autorotation true or false?
autorotationInterval: 8000, //interval between transition if autorotation is activeThanks.
Posted 1 year ago # -
You can add the autorotation time/delay to your content slider. The shortcode generator offers a dropdown option or you can add the time manually.
I.e. nstead of:
[slideshow 1] [slide title="Slide 1"]Slide 1 content goes here.[/slide] [slide title="Slide 2"]Slide 2 content goes here.[/slide] [/slideshow]use:
[slideshow 11] [slide title="Slide 1"]Slide 1 content goes here.[/slide] [slide title="Slide 2"]Slide 2 content goes here.[/slide] [/slideshow]and you'll increase the autorotation delay from 1 second to 11.
Posted 1 year ago # -
I'm an idiot. I had a "1" in there already and had no idea that was controlling the time.
Thanks!
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago # -
It's not working for me. Thanks for any help you can give me.
Posted 1 year ago # -
I think you're using the standard image slider - not the content slider shortcode. You can adjust the autorotation time on the post/page editor page. Scroll to the featured media option field and adjust the autorotation time there ("Slidehsow autorotation duration" and "Autorotation active?").
Posted 1 year ago #
Reply
You must log in to post.














