Viewing 1 replies (of 1 total)
  • 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.