Home>Support>vantage_panels_no_legacy

vantage_panels_no_legacy

By dicki, 7 years ago. Last reply by Alex S, 7 years ago.

I Use the free version of vantage theme.
With one plugin i see this eachtime displayed on an page:

vantage_panels_no_legacy

can you tell me what that means?

Will that disapear after paying for vantage theme?

please let me know.

thanks anyway.

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, 11 months ago Alex S
    Hi, I Work Here

    Hi Dicki,

    This is related to SiteOrigin Page Builder and is completely safe to ignore. Basically, when that is present it’ll allow for the newer SiteOrigin Page Builder settings to appear rather than the old ones (for example, the row design settings group replaces the theme design settings group when this string is present).

  2. 7 years, 11 months ago dicki

    Hello Alex,

    Thanks for your answer. I understand and know it is completly safe to ignore. But the problem is that i can’t delete that custom field. And now it is constantly on the website without any purpose: see this link:

    http://windelloan.nl/dog/abke-from-windelloan/

    Under the name Danny the Vitto you see:

    VANTAGE_PANELS_NO_LEGACY
    true

    and that’s what i don’t want.

    Deleting that custum field in the plugin Breedz is not working. After saving the post the custom field still appear.

    thanks anyway

  3. 7 years, 11 months ago Alex S
    Hi, I Work Here

    Hi Dicki,

    Quick correction to my previous post – this is being added by Vantage, not SiteOrigin Page Builder.

    This post meta isn’t useless as it’s required to see the non-legacy settings of SiteOrigin Page Builder while using SiteOrigin Page Builder.

    The difference basically is in the row settings (and a few other minor changes), with post meta:

    Without post meta:

    If you’re okay with this, you can remove the post meta inclusion code by adding some PHP.

    If you’re using a child theme, please add the following PHP at the bottom of your child theme functions.php:

    function so_vantage_prevent_legacy(){	remove_action( 'save_post', 'vantage_panels_save_post', 5 );}add_action( 'init', 'so_vantage_prevent_legacy' );

    If you don’t have a child theme, you’ll need Code Snippets, which will allow you to add the required code without needing a child theme. Once installed, please navigate to WP AdminSnippetsAdd New and add the following code:

    function so_vantage_prevent_legacy(){	remove_action( 'save_post', 'vantage_panels_save_post', 5 );}add_action( 'init', 'so_vantage_prevent_legacy' );

    Then click Save Changes and Activate.

    Please note that you’ll need to remove the previous instances of this post meta as this code will only prevent it from being added to future posts.

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