• Resolved SD

    (@arthurst)


    We have created, Gutenberg blocks using ACF extended. They are all working fine and all of sudden. All of our post content created by these blocks missing from the front end.

    Not sure why it stopped rendering on the front end. All the blocks and content are intact on the backend.

    When i checked the blocks, its missing below info from dashboard as below screenshot

    https://prnt.sc/1uhffjh

    but when I click to edit any block, all the info is there like block name, category, post types and render a template.

    Not sure what’s causing block data to not render on the front end.

    Thank you for your help on troubleshooting this

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback!

    It’s really weird, it looks like all the meta from the Block Types are gone on the Block Types list. From my experience as a developer, such thing doesn’t happen without any some kind of event (new plugin, new code, an update…).

    You may have some kind of incompatibility or maybe some PHP code/plugin is interfering with the Block Types UI logic. I would recommend to clone your website, install it on a local environment, enable the WP Debug (See documentation) and see if you have any PHP error or notices.

    Then you can try to disable all plugins one by one (except ACF Pro & ACF Extended), see if that fix the issue. If it doesn’t work, then switch to the native Twenty Twenty One theme (maybe there’s a custom code in your theme).

    Other than that, I don’t really know what I can suggest. You could try to delete those Blocks from the UI and register them again. Or maybe try to register them manually using the native acf_register_block_type() (See documentation) after having deleted them from the UI, see if that fix the issue? Never had such report in the past.

    Hope it helps!

    Regards.

    Thread Starter SD

    (@arthurst)

    Hi @hwk-fr,

    Yes, it’s weird and stressful.

    Thanks for your advice, We are using the DIVI theme. they notified me that there is a bug going on with ACF compatibility.

    We have updated to their latest release which fixed the issue.

    Thanks for your help again.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Great to hear!

    Have a nice day!

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All of sudden all the Acf block data stopped rendering on front end’ is closed to new replies.