Site logo

[Support request] WordPress 6.1 new Design Tools (border control, etc) not showing?

Home Forums Support [Support request] WordPress 6.1 new Design Tools (border control, etc) not showing?

Home Forums Support WordPress 6.1 new Design Tools (border control, etc) not showing?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2418420
    Antoine

    Hi,
    I keep reading about new design tools available for Gutenberg block (WP 6.1) such as border control, padding, etc.
    However I don’t have any of that available on my site. Is there anything I have to do to activate them?

    For example, here is what I would expect for the Column block

    Here is what I have:

    Thanks for your help,
    antoine
    https://faroutride.com/

    #2418472
    David
    Staff
    Customer Support

    Hi there,

    see my reply here:

    https://generatepress.com/forums/topic/new-image-block-border-controls-not-visible-in-generate-press/#post-2418471

    The GB Grid block has those settings and more built in.

    #2418948
    Tom
    Lead Developer
    Lead Developer

    If you want those tools with the core blocks, you can do this:

    1. Install and activate the Gutenberg plugin (for now until they add support in core)
    2. Add this function to your site:

    add_action( 'after_setup_theme', function() {
        add_theme_support( 'appearance-tools' );
    }, 20 );

    You can find more info on this here: https://github.com/tomusborne/generatepress/issues/389

    #2418950
    Antoine

    Thanks David and Tom for the answers, much appreciated.

    I guess I’ll wait for those tools to be “officially” integrated into GeneratePress, which I hope they will at some point.
    I was just very intrigued why I couldn’t see them and wondered what was wrong.

    Thanks for the clarification and the good work,
    Antoine

    #2420716
    Tom
    Lead Developer
    Lead Developer

    No problem at all! Let us know if you have any other questions 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.