This plugin creates custom post type named Slide that's displayed in the Sand Carousel. WARNING the project is still in development.
The carousels created with this plugin can be placed everywhere with the use of the plugin's shortcode:
[sand_carousel group='slides-group-slug' duration=5000 transition=500 resizable=0 autoplay=1 arrows=1 image_size='large' id='my_carousel' className='my-carousel']
The slides of the carousel are stored in the custom post type Slide. The plugin also creates a custom taxonomy called Slides Groups to handle the packaging of the slides into carousels.
group
controls which group of slides should be shown in the carousel; if no group was specified, the carousel will show all slides.duration
sets the duration of the slides in ms. The default is5000
.transition
sets the duration of the transition animation in ms. The default is500
.resizable
controls whether or not the carousel should be resizable; if resizable is set to1
theautoplay
will be set to0
automatically. The default is0
.autoplay
controls whether or not the carousel should autoplay. The default is1
.arrows
determines the controls of the carousel. The default is1
for arrow controls;0
is for dots.image_size
determines the size of the attached image. The default is'full'
.id
adds id to the carousel's containing element.className
adds class to the carousel's containing element.