The slide interval is how long, in milliseconds, each slide stays on screen before the next one appears. 5000 ms (five seconds) is the default.
Set the global default
- Go to NEO Bootstrap Carousel > Settings > Design.
- Enter a value in Slide Interval (ms). Leave it empty to use 5000.
- Save.
Which value wins
The pluginPluginA package of code that adds features to a WordPress site without altering core files. checks four places in order:
- The shortcode
intervalattribute, if present. - The per-carousel Slide Interval, if set.
- The global Design default, if set.
- 5000 ms as the final fallback.
Stop auto-sliding
Set the interval to 0 (in the shortcode or per carousel) to turn auto-sliding off, leaving visitors to move through slides with the arrows and dots.