Issue with Custom Blocks Disappearing from Front-End on Genesis Blocks
-
Hello,
I’m experiencing an issue with custom blocks created with Genesis Blocks, where they randomly disappear from the front-end of my site. However, these blocks still appear in the admin editor, accompanied by the following notice:
“Your site doesn’t include support for the ‘genesis-custom-blocks/block-name’ block. You can leave this block intact or remove it entirely.”
Here’s the structure of where my custom block templates are located:
- Path:
wp-content/themes/child-theme/blocks/block-name/block.php
This issue persists even though the block templates are correctly placed within my child theme directory. Interestingly, I’ve found a temporary workaround:
- I leave the original block templates intact.
- I create an exact duplicate of the disappearing block via
WP Admin > Genesis Blocks Pro > Add New (Block Builder)
. - Then, I delete the original block in the Block Builder.
Following these steps brings the block back on the front-end, but this solution is far from ideal and not sustainable for long-term management.
Has anyone encountered this issue before, or does anyone have insights into what might be causing this and how to resolve it more effectively?
Any help or guidance would be greatly appreciated. Thank you!
- Path:
- The topic ‘Issue with Custom Blocks Disappearing from Front-End on Genesis Blocks’ is closed to new replies.