Modals broken
-
Hi,
we updated the plugin to the latest version and all modals disappeared from our site.We tried the solution you suggested and put the code:
add_action('plugin_init', 'fix_my_modals'); function fix_my_modals() { if(!emodal_get_option(EMCORE_SLUG.'_manual_migration')) { emodal_delete_option('easy-modal_migration_approval'); if(emodal_get_option('EasyModal_Version') && !emodal_get_option(EMCORE_SLUG.'_migration_approval')) { new EModal_Migrate_Pre_V2; } emodal_update_option(EMCORE_SLUG.'_manual_migration', true); } }
The modals came back but all the styling is broken – the fonts changed, the close sign has now a black background.
Could you please help us to get the style of the modals back?
Thank you in advance.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Modals broken’ is closed to new replies.