Hi,
I’ve run into an issue where the post editor styles disappear when I activate the GenerateBlocks plugin alongside Bricks. I’ve tested GB with a few other themes without any such problem. Below are the before/after screenshots on a clean WP install with only the latest versions of Bricks and GB installed.
Gutenberg editor before activating GenerateBlocks:
Gutenberg editor after activating GenerateBlocks:
I’ve contacted GB support first, because the issue started after a recent GB update. Suggesting the problem is within their plugin. However they looked into it and are at a loss why this conflict occurs, asking if I could contact Bricks support for some insight how the Bricks editor styles are inserted. See this quote from GB support:
Ok, so we tracked this down to this filter we added to the GenerateBlocks plugin:
Which is just a CSS reset that GB requires to remove the editor margins from our blocks.
The block_editor_settings_all filter we are using is a core filter hook that is built for this kind of thing, and we use this throughout GP and GB with no previous issues.
Now, we looked inside the Bricks theme to see if it was using that same filter hook and if there was any possible cause for conflict. What we discoverd is they do not use that filter.
So we are not sure how they are inserting their code in the editor and therefore completely at a loss of how this filter in GB would affect that.For reference we have a GitIssue on GB plugin open here:
GB 1.9 "interupts" editor styles in Bricks theme. · Issue #1232 · tomusborne/generateblocks · GitHub
Could you raise a support topic with Bricks to see if they can shed some light on this ?
Link to the GB support thread: Topic: Post Editor styling changed after updating to GB 1.9 and GB Pro 1.7 - GenerateSupport
Thanks,
Richard