Home>Support>Where is the design tab?

Where is the design tab?

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 6 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More