Category: Gutenberg

With articles also related to:

Aleš Sýkora wrote:

Enable WordPress Theme when using Oxygen Builder

November 28, 2023 in Custom Code, Gutenberg, Oxygen Builder, Plugins, WordPress

I found this 3 remove filter functions very useful, when you need to use the theme.json and other files to customize the Gutenberg blocks and still use the Oxygen Builder. I just put these lines in code snippets plugin and activate. My option for code snippets plugin is Advanced scripts. You can customize Gutenberg in…

Continue reading

Aleš Sýkora wrote:

Change Gutenberg Color Pallete to your own

November 28, 2023 in Custom Code, Gutenberg, Plugins, WordPress

If you want to have your theme colors in Gutenberg instead of all colors use this code. You can also disable gradients in Gutenberg editor. Add this code to your functions.php or custom plugin or code snippets plugin like Advanced scripts. Add more colors if you want :-) just change the name (Zelená,Modrá…). You also…

Continue reading

Aleš Sýkora wrote:

Disable Gutenberg gradient picker

September 22, 2022 in Custom Code, Gutenberg, Plugins, WordPress

If you want to disable gradient picker in Gutenberg editor in Wordpress, add this code to your functions.php or custom plugin or code snippets plugin like Advanced scripts. You may also need to change default Gutenberg colors.

Continue reading

Aleš Sýkora wrote:

Disable Gutenberg Blocks and Pattern library

November 28, 2023 in Custom Code, Gutenberg, Oxygen Builder, Plugins, WordPress

When I use Oxygen Builder to create website for customer, I want them to edit the content in Gutenberg editor, but I don’t want to give them a “FULL POWER” of Gutenberg editor. What I do every time? Disable bunch of unused blocks and completely disable the patterns library. I also disable block styles and…

Continue reading