Update
- Update style page profile with LearnPress 4.2.7.2
- Fixed some minor bugs
+ thim-core-v2.3.3
+ thim-elementor-kit-v1.2.6
+ thim-our-team-v1.3.1
+ thim-testimonials-v1.3.1
+ Thim tp-portfolio-v1.8
Rather than sharing the cancelled theme directly and giving me the property, I prefer to share the code insert to use this fabulous theme.
How to null the theme :
The license system is in the Thim Core plugin.
1. in Thim Core plugin folder, open thim-core.php
Or you can use your theme or child theme functions.php, it should work as well (/coaching/functions.php).
2. scroll to the last line
3. paste this code & save
PHP:
$data = get_option( 'thim_core_product_registration_themes');
$data['coaching']['purchase_code'] = 'h2BuHuCFTdl1GHB48mfIWh7TXHbaxQJE';
update_option( 'thim_core_product_registration_themes', $data );
//or use this for WP Multisite
//update_site_option( 'thim_core_product_registration_themes', $data );
What I tested :
-Importing demo => WORKING
-Installing addons plugin => NOT WORKING, you have to download separed.
Ask me for help if you need.