Home>Support>Pre Sale Questions

Pre Sale Questions

By nikibilejn, 9 years ago. Last reply by Andrew Misplon, 9 years ago.

Hi,

I tried the free version of Vantage theme and I am very satisfied. I’d like to buy the premium version, which will be used as a framework for the development theme for my clients. For this purpose I need white label theme. Question: Are you from the vantage premium versions removed advertising and branding that stand in the admin panel of the free version? Logo from theme settings and Vantage premium page.

http://i.imgur.com/wlwY28s.png?1

http://i.imgur.com/dIjBsF0.png?1

Thanx

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

  1. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Hi nikibilejn

    Thanks for reaching out.

    If you upgrade at $50 your license will be multi-site (unlimited), alternatively you can upgrade each additional client site from $5 upwards.

    Our regular license covers a single production site and unlimited testing products.

    The Vantage logo and name remain in Appearance > Theme Settings in the premium version. Let me chat to the guys about how we might filter that for you in a child theme. I’ll come back to you on this ASAP.

  2. 9 years, 8 months ago nikibilejn

    Thank you for your response, and license information.

  3. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    For sure.

    I’ve created a child theme for you here that you can start with:

    https://siteorigin.com/wp-content/uploads/2015/01/vantage-child-white-label.zip

    If you open functions.php you’ll see I’m filtering the settings icon:

    <?php
    
    function vantage_child_siteorigin_settings_page_icon($icon){
    	return get_stylesheet_directory_uri().'/images/settings-icon.png';
    }
    add_filter('siteorigin_settings_page_icon', 'vantage_child_siteorigin_settings_page_icon', 11);
    

    The wording before “Theme Settings” is taken from the theme name listed in the child theme’s style.css file:

    /*
     Theme Name:   Unique Theme Name
     Author:       SiteOrgin
     Template:     vantage
     Version:      1.0
    */
    
    @import url("../vantage/style.css");
    

    Hope that helps.

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