-
bigtada
We are currently in the process of migrating away from Beaver Builder. However, to do that, we need to run both Beaver Builder and GenerateBlocks simultaneously. Until recently, this has been working fine. However, due to recent updates with some combination of WP Core, Beaver Builder, and/or GenerateBlocks, we are now experiencing an issue where the text in the Editor is displayed in a small font size and a default serif font. The issue goes away if we change to another theme or disable GenerateBlocks. It seems to be only when we use both Beaver Builder and GenerateBlocks together that we encounter the problem. We are using WordPress 6.5.3, Beaver Builder Theme 1.7.15.3, and GenerateBlocks 1.9.0. Is there something we can do to get the font size in the Editor back to the expected size it was before (closer to 16 or 18px)? I put together some screenshots showing different combinations of theme+GenerateBlocks plugin to show the differences:
https://imgur.com/a/GHIzwVH -
Hi there,
Screenshots do not help with issues like this, unfortunately.
Can you link us to the page(s) in question?
You can use the private information field.
Let me know 🙂
-
bigtada
Supplied credentials in the private information field.
-
Can you try this PHP snippet?
remove_filter( 'block_editor_settings_all', 'generateblocks_do_block_css_reset', 15 );
Adding PHP: https://docs.generatepress.com/article/adding-php/Let me know if this helps!
-
bigtada
That worked perfectly, thank you!
-
Glad to hear that 🙂
- You must be logged in to reply to this topic.