Title: [Plugin: WP-Cycle] Setting
Last modified: August 20, 2016

---

# [Plugin: WP-Cycle] Setting

 *  [dgreco](https://wordpress.org/support/users/dgreco/)
 * (@dgreco)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-setting/)
 * I am getting no settings. shows “images image links to actions, but not anything
   else. Everything was viewable upon intial installation, but changed when I started
   uploading images…or try to upload
 * [http://wordpress.org/extend/plugins/wp-cycle/](http://wordpress.org/extend/plugins/wp-cycle/)

Viewing 1 replies (of 1 total)

 *  [mrioa](https://wordpress.org/support/users/mrioa/)
 * (@mrioa)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-setting/#post-2928951)
 * Hi dgreco,
 * I’m experiencing the exact same problem.
 * Before uploading (and making your settings dissapear), have you changed the width
   of the image rotator to 100px or less?
    I just found out that it has to be at
   least 101px wide to work properly.
 * After some diggin in the database, I found this little workaround that worked
   for me. Maybe I find a better way after the weekend though.
 * If you have access to your wordpress database, execute the following SQL statement(
   At your own risk and only if you know what you’re doing. A backup wouldn’t hurt
   here too!):
 *     ```
       UPDATE wp_options
       SET option_value = ''
       WHERE option_name = 'wp_cycle_images'
       ```
   
 * Info:
    When the width is set to 101 or less, there is an Error Message stored
   into that database field and it can’t get parsed by the plugin anymore.
 * The above statement sets the wp_cycle_images option to empty. Now the plugin 
   settings are shown again and you can set the width to a higher value.
 * Bye,
    Mario

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Cycle] Setting’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-cycle.svg)
 * [WP-Cycle](https://wordpress.org/plugins/wp-cycle/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-cycle/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-cycle/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-cycle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-cycle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-cycle/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mrioa](https://wordpress.org/support/users/mrioa/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-setting/#post-2928951)
 * Status: not resolved