• Resolved cimiro

    (@cimiro)


    Hello there,

    since today all my stackable blocks on my site are not supported anymore. I didn’t update anything but it could be that my site has automatically updated the plugin or theme. Here are some screenshots of the problem:

    What can I do to solve this?

    Thank you in advance

    Regards,
    Jan Willem

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cimiro

    (@cimiro)

    I’m using Stackable 3.11.3 ( Free version ) and wordpress 6.3

    Plugin Author Benjamin Intal

    (@bfintal)

    Hey @cimiro, looks like the blocks or at least the scripts that register the blocks failed to load.

    Kindly try the following things from here: https://docs.wpstackable.com/article/379-your-site-doesnt-include-support-for-this-block-error

    – Try doing a hard refresh in your browser, or
    – Try clearing the cached files from your browser privacy settings

    If that doesn’t work, while you are editing a page/post, would you be able to check whether you can see any JavaScript errors from your browser’s developer console and paste them here?

    Thread Starter cimiro

    (@cimiro)

    Cleaning my cache or doing a hard reload doesn’t seem to help. these are the errors from my console log:

    Uncaught ReferenceError: lodash is not defined
    at 570 (stk.js?ver=3.11.3:2:9874)
    at a (stk.js?ver=3.11.3:2:858260)
    at stk.js?ver=3.11.3:2:858700
    at stk.js?ver=3.11.3:2:858721
    editor_blocks.js?ver=3.11.3:2 Uncaught ReferenceError: stk is not defined
    at 7200 (editor_blocks.js?ver=3.11.3:2:701256)
    at n (editor_blocks.js?ver=3.11.3:2:702234)
    at editor_blocks.js?ver=3.11.3:2:702703
    at editor_blocks.js?ver=3.11.3:2:786122
    at editor_blocks.js?ver=3.11.3:2:786126
    editor.jsx:82 Reloading editor by PublishPress Blocks plugin
    logger.js:17 Block validation: Expected end of content, instead saw Objectattributes: []length: 0Prototype: Array(0)selfClosing: truetagName: “hr”type: “StartTag”Prototype: Object.
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/comment-template (Object).

    Content generated by save function:

    Content retrieved from post body:
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Expected end of content, instead saw Object.
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/post-template (Object).

    Content generated by save function:

    Content retrieved from post body:

    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Expected tag name h1, instead saw div.
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/heading (Object).

    Content generated by save function: Portfolio

    Content retrieved from post body: Portfolio

    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Expected Object, instead saw end of content.
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/group (Object).

    Content generated by save function:

    Content retrieved from post body:

    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Expected token of type EndTag (Object), instead saw StartTag (Object).
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/group (Object).

    Content generated by save function:

    Content retrieved from post body:

    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Expected end of content, instead saw Object.
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/query (Object).

    Content generated by save function:

    Content retrieved from post body:

                    </section>

    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Expected Object, instead saw end of content.
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/group (Object).

    Content generated by save function:

    Content retrieved from post body: (anonymous) @ logger.js:17 logger.js:17 Block validation: Expected tag name h1, instead saw div. (anonymous) @ logger.js:17 logger.js:17 Block validation: Block validation failed for core/heading (Object). Content generated by save function: Overview vacancies Content retrieved from post body: Overview vacancies (anonymous) @ logger.js:17 logger.js:17 Block validation: Expected Object, instead saw end of content. (anonymous) @ logger.js:17 logger.js:17 Block validation: Block validation failed for core/group (Object). Content generated by save function: Content retrieved from post body:

    (anonymous) @ logger.js:17 logger.js:17 Block validation: Expected token of type EndTag (Object), instead saw StartTag (Object). (anonymous) @ logger.js:17 logger.js:17 Block validation: Block validation failed for core/group (Object). Content generated by save function:

    Content retrieved from post body:

    (anonymous) @ logger.js:17 logger.js:17 Block validation: Expected end of content, instead saw Object. (anonymous) @ logger.js:17 logger.js:17 Block validation: Block validation failed for core/query (Object). Content generated by save function:

    Content retrieved from post body:

    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Expected Object, instead saw end of content.
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/group (Object).

    Content generated by save function:

    Content retrieved from post body:
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Expected token of type EndTag (Object), instead saw StartTag (Object).
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/group (Object).

    Content generated by save function:

    Content retrieved from post body:

    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Expected token of type EndTag (Object), instead saw StartTag (Object).
    (anonymous) @ logger.js:17
    logger.js:17 Block validation: Block validation failed for core/group (Object).

    Content generated by save function:

    Content retrieved from post body:

    Plugin Author Benjamin Intal

    (@bfintal)

    Thanks for the logs. Based from it, the main culprit seems to be this error:

    Uncaught ReferenceError: lodash is not defined

    lodash is a library that is loaded by default by the Block Editor, so our blocks are getting an error because it’s not loaded.

    Do you by any chance have the Gutenberg plugin activated? If you do, please deactivate it because it is the development version of the Block Editor and contains a lot of features that are still in the works.

    Otherwise, you might have to deactivate other plugins to check which one is removing lodash from being enqueued in the block editor.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Your site does not support the “stackable/hero” block.’ is closed to new replies.