=== Slickity === Contributors: bmarshall511 Tags: slick, slickjs, slick-slider, slick-plugin, slider, slider-plugin, sliders, slideshow, slideshows, slideshow-gallery, slideshow-maker, carousel, carousel-plugin Requires at least: 4.7 Tested up to: 4.9.1 Stable tag: 2.3.2 License: GPLv2 or later Slickity is the last WordPress carousel plugin you'll ever need! Easily add fully customizable carousels and sliders to your theme using a simple shortcode. Fully responsive and loaded with a ton of customizable features. == Description == Slickity is **the last WordPress carousel plugin you'll ever need**. Easily add carousels and sliders to your theme using a simple shortcode. Fully responsive and loaded with a ton of customizable features like lazy loading, navigation, theming and more. Major features in Slickity include: * Uses Key Wheeler's hugely popular [slick](http://kenwheeler.github.io/slick/) library * Fully responsive — scales with its container * Separate settings per breakpoint * Uses CSS3 when available, fully functional when not * Swipe enabled — or disabled, if you prefer * Desktop mouse dragging * Infinite looping * Fully accessible with arrow key navigation * Autoplay, dots, arrows, callbacks, etc... * Prebuilt templates — or use your own * Set a schedule when individual slides should be shown Use [slickity id="1"] to display slideshows in posts, pages and widgets; id being the ID of the slideshow. **Languages:** English == Installation == 1. Upload the `slickity` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = I wanna contribute, but can't get my Advanced Custom Fields to take. = You can disable the core Advanced Custom Fields configuration by adding `define( 'SLICKITY_DEV', true );` in your `wp-config.php` file. Then you'll need to import the config into your database by using the .json file in the plugin's includes folder. == Changelog == = 2.3.2 (December 12, 2017) = * Fixes caption container showing for default template when no caption is entered ([https://github.com/bmarshall511/slickity/issues/6](https://github.com/bmarshall511/slickity/issues/6)) * Fixes image size setting for the default template = 2.3.1 (December 12, 2017) = * Fixes multiple instances of the same slideshow on the same page ([https://github.com/bmarshall511/slickity/issues/5](https://github.com/bmarshall511/slickity/issues/5)) = 2.3.0 (December 11, 2017) = * Added slide scheduler = 2.2.2 (December 9, 2017) = * Misc. code clean up * Additional default template options * Added customization control to the lightbox slideshow = 2.2.1 (December 8, 2017) = * Removed debugging code * Disabled lightbox functionality for mobile devices * Updated the caption for the default slide template to be more mobile friendly = 2.2.0 (December 8, 2017) = * Added lightbox option = 2.1.0 (December 7, 2017) = * Added readme file for translations * Added slide templates = 2.0.1 (December 7, 2017) = * Added `load_plugin_textdomain()` for localization = 2.0.0 (December 7, 2017) = * A complete rewrite with more options!