Home Forums WoodMart support forum Elements within this list are deprecated and are no longer supported

Elements within this list are deprecated and are no longer supported

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #693158

    advertisement
    Participant

    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.
    #693269

    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,

Viewing 2 posts - 1 through 2 (of 2 total)