Elements within this list are deprecated and are no longer supported
-
I’m receiving the following message:
“Elements within this list are deprecated and are no longer supported in newer versions of WPBakery Page Builder.”
As a result, I’m unable to edit any pages. Additionally, when I try to edit from the front-end, it returns a 404 error.
Could you please look into this and let me know what is causing the issue? Currently, I am unable to edit any of the site pages
Attachments:
You must be
logged in to view attached files.
Hello,
This issue is related to your server settings, as all existing elements load on the backend when loading the page.
Since our theme includes a large number of elements, this situation occurs. This issue will also arise with a default theme if you add more than 30 third-party elements.
To resolve this issue, please add the following code to your site’s .htaccess file.
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Best Regards,