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 #1768992
issue with WP Bakery
Closed

Comments

  • Mel Driver started the conversation

    Hi there,

    I have been in contact with the developers of WP Bakery and they told me I need to ask you to remove a particular code as this is disabling my license 


    They said that the "product license tab at your end is disabled by the theme author using vc_set_as_theme. 

    You can get in touch with the theme author and get rid of the above code from the theme to get it back. 

    Once done, you can activate the plugin license 

    Can you please remove this code so that I can use it? I have just purchased my own WP Bakery license but am unable to activate/use it due to this issue.

    Thanks in advance!

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

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

    Regards, Oliver