=== Theme Blvd Sliders === Author URI: http://www.jasonbobich.com Contributors: themeblvd Tags: slider, sliders, slideshow, slideshows, flexslider, gallery, Theme Blvd, themeblvd, Jason Bobich Stable Tag: 1.0.2 When using a Theme Blvd theme, this plugin gives you slick interface to build custom sliders. == Description == When using a Theme Blvd theme, this plugin gives you slick interface to build custom, responsive sliders that can then be incorporated throughout your website via shortcode or [custom layouts](http://wordpress.org/extend/plugins/theme-blvd-layout-builder/). = Quick Feature Overview = * WordPress admin interface to create custom sliders. * An element added to the [Layout Builder](http://wordpress.org/extend/plugins/theme-blvd-layout-builder/) to include a custom slider. * An element added to the [Layout Builder](http://wordpress.org/extend/plugins/theme-blvd-layout-builder/) to include a slider generated from posts (with Theme Blvd framework v2.2.1+). * A shortcode for inserting custom sliders into pages and posts - `[slider id="your-slider"]` * A shortcode for inserting sliders generated from posts (with Theme Blvd framework v2.2.1+) - `[post_slider category="foo"]` `[post_slider tag="bar"]` * Sliders are responsive and will scale to fit their surrounding container. * Two slider types included by default - [Flexslider](http://flexslider.woothemes.com) and [Roundabout](http://fredhq.com/projects/roundabout) * Slider types are extendable through Theme Blvd framework API. - [View Docs](http://dev.themeblvd.com/tutorial/add-custom-slider/) **NOTE: For this plugin to do anything, you must have a theme with Theme Blvd framework v2.2+ activated.** == Installation == 1. Upload `theme-blvd-sliders` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to *Sliders* in your WordPress admin panel to to use the Slider Manager. = Displaying your custom sliders = Sliders you create can be utilized within your website in two ways. 1. You can insert them with the slider shortcode like this: `[slider id="your-slider"]` 2. If you have the [Layout Builder](http://wordpress.org/extend/plugins/theme-blvd-layout-builder/) running, you can insert the sliders you've created into your custom layout via the "Slider" element. == Screenshots == 1. Manage your custom sliders. 2. Add a new custom slider. 3. Edit a custom slider with the Sliders interface. == Changelog == = 1.0.2 = * Fixed bug with "custom" type slides not saving. * Added support for "Post Slider" element. * Added `[post_slider]` shortcode. * Added support for minor admin UI improvements in Theme Blvd framework v2.2.1 update. = 1.0.1 = * Added "clearfix" class for staged images in slides. * Changed `` in slide description to `
` for markup validation. = 1.0.0 = * This is the first release.