(06-07-2016 11:34 AM)amintab2001 Wrote: [ -> ]So IN This Post I Teach You How To Null Your X The Theme WordPress Theme To Pro Version!!!
1: Go To /wp-content/themes/x/framework/functions/global
2: Open helper.php
3: Change code on line 50:
function x_is_validated() {
if ( get_option( ‘x_product_validation_key’ ) != false ) {
return true;
} else {
return false;
}
}
4: To:
function x_is_validated() {
if ( get_option( ‘x_product_validation_key’ ) != false ) {
return false;
} else {
return true;
}
}
This works! confirmed on fresh installation 10 minutes ago.
Hello,
could you please update to version 4.6.0
Best thanks in advanced.
Hello,
I have been trying to get this to work but seem to be missing something. Computer literate but new to working with themes. Where exactly are you editing the code? I have accessed the zipped x file prior to installation with notepad++ and changed the code there as detailed, but it always reverts back. If I install the theme I don't know where to go to edit the code. Every result comes up with activation needed. Can someone point me in the right direction. Thanks
A update to 4.6.1 would be great help!
here you are clean file not nulled 4.6.1 (installable only)[/code]
Code:
https://mega.nz/#!JsITGbQC!9o_iyaBw4zugXXSdWDYCs5vav9y7rqT1lsqEr20733s
Code:
[hr]
X Theme 4.6.1 FULL
[code]https://mega.nz/#!00oGTBaJ!bsXF1tc4Zgn14GSjAdpctO_noCu_E5RKOoY1HJa5g6g
Can you please update to 4.6.4?
Found this very useful. Thanks and repped.
Plugins don't update and google analytics plugin not working, Cornerstone too. Learned a lot from this thread. Thanks guys!