Title: Modals broken
Last modified: August 22, 2016

---

# Modals broken

 *  Resolved [artalto](https://wordpress.org/support/users/artalto/)
 * (@artalto)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/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.
 * [https://wordpress.org/plugins/easy-modal/](https://wordpress.org/plugins/easy-modal/)

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

 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/modals-broken/#post-5190645)
 * Hey Artalto, Yes I believe i know what the issue is. Demo content is inserted
   and screws up some stuff on import, need to set it to either import or install
   demo data not both. I will get you a working solution a little later today when
   i get home which will be coupled with a new update to the plugin.
 *  Thread Starter [artalto](https://wordpress.org/support/users/artalto/)
 * (@artalto)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/modals-broken/#post-5190706)
 * Hi, thank you for the information.
 * Today we noticed that huge blank background space appeared under footer. In order
   to check if Easy Modal causes this problem we deactivated the plugin. Blank space
   under footer disappeared, but now we can’t enter WP admin panel. After login 
   we only see white screen – nothing loads. How can we fix this??
 * Please, help ASAP!
 *  Thread Starter [artalto](https://wordpress.org/support/users/artalto/)
 * (@artalto)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/modals-broken/#post-5190731)
 * Hi, we could fix the issue with the blank white screen only after we deleted 
   the above code from functions.php.
    The only problem which is left – styling 
   of the modals.
 * Looking forward to your solution tips.
 * Thank you!
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/modals-broken/#post-5190741)
 * What is your issue with styling the modals that still exists?
 *  Thread Starter [artalto](https://wordpress.org/support/users/artalto/)
 * (@artalto)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/modals-broken/#post-5190747)
 * Hello!
 * We’ve updated Easy Modal to the newest version today. Here are issues that still
   exist:
    1) Modal still affects our footer (large background space under footer
   on some pages). 2) Styling of the modal is broken: though our choice of family
   font in modal theme is Tahoma, it displays Times New Roman. In addition, there’s
   black background around close mark which shouldn’t be there. 3) When you close
   modal, page remains darkened and does not respond to mouse actions, for instance
   you can’t press any buttons on the page. Darkened layer disappears only after
   you reload the page.
 * We have Easy Modal plugin installed on two different websites, using two different
   WP themes. On our second website we did not update modal for about two weeks 
   or more. There are no such problems as grown footer or darkened page after closing
   modal there, but styling problems also appeared.
 * For your information: our modals contain contact forms (from Contact Form 7 plugin),
   which are in Russian.
 * We really hope you can help 🙂
 * Thanks!
 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/modals-broken/#post-5190766)
 * Hey artalto, would it be possible to get a link and poitentially temporary admin
   credentials. You can email me directly.
 * I would like to get this solved for you quickly.
 * danieliser at wizardinternetsolutions.com
 *  Thread Starter [artalto](https://wordpress.org/support/users/artalto/)
 * (@artalto)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/modals-broken/#post-5190800)
 * Thank you for the help!

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

The topic ‘Modals broken’ is closed to new replies.

 * ![](https://ps.w.org/easy-modal/assets/icon-256x256.png?rev=982657)
 * [Easy Modal](https://wordpress.org/plugins/easy-modal/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-modal/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-modal/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-modal/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-modal/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-modal/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [artalto](https://wordpress.org/support/users/artalto/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/modals-broken/#post-5190800)
 * Status: resolved