kirby1x
Member
- Aug 6, 2018
- 39
- 11
- 8
To install Demo and null it, try this solution
Downgrade you WP version 5.3.7 with plugin : WP Downgrade
go to wp-content/plugins/trx_addons/components/theme-panel/theme-panel.php
under 167 line and 174
remplace with this code
Downgrade you WP version 5.3.7 with plugin : WP Downgrade
go to wp-content/plugins/trx_addons/components/theme-panel/theme-panel.php
under 167 line and 174
remplace with this code
PHP:
if ( $result['data'] === 1 ) {
trx_addons_set_theme_activated($code, $theme_info['theme_pro_key']);
trx_addons_set_admin_message(__('Congratulations! Your theme is activated successfully.', 'trx_addons'), 'success');
} elseif ( $result['data'] === 1 ) {
trx_addons_set_theme_activated($code, $theme_info['theme_pro_key']);
trx_addons_set_admin_message(__('Congratulations! Your theme is activated successfully.', 'trx_addons'), 'success');
} else {
trx_addons_set_theme_activated($code, $theme_info['theme_pro_key']);
trx_addons_set_admin_message(__('Congratulations! Your theme is activated successfully.', 'trx_addons'), 'success');
}