failed to imprt demo, its locked so here are new instruction for nulling.
@Tomz @TassieNZ Please confirm if working from your side, its working on mine.
In the file seofy/core/class/theme-verify.php…
Change line 17 from
public $api = '
http://api.webgeniuslab.net/wp-json/api/v1/';
to
public $api = 'http://google.com';
Now find the function check_activation which starts around line 204 and add this to the start of the function code:
return array('body'=>'{"success":"success"}');
Now find the function deactivate_theme which starts around line 241
After this line of code (which is a few lines down):
if((bool) $deactivate_theme){
add this:
update_option( 'wgl_licence_validated', '' );
update_option( Wgl_Theme_Verify::get_instance()->item_id, '' );
return;
Now you can use any key to activate the theme and plugins and demo content will install.