I'm losing my WP-Cufon configuration for some odd reason.
This includes :
- cufon_replacement_script
- cufon_jquery
- cufon_delay_fix
- cufon_init_position
- cufon_replacement_position
- cufon_delay_position
I set my options and go to do other operations on my site, only to see that the javascript calling Cufon dissapears from my public pages. When I go back to the WP-Cufon configuration page, all my settings are gone. The radio buttons used to set the script positions are all unselected.
And I assume they must be deleted from the wp_options table.
Reverted back to version 1.6.6 and options are kept in place.
Plugin author says this is fixed in 1.6.8 (confirmed) but I'd like to know where the settings are stored so I can restore from backups. Does anyone know?
They are in the wp_options table, you can search for them with this MySQL query :
SELECT * FROMwp_optionsWHERE option_name LIKE '%cufon%'
I will try the 1.7.8 ASAP, thanks for your reply
Well that would be nice if the options were still there, but since 1.6.7 *deleted them* they aren't! But got it from a database backup. Thanks for the pointer!
So what happened with this plugin? I updated to 1.6.7 (lost my settings), upgraded to 1.6.8 (put my original settings back) and now it doesn't work any longer - it used to - settings are *exactly* the same.