elementor/elementor

WP widget are not working in elementor editor - V1.8.2

suganyaselvakumar opened this issue · 2 comments

Hi,

Version1.8.2 - WP widget are not working in elementor editor but elementor widget working good. if I try to edit it keep loading.

Not sure, if you mean the same, but I experienced that widget forms in elementor editor do not show up. I think it is related to the condition in "includes/managers/widgets.php:240", which says
if ( Plugin::$instance->editor->verify_request_nonce() ) { die; }
or in other words: When you have a valid nonce, do not send any content back. I checked all nonces and they are valid.

Was working in 1.8.0, stopped working in 1.8.1 for me

I can confirm this bug, we will release a patch soon.

Thanks for your report!