The short answer is, this plugin doesn’t have a carousel feature, unless you’re using a theme with Bootstrap. However, I wrote another plugin with jQuery to use with Custom Content Shortcode. I do it like this, to generate each slide:
[slider]
[loop type="book" num="5"]
[slide]
[content field="title"]
[content field="thumbnail"]
[/slide]
[/loop]
[/slider]
Currently I’m in the process of building a whole library of features to be used with Custom Content Shortcode – for example: responsive layouts, tabs, lightbox, slider/carousel, scroll to top button, etc. It will be called Custom Toolbox, and I’m building a website for it as we speak.
I’m a bit torn on how I should offer the slider module. Since you’re in need of it right now, I thought I could make it a free plugin here on the WordPress plugin directory. At the same time, it’s part of a premium product that I’m building. What are your thoughts on this?