How to activate Flatsome theme

In the file flatsome/inc/functions/function-update.php, near the bottom of the file, find function wupdates_prevalidate_purchase_code_JQ9eJ ( $purchase_code ) Add this to the start of the function code: return true; Then in the function wupdates_process_purchase_code_JQ9eJ which starts around line 213 comment out lines 245-248 like this: // $raw_response = wp_remote_post( $url, $http_args ); // if ( $ssl && […]