=== Easy Responsive Carousel === Contributors: matstars Tags: custom post types, CPT, post, types, post type, order post types Requires at least: 3.5 Tested up to: 3.7.1 Stable tag: 0.4.11 License: GPLv2 Adds an Image Carousel post type and shortcode. Note your theme MUST include & enqueue bootstrap 3+ == Description == 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) == Filters == easy_responsive_default_caption_background - the default background color for a caption, passes the current slide ID and parent ID (default #C7C7C7) easy_responsive_slide_title - option to turn off displaying the title of the slide, passes the current slide ID and parent ID (default true) easy_responsive_carousel_left_arrow - customize the class for the frontend output of for the left arrow in slides, passes the current slide ID and parent ID (default glyphicon-chevron-left) easy_responsive_carousel_right_arrow - customize the class for the frontend output of for the right arrow in slides, passes the current slide ID and parent ID (default glyphicon-chevron-right) == Changelog == = 0.4.9 - 0.4.11 = * Bugfix * Javascript fix for when images load up tiny = 0.4.8 = * Fixing javascript bug = 0.4.7 = * Fixing version issue = 0.4.6 = * Add filter to control outputting the post's title (pass current post id and parent id to help filtering) * Add filter to control default background for captions (pass current post id and parent id to help filtering) * Updated all filters to pass post id and parent id * Add style for title * Set default background color * Fixed warning error alerting that the application is missing a method = 0.4.5 = * bugfixes = 0.4.4 = * Linted JS, standardized include directory name = 0.4.3 = * Add ability to drag and drop the sort slide functionality from within the parent Easy Carousel post. = 0.4 = Remove support for Bootstrap < 3 Add indicators, optional within shortcode Add arrows, optional within shortcode, filterable via class on easy_responsive_carousel_left_arrow and easy_responsive_carousel_right_arrow Fix for positioning issues and responsive issues = 0.3 = Added post meta into its own class Moved carousel into its own class Added instantiation to main file = 0.2 = Added LESS support Added fade as an effect for transitions = 0.1.1 = Bug fixes = 0.1 = Initial release