Hi fivehead,
we’ve tested the the latest CF7 Style plugin with different WP version’s and we was unable to reproduce the reported issue.
Please can you help us with more information, or you give us a link with your website.
This issue it could be happened because of some PHP settings of your server. Google requires SSL, so please check if you this enabled on your server, php_openssl extension and enable allow_url_include.
You can edit you php.ini to set these values :
extension=php_openssl.dll
allow_url_include = On
If these values doesn’t exist add these lines .
If you can’t edit your php.ini file, then you can set in on the PHP file :
ini_set(‘allow_url_fopen’, ‘on’);
ini_set(‘allow_url_include’, ‘on’);
You can read more about this here https://stackoverflow.com/a/12615615
Hope this helps.
Best Regards,
Johnny