=== Cyclone Slider 2 === Contributors: kosinix Donate link: http://www.codefleet.net/donate Tags: slider, slideshow, jquery, cycle 2, responsive, multilingual support, custom post, cyclone slider Requires at least: 3.3.2 Tested up to: 3.4.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create responsive slideshows with ease. Built for both developers and non-developers. == Description == Features: Uses jQuery Cycle 2 with full responsiveness, 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. Note: If you are using Cyclone Slider (version 1) deactivate it first before activating Cyclone Slider 2. = Homepage = [Checkout more about Cyclone Slider 2](http://www.codefleet.net/cyclone-slider-2/) == Installation == = Install via WordPress Admin = 1. Ready the zip file of the plugin 1. Go to Admin > Plugins > Add New 1. On the upper portion click the Upload link 1. Using the file upload field, upload the plugin zip file here and activate the plugin = Install via FTP = 1. First unzip the plugin file 1. Using FTP go to your server's wp-content/plugins directory 1. Upload the unzipped plugin here 1. Once finished login into your WP Admin and go to Admin > Plugins 1. Look for Cyclone Slider 2 and activate it = Usage = 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: `` == Frequently Asked Questions == = What's the improvement of Cyclone Slider 2 over Cyclone Slider? = 1. Uses jQuery Cycle 2 plugin. 1. All slideshow templates are responsive. 1. Cleaner and faster user interface. 1. Per slide settings. 1. Tile effects. = Why is my slider not working? = Check for javascript errors in your page. This is the most common cause of the slider not running. `cycle not a function` error - most probably you have double jquery (jquery.js) included from improperly coded plugins. Remove the duplicate jquery or deactivate the plugin causing the double jquery include. = Why is there is an extra slide that I didn't add? = Most probably its wordpress adding paragpraphs on line breaks next to the slides therefore adding a blank `

` slide. You can try adding this to functions.php: `remove_filter('the_content', 'wpautop');` = How to display it in post/page? = Use the shortcode `[cycloneslider id ="my-slideshow"]` = How to display it inside template files (header.php, index.php, page.php, etc.)? = Use `` = 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-name"]` = Where do I add my own templates? = Inside your theme create a folder named "cycloneslider". Add your templates inside. == Screenshots == 1. All Slideshow Screen 2. Slideshow Editing Screen 3. Slideshow in Action == Changelog == = 1.0.0 - 2012-10-28 = * Initial == Upgrade Notice == = 1.0.0 = * Initial. If you are using Cyclone Slider (version 1) deactivate it first before activating Cyclone Slider 2