I'd like to use a slider on my nation's home page, but I don't want it to automatically cycle on load. I'd prefer to allow people to choose the slide using the tabs and focus attention on the first slide initially.
How can I set the slider to not cycle through automatically?
Official response from NationBuilder Support
Alex,
You can find full documentation on the slider NationBuilder uses here.
You can find details on how to edit settings on the slider here.
The function:
$(function(){ $("#slides").slides({ play: 5000 }); });
Is what controls the autoplay. A positive number will set to true and be the time between slide animation in milliseconds. The value 0 = false.
Thanks.
Share this post
Showing 2 reactions
Sign in with