- Oct 5, 2019
- 109
- 22
- 18
but payment methode not showI think I have fixed it.
Go to this file.
/includes/theme-setup/license.php
And find
function wpj_is_allowed( $feature ) {
if ( the_loop_check() >= wpj_get_min_lcs_for( $feature ) ) {
return true;
}
return false;
}
replace for this one
function wpj_is_allowed( $feature ) {
if ( the_loop_check() >= wpj_get_min_lcs_for( $feature ) ) {
return true;
}
return true;
}
Now you have Entrepeneur