Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2265597
update wp bakery license code
Closed

Comments

  • brink310 started the conversation

    Hello,

    I bought a regular license from WP Bakery because I want to use the template library. How and where can I add and activate the license code from WP Bakery?

  •  7,280
    Oliver replied

    Hi,

    Add this code to the functions.php of the child theme:

    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' );
    }
    

    After you add it, you should be able to activate the plugin.

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

    Regards, Oliver