• Resolved beijadventures

    (@beijadventures)


    Hi,

    I just updated to the latest version of advanced gutenberg blocks and Gutenberg, and I realised the NOTICE block doesn’t display properly anymore.

    There seems to be a small change in the DIV code source, which maybe why that doesn’t work.

    OLD:
    <div class="wp-block-advanced-gutenberg-blocks-notice wp-block-advanced-gutenberg-blocks-notice--info" data-type="info">
    NEW:
    <div class="wp-block-advanced-gutenberg-blocks-notice is-variation-info" data-type="info">

    thus, the block doesn’t display properly unless you simply press “update” on every post that uses the NOTICE block.

    Anyway this can be solved so I don’t have to manually update all my posts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author maximebj

    (@maximebj)

    I need to make a depreciation in my code to help Gutenberg migrate to the new code. I totally forgotten this.

    I’ll add this in the next release (hopefully this week or next week)

    Plugin Author maximebj

    (@maximebj)

    Found the right way to do it. It’s on the 1.8.4 version.

    You still need to re-save posts that contains a Notice block but I can’t do anything for this (I had to do this for 50 posts on my site lol)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post with NOTICE block require update’ is closed to new replies.