06-20-2015, 08:26 PM
06-20-2015, 08:26 PM
06-23-2015, 03:49 AM
Having issues trying to install. WP is not liking it asking me if I want to do this and not installing it. I even unzipped it and just zipped the files. Tried in WP 4.0 and 4.2
Any suggestions?
Any suggestions?
06-23-2015, 05:12 PM
(04-08-2015 06:16 PM)MajorZ Wrote: [ -> ]i have done it, it is working like charm now
i have modified the tables in my database.
It's asking me if I want to do this. I clicked and it won't upload! Any help?
(06-23-2015 05:12 PM)suxes2005 Wrote: [ -> ](04-08-2015 06:16 PM)MajorZ Wrote: [ -> ]i have done it, it is working like charm now
i have modified the tables in my database.
It's asking me if I want to do this. I clicked and it won't upload! Any help?
Same problem here
06-30-2015, 08:36 PM
We have created a group buy for the latest version with latest features. If you like the plugin, please join our Group Buy:
Thanks
Code:
bestblackhatforum.com/Thread-◄-█-▒-Group-Buy-Thrive-Theme-Content-Builder-Agency-License-Training-Update-Support-ONLY-19-5?pid=1324403#pid1324403
Thanks
07-01-2015, 04:46 PM
How to clean DB:
wp_options table, exclude values for any tve_
update_option('tve_license_status', "ACTIVE");
update_option('tve_license_email', "Nulled by ENIC");
update_option('tve_license_key', "Enjoy!");
Go to the plugin page again, you will see activated.
If not, go to file inc/functions.php
and change line 1166 to
if (get_option('tve_license_status') || apply_filters('tcb_skip_license_check', true)) {
Thats it
wp_options table, exclude values for any tve_
update_option('tve_license_status', "ACTIVE");
update_option('tve_license_email', "Nulled by ENIC");
update_option('tve_license_key', "Enjoy!");
Go to the plugin page again, you will see activated.
If not, go to file inc/functions.php
and change line 1166 to
if (get_option('tve_license_status') || apply_filters('tcb_skip_license_check', true)) {
Thats it
07-04-2015, 06:41 AM
It doesn't work...