This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Using the Widget Block Editor w Vantage Theme

4 years ago · Last reply by Andrew Misplon 4 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Andrew Misplon Staff 4 years, 4 months ago

    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. Andrew Misplon Staff 4 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread