Home>Support>Using the Widget Block Editor w Vantage Theme

Using the Widget Block Editor w Vantage Theme

Vantage seems to disable the new Widget Block Editor. I’ve confirmed it’s not another plugin – I can get the Widget Block Editor functionality by switching to another theme.

I don’t see any use of

remove_theme_support( 'widgets-block-editor' )
in functions.php, so I can’t modify that with a child theme (I already use a child theme to add a couple of other functions, it’s not at fault either).

I’d REALLY like to have this functionality, but I’ve no idea why it’s not there.
Is there a way to get it back?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 2 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi, thanks for reaching out.

    Vantage opts out of the Widgets Block Editor interface. You can opt back in by adding the following to the Code Snippets plugin or a child theme or custom plugin if you’re making use of one of those:

    add_filter( 'siteorigin_settings_disable_new_widget_area', '__return_false' );
    
  2. 2 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    A Code Snippets import file has been added to the theme documentation:

    Page: Advanced Customizations

    If you have any follow-up queries, please, don’t hesitate to let us know.

    Cheers

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More