Since Elementor v3.7.0, some changes have been made in the core files of Elementor plugin which causes Elementor editor pages not to load, and “Enable Safe Mode” message box appears when Elementor Display Conditions feature is enabled on the page.
To resolve this, all we need to do is add the PHP lines below in your child theme -> functions.php file:
add_filter( 'pa_display_conditions_values', function( $apply ) {
return false;
});
If you don’t have a child theme installed on your website, you can simply use Code Snippets WordPress plugin to add the PHP code above.
I have the same problem when using magic scroll. Inserting the line into the child theme didn’t help.
Could you please open a ticket on our support system through this link so the team can check?
my.leap13.com/contact-support/
It worked for me, just as explained here, thank you very much!
Excellent. Now everything works as it should. Thank you.
Thanks. Would love to have known this before I built the whole page up from scratch again and encountered the same problem. Luckily adding display conditions was my last action in the built, so I quickly found the cause 😉
Worked for me, thanks. Used code snippets.
Worked for me too. just Install “code snippets” plugin > add new snippet > paste de code > show everywhere > save
Is this still true on Elementor 3.13?
Yes, the code above should still fix the issue
This worked but now the php code is visible on my site. Any other work arounds? I used the code snippet method, and I’m on Elementor 3.13.2.
Could you please send us a message through the chatbox on the bottom right so our devs team can check this for you?