Title: Cyclone Slider 2 version 2.5.0 Notes
Last modified: August 20, 2016

---

# Cyclone Slider 2 version 2.5.0 Notes

 *  Plugin Author [kosinix](https://wordpress.org/support/users/kosinix/)
 * (@kosinix)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cyclone-slider-2-version-250-notes/)
 * UPGRADING
    On upgrade please resave your slideshows to update the template CSS
   and JS.
 * Some stuff you can do with cyclone slider:
 * REFRESH THUMBNAILS
    Add this to functions.php
 *     ```
       function cycloneslider_thumbnailer_params($params){
       	$params['fresh_resize'] = true;
       	return $params;
       }
       add_filter('cycloneslider_thumbnailer_params', 'cycloneslider_thumbnailer_params');
       ```
   
 * Go view your slideshow so the code above will run. Your images will be regenerated.
   
   Remove the code above, or else it will affect performance.
 * DISABLE AUTOHEIGHT
    Add this to functions.php
 *     ```
       function cyclone_cycle2_settings($array) {
       	$array['data-cycle-auto-height'] = 0;
       	return $array;
       }
       add_action( 'cyclone_cycle2_settings_array', 'cyclone_cycle2_settings');
       ```
   
 * This will affect all slideshows
 * [http://wordpress.org/extend/plugins/cyclone-slider-2/](http://wordpress.org/extend/plugins/cyclone-slider-2/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [yvesmatthess](https://wordpress.org/support/users/yvesmatthess/)
 * (@yvesmatthess)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cyclone-slider-2-version-250-notes/#post-3582134)
 * It seems that the plugin writes css-code when you update in the wordpress backend.
   How to avoid this or can i write or put my own css code anyhow? Thanks for help.
 *  [yvesmatthess](https://wordpress.org/support/users/yvesmatthess/)
 * (@yvesmatthess)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cyclone-slider-2-version-250-notes/#post-3582141)
 * I solved it, so now i’m using my own template. I follow the tutorial here: [How to create your own custom template.](http://http://www.codefleet.net/cyclone-slider-2/#templating).
   With templates it is very easy and flexible to customize different slideshows
   with the Cyclone-slider plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cyclone Slider 2 version 2.5.0 Notes’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cyclone-slider-2_c67877.svg)
 * [Cyclone Slider](https://wordpress.org/plugins/cyclone-slider-2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cyclone-slider-2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cyclone-slider-2/)
 * [Active Topics](https://wordpress.org/support/plugin/cyclone-slider-2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cyclone-slider-2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cyclone-slider-2/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [yvesmatthess](https://wordpress.org/support/users/yvesmatthess/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/cyclone-slider-2-version-250-notes/#post-3582141)
 * Status: not a support question