Plugin Support
Milos
(@miloss84)
Hi there,
Thanks for contacting us and hope you are doing well and having a great day.
To rule out the possibility of a plugin or theme conflict, please deactivate all your plugins ( besides Elementor ). If it solves the issue reactivate them one by one to find the culprit. If it didn’t help, switch your theme (temporarily) to a default WP theme such as Twenty Nineteen and see if it makes any difference.
Also, this could happen due to our Elementor performance experiments you can try to deactivate them. To deactivate them you can go to Elementor > settings > features
Performance features currently in the experimental stage are:
- Element Caching – Elements caching reduces loading times by serving up a copy of an element instead of rendering it fresh every time the page is loaded. When active, Elementor will determine which elements can benefit from static loading – but you can override this.
- Inline Font Icons – This experiment renders icons as SVGs without loading the Font-Awesome and eicons libraries. Since SVGs are vector-based images which are rendered using the browser’s engine, they do not increase server requests which improves performance
I am looking forward to hearing back from you soon.
Kind regards,
I’m having the same issue when trying to edit some pages in Elementor. In our case, it was resolved by disabling GravityForms. I have both plugins updated to their latest version.
This is a big issue, as they’re both essential plugins. I hope Elementor or GravityForms update their versions soon to resolve this conflict. They are two plugins that are too important not to work well together.
Regards.
Yes, on all websites it’s done with different plugins.
I had the same error, search everywhere and voila! just changed permalinks to “plain” and thats it! the editor started! Hope this serves many of you…
-
This reply was modified 10 months, 3 weeks ago by
karla1974.
I have the same problem Elementor Pro Version 3.30.0
yoyo
(@chagitkremer)
I’m experiencing the exact same issue with Elementor version 3.30.0.
I’ve tried several solutions — clearing cache, safe mode, plugin conflict checks, and rolling back to earlier versions — but nothing has resolved it.
This seems to be a fundamental issue that prevents basic editing in the Elementor editor, and I see other users reporting similar problems.
It’s a bit surprising that this topic is marked as “resolved” while the issue is still affecting the latest stable release. It likely still needs attention.
yoyo
(@chagitkremer)
After further investigation, I found a working solution.
It seems that the recent update of Elementor changed how scrolling is handled during editing. In previous versions, there was no conflict with my site’s custom horizontal scroll code, but with version 3.30.3 (or similar), the page became unscrollable inside the editor.
Adding the following CSS resolved the issue for me:
body.elementor-editor-active { overflow: auto !important; }
Hope this helps others facing the same issue.
-
This reply was modified 9 months, 4 weeks ago by
yoyo.