Hi,
some themes will make 1 call to the google map api in every page (even if it’s not needed) and our plugin will make another 1.
In a theme like Enfold, removing their call to the google maps api is as easy as adding this line of code in the theme functions.php file:
add_filter( 'avf_load_google_map_api', 'gd_enfold_remove_maps_api', 10, 1 );
function gd_enfold_remove_maps_api($call) {
return false;
}
I don’t know how difficult it will be to disable it in your theme. that’s why a developer must have a look at it.
If you use a compatible theme, it doesn’t involve any work using our plugin and with a little work, it can be used with virtually any theme.
We are happy with the downloads, considering our plugin is only 6 months old and our competitor are years old.
Thanks