Easy Responsive Carousel

Adds an Image Carousel post type and shortcode. Note your theme MUST include & enqueue bootstrap 3+

Author:matstars (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:3.7.1
Plugin version:0.4.11
Added to WordPress repository:05-11-2013
Last updated:07-06-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://matgargano.com
Total downloads:937
plugin download
Click to start download

Creates a post type called Easy Carousel. It's hierarchical - parent post is the main post and the children are the slideshow slides. Upload a featured image to each child post. Each image needs to be the same size.

N.B. Your theme must have 'post-thumbnails' enabled ( see http://codex.wordpress.org/Function_Reference/add_theme_support for more information ).

Adds a shortcode [easy_carousel id=N ] with the required variables:

  • id => ID of the parent Easy Carousel Post

...and the optional variables:

  • timeout => milliseconds to pause in between slides (default: 5000)
  • pause => if set to true - the slideshow will pause on hover; set to false - the carousel does not pause on hover. (default: false)
  • effect => "slide" or "fade" (default: none)
  • orderby => what to order the children posts (default: menu_order)
  • order => direction to order the posts (default: asc)
  • mobile => will hide on mobile if true (default: true)
  • caption => show caption of slide, which is the post's content (default: true)
  • caption_opacity => opacity for background of caption (default: 0.8)
  • indicators => show indicator dots on slideshow (default: true)
  • arrows => show arrows on slideshow (default: true)