Ben Huson
Ben Huson
Thanks. I'll focus on that function.
In the wpgeo_check_domain() function can you try replacing that hardcoded http reference as follows: $blog = preg_replace( "/(" . $http . ":\/\/[^\/]_)._/", "$1", get_bloginfo( 'url' ) ); if that works,...
This is fixed in the current development and will be in the release. In the meantime you can download and test here: https://github.com/benhuson/WP-Geo/tree/master
If you upgrade to the latest version 3.3.3 does it work?
Are you using Google Maps API v2? Please check your WP Geo settings. If so please switch the settings to use Google Maps v3 API as Google are no longer...
I have made further updates to the development version, please [try this download](https://github.com/benhuson/WP-Geo/archive/master.zip).
Is this fixed for you in WP Geo 3.3.4?
This may be fixed in version 3.5.1?
There is a 'work in progress' version using Open Street Map in this branch if you would like to test: https://github.com/benhuson/WP-Geo/tree/features/openmaps/develop
It should work fine with the site URL different from the WP address. Please could you try installing the [main development version](https://github.com/benhuson/WP-Geo) to see if this works for you.