• Resolved kyashan22

    (@kyashan22)


    I’m using a reusable block, when I go to edit it I get the following error: “Your site doesn’t include support for the “areoi/container” block. You can leave this block intact, convert its content into a custom HTML block, or remove it entirely.”

    <!-- wp:areoi/container {"block_id":"2627262b-8bc8-45b7-aac6-fd8efdfff402"} -->
    <!-- wp:areoi/row {"block_id":"90ce55f8-2e7c-434a-b1f0-8062d2c83fe0"} -->
    <!-- wp:areoi/column {"block_id":"5d297211-40a3-4d19-8168-be6d08b87c64","col_xs":"col-10","offset_xs":"offset-1"} -->
    <!-- wp:areoi/div {"block_id":"e78df6e3-6f6a-4023-8575-a7463f0b8727","className":"ribbon-3 d-inline-block"} -->
    <!-- wp:post-title {"level":1,"className":"h1 mb-0 py-1 px-2 text-fff text-uppercase"} /-->
    <!-- /wp:areoi/div -->
    <!-- /wp:areoi/column -->
    <!-- /wp:areoi/row -->
    <!-- wp:areoi/row {"block_id":"190e0454-7382-4659-8f14-0edd42ba4187","className":"mt-4"} -->
    <!-- wp:areoi/column {"block_id":"6fb92307-c4f6-4102-adfa-a1e2deaed7d1","col_md":"col-md-8","offset_md":"offset-md-2"} -->
    <!-- wp:paragraph {"className":"ms-sm-3 ms-0"} -->
    <p class="ms-sm-3 ms-0">(*) i campi contrassegnati con l’asterisco sono obbligatori.</p>
    <!-- /wp:paragraph -->
    <!-- wp:acf-frontend/form {"formID":493} /-->
    <!-- /wp:areoi/column -->
    <!-- /wp:areoi/row -->
    <!-- /wp:areoi/container -->
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Miles

    (@areoimiles)

    Hi @kyashan22

    I’ve tested the code you supplied and everything seems to work ok for me. Do you have any other plugins installed that may be causing an issue? What theme are you using? Do you have any errors in the developer console?

    It might be worth deactivating any other plugins and testing with the twenty twenty three theme. Hopefully, that will help narrow down the cause of the issue.

    Let me know if you continue to see the issue after trying the above.

    Thanks

    Miles

    Thread Starter kyashan22

    (@kyashan22)

    The code is correct, but the plugin is disabled on that page after pressing edit. In the creation phase no problem, also on the frontend no problem. Understrap theme, inside the page there is a form created with Frontend Admin. In console I have the following error:

    post-edit.js?ver=bee7b9e5591dc3a76998965767035105:25 Uncaught TypeError: Cannot read properties of undefined (reading 'registerPlugin')
        at window.wpseoScriptData.window.wpseoScriptData.featuredImage.i.registerPlugin (post-edit.js?ver=bee7b9e5591dc3a76998965767035105:25:3839)
        at new i (post-edit.js?ver=bee7b9e5591dc3a76998965767035105:25:3465)
        at post-edit.js?ver=bee7b9e5591dc3a76998965767035105:25:4214
        at HTMLDocument.<anonymous> (post-edit.js?ver=bee7b9e5591dc3a76998965767035105:25:5433)
    Plugin Author Miles

    (@areoimiles)

    That error could be stopping the All Bootstrap Blocks JavaScript from running in the editor.

    Did you try deactivating your other plugins? That error looks to be coming from an SEO plugin, so try deactivating your seo plugin and see if that resolves the issue. Also make sure all of your plugins are up to date. Also, do all of the core WordPress blocks work as expected?

    Thanks
    Miles

    Thread Starter kyashan22

    (@kyashan22)

    The problem seems to be generated by Frontend Admin by DynamiApps. Gutenberg blocks work fine. The solution for now seems to be to deactivate Frontend Admin by DynamiApps, make changes to the blocks and reactivate it.

    Plugin Author Miles

    (@areoimiles)

    Hi @kyashan22

    I’m going to mark this ticket as resolved as it looks like the issue is with another plugin. But, if you need anymore help please don’t hesitate to get back in touch.

    Miles

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Your site doesn’t include support for the “areoi/container” block’ is closed to new replies.