=== Cyclone Slider === Contributors: kosinix Donate link: http://www.codefleet.net/donate Tags: slider, slideshow, jquery, cycle, jquery cycle, cycle plugin, responsive, multilingual, custom post Requires at least: 3.3.2 Tested up to: 3.4.1 Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create amazing slideshows with ease. Built for both developers and non-developers. == Description == Features: Uses jQuery Cycle plugin with 25+ transitions, easy-to-use interface with drag and drop functionality, multiple slideshows, individual slideshow settings, shortcode, and customizable templates. Cyclone Slider leverages wordpress' built-in features. It uses custom post for the slideshow, custom fields to store settings, and media uploader for the images. Its simple and flexible. = Homepage = [Checkout more about Cyclone Slider](http://www.codefleet.net/cyclone-slider/) == Installation == 1. Upload the `cyclone-slider` folder to the `/wp-content/plugins/` folder 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Start adding slideshows in 'Cyclone Slider' menu in WordPress 1. You can then use a shortcode to display your slideshow. Example: `[cycloneslider id ="my-slideshow"]` 1. Function do_shortcode can be used inside template files. Example: `` 1. Checkout more tutorials and documentation at [Cyclone Slider's home](http://www.codefleet.net/cyclone-slider/) You will find 'Cyclone Slider' menu in your WordPress admin panel. == Frequently Asked Questions == * Sample shortcode: [cycloneslider id ="my-slideshow"] * Shortcode with more options: [cycloneslider id ="my-slideshow" fx="fade" timeout="5000" speed="1000" width="500" height="300" show_prev_next="true" show_nav="true"] * Shortcode with custom template: [cycloneslider id ="my-slideshow" template="custom"]. Corresponding php file is named slider-custom.php. == Screenshots == 1. All Slideshow Screen 2. Slideshow Editing Screen == Changelog == = 1.0.2 = * Prefixed meta keys with underscore _ to hide from wp custom field metabox. Existing slider data will be silently migrated into this new meta keys. * Thumbnail function added. == Upgrade Notice == = 1.0.2 = * Template thumbnails added.