=== 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.3 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 == * Why is my slider not working? - Check for javascript errors in your page. You can use firebug for mozilla. * How to display it in post/page? - Use the shortcode [cycloneslider id ="my-slideshow"] * What are the shortcode options? - [cycloneslider id ="my-slideshow" fx="fade" timeout="5000" speed="1000" width="500" height="300" show_prev_next="true" show_nav="true"] * How can I use templates? - [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.4 - 2012-08-18 = * Added default values when adding a new slideshow to help users. * Added visual cues when adding new slides. * Hide preview in admin img when its src is blank to hide the img not found on IE and other browsers. Show only when src is given. = 1.0.3 = * Bug fix if shortcode attributes are set to zero eg. timeout="0". Change use of empty() to === to differentiate null from integer zero or blank string = 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.4 = * UI enhancements = 1.0.3 = * Bug fixed = 1.0.2 = * Template thumbnails added.