• Hello,

    i’m new here and i have a problem with oceanwp Theme. Why do I no longer see any settings in the right panel when I install the OceanWP theme. I can’t change the size or padding about the columns. For example, if I use the twenty-twenty-four theme, then everything is there. Is there a setting in the OceanWP theme? What is the problem? It’s the standard block editor.

    WordPress and Theme are latests versions and the Theme currently free version.

    Thanks for help!

    First Image with twenty-twenty-four theme with all settings:

    Here with OceanWP:

    • This topic was modified 1 year, 2 months ago by fegc.
    • This topic was modified 1 year, 2 months ago by fegc.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi – I have the same problem. Now i’m wondering if I should choose another theme (My website is build with elementor, but I want to make blogpost with Gutenberg)

    Hoping this thread will get a reply soon ??

    Hello @martindemant and @fegc

    Thank you for reaching out,
    To add dimensions options on your site, kindly add the code below to the child theme on your website.

    function oceanwp_theme_supports_custom_spacing() {
    	add_theme_support( 'appearance-tools' );
    	add_theme_support( 'custom-spacing' );
    }
    add_action( 'after_setup_theme', 'oceanwp_theme_supports_custom_spacing' );

    Screenshot: https://postimg.cc/K49XQMjJ

    Download child theme: https://docs.oceanwp.org/article/90-sample-child-theme.

    I hope it helps.
    Best Regards

    Hi @shanin,

    Thank you so much! This was exactly what I have been looking for! (Now I don’t need to change theme – which I was strongly considering before because of this).

    Is there anything else regarding Gutenberg, that I need to “unlock” with code, to get Gutenbergs full experience? ??

    Best regard
    Martin

    Hi @martindemant,

    You’re most welcome, and thank you for choosing OceanWP theme.
    I’m glad we could help.

    I don’t think anything else is needed. However, everything is mentioned in the block editor here: https://developer.www.ads-software.com/block-editor/how-to-guides/themes/theme-support/.

    If there is anything else we can help you with, please don’t hesitate to contact us.

    Best Regards

    Thread Starter fegc

    (@fegc)

    Thanks!

    But that’s not all settings in Editor. Like margin, border, block spacing, radius.

    Hello @fegc,

    Can you clarify which blocks do not display the styling?

    Please note that some blocks/widgets do not have those styles by default, and adding these features through the code mentioned above is impossible(it means that the style you want must be within the block and not visible. Then, the code above will help you display those options).

    Best Regards

    Thread Starter fegc

    (@fegc)

    Hello,

    The settings are not visible in normal columns in gutenberg standard editor.

    For example: with oceanwp theme, three columns only padding setting (code in function.php inserted) not more settings. Why don’t I see this in the oceanwp theme pro. Where are the settings?

    now change for example to twenty standard theme: you see radius, border, blockspacing…

    why don’t I see this in the oceanwp theme pro. where are the settings?

    Alternatively I have to install gutenberg block plugin or other plugins. But i’ts not the solution.

    thanks for help.

    Shahin

    (@skalanter)

    Hello @fegc,

    Sorry for the late reply.

    These settings are designed only to work with the FSE theme.
    Global style options are in the site editor with FSE themes, where you can set these options. So, with OceanWP, these will not work.

    Some features are available in FSE themes, not classic skins like OceanWP. I’ve tested this with other themes like OceanWP that are not FSE and saw that they show nothing, and some options did not appear.

    Best Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘No size and padding… settings in Block Editor with OceanWP?’ is closed to new replies.