• Resolved artalto

    (@artalto)


    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://www.ads-software.com/plugins/easy-modal/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    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

    (@artalto)

    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

    (@artalto)

    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

    (@danieliser)

    What is your issue with styling the modals that still exists?

    Thread Starter artalto

    (@artalto)

    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

    (@danieliser)

    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

    (@artalto)

    Thank you for the help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Modals broken’ is closed to new replies.