One last update for now, version 1.2 is published. I noticed a null JavaScript error in the console in posts where the slider did not exist. That is now fixed. If null (slide doesn't exist), code is ignored.
Empty slides are also ignored as stated above. 🙂
If you want to style it you can target the CSS class .slides
and/or .slides-item
or you can even target specific words. For example, if you want a slide to be red if someone makes the text for that slide, "help," then target the CSS class .help
or .slides .help
. Because, the slide's text becomes a CSS class for that slide.