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.

Where is the design tab?

8 years ago · Last reply by Alex S 8 years ago

When I was using page builder with the Tesseract theme, the row of pagebuilder had 3 tabs: attributes, layout and design. Now when I use pagebuilder with the vantage theme, the row of pagebuilder has 3 tabs: attributes, layout and theme. Where is the design tab? I can’t add pictures now with the theme tab. Only picture URL.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 8 years, 2 months ago

    Hi Barakiva,

    The Theme Row Styles settings group is a legacy settings group which was before the Design settings group.

    The Theme Settings group should only appear on really old posts that would have used the theme settings group. If you aren’t using the theme settings group, you can disable it using PHP. Please install Code Snippets and navigate to WP AdminSnippetsAdd New and add the following PHP:

    function vantage_remove_legacy_row_theme() {
    	remove_filter( 'siteorigin_panels_row_style_fields', 'vantage_panels_row_style_fields', 11 );
    	remove_action( 'save_post', 'vantage_panels_save_post', 5, 2 );
    }
    add_action( 'init', 'vantage_remove_legacy_row_theme' );

    Click Save Changes & Activate.

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