Comments brink310 started the conversationJanuary 9, 2020 at 3:22amHello,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,092Oliver repliedJanuary 9, 2020 at 9:03amHi,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 Sign in to reply ...
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?
Hi,
Add this code to the functions.php of the child theme:
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