Create responsive slideshows with ease. Built for both developers and non-developers.
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.
Most probably its wordpress adding paragpraphs on line breaks next to the slides therefore adding a blank <p> slide. You can try adding this to functions.php:
remove_filter('the_content', 'wpautop');
Use the shortcode [cycloneslider id ="my-slideshow"]
Use <?php echo do_shortcode('[cycloneslider id ="my-slideshow"]'); ?>
[cycloneslider id ="my-slideshow" fx="fade" timeout="5000" speed="1000" width="500" height="300" show_prev_next="true" show_nav="true"]
[cycloneslider id ="my-slideshow" template="custom-name"]
Inside your theme create a folder named "cycloneslider". Add your templates inside.
Requires: 3.3.2 or higher
Compatible up to: 3.5.1
Last Updated: 2013-5-10
Downloads: 21,952
9 of 24 support threads in the last two months have been resolved.
Got something to say? Need help?