kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.5k stars 5.88k forks source link

Adjusting AutoplaySpeed #4030

Open Heidipiedy opened 4 years ago

Heidipiedy commented 4 years ago

short description of the bug / issue, provide more detail below.

Hi, I have a WordPress site I'm updating that has a commercial theme - that has the Slick.JS incorporated (used as a header carousel on the home page). I need to delay the slide transition - now from looking over the site I believe I do this using:

$(element).slick(‘slickSetOption’, ‘Autoplayspeed’, 5000, true); - and changing the value.

I'm a bit of a newbie - had experience updating CSS but not JS - Where do I place this code? I'm really hoping it's something that I can update myself without needing to go back to the developers at this time.

https://jsfiddle.net/60qkrzxs/ - not sure if this is what you need?