Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2355589
WP Bakery
Closed

Comments

  • Laurence T Williams started the conversation

    Hello Support 

    Hope your well please could you help, I have Gem theme installed which is fantastic, I cant download any of the WP Bakery templates or see how to save / make my own templates, is this because i don't have a license for WP bakery.

    Any help appreciated 

    Many Thanks 

    Laurence

  •  7,092
    Oliver replied

    Hi Laurence,

    You try to use a premium feature, which is available only in a standalone license version of WPBakery. We have included WPBakery in our theme as a bundled plugin under developer license. This means, that all features and functions are availbale for usage, except additional template libraries, which are part of the standalone premium WPBakery license. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,092

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Laurence T Williams replied

    Hi Gregor


    Thanks for speedy reply and sharing the video very helpful, if I purchase a license for WP Bakery do you know where this is added to the plugin bundled with theme ? as I cant see any fields or where to add it 

  •  7,092
    Oliver replied

    Hi,

    Add this code to the functions.php of the child theme to activate possibility put the license:

    add_action( 'init', 'thegem_child__disable_vc_updater', 1);
    function thegem_child__disable_vc_updater() {
        remove_action( 'vc_before_init', 'thegem_disable_vc_updater' );
        remove_action( 'vc_before_init', 'thegem_vcSetAsTheme' );
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver