This topic has 18 replies, 3 voices, and was last updated 10 years ago by Anonymous.
Viewing 19 posts - 1 through 19 (of 19 total)
Go to Theme Options/Google API key and enter the google api key and see. It will work.
Can you please provide the url of your website so that I can check.
http://multrastreadores.com.br/onde-comprar/
You have not provided any google api key. Kindly provide api key in Theme Options/General/Google API key. You are getting this error in your theme Google Maps API error: MissingKeyMapError in console mode.
I see that it’s not fetching the api key. We’ll take a closer look at it and we’ll let you know soon.
Kindly replace this line in carzone/towing/index.php file
$iva_google_api_key = get_option('iva_google_api_key') ? 'key='. get_option('iva_google_api_key') :'signed_in=false';
with
$iva_google_api_key = get_option('atp_google_api_key') ? 'key='. get_option('atp_google_api_key') :'signed_in=false';
Also do the same in carzone-child theme
Follow this path carzone-child/towing/index.php
Replace this,
$iva_google_api_key = get_option('iva_google_api_key') ? 'key='. get_option('iva_google_api_key') :'signed_in=false';
with
$iva_google_api_key = get_option('atp_google_api_key') ? 'key='. get_option('atp_google_api_key') :'signed_in=false';
Theme is compatible with almost all the plugins but if you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Viewing 19 posts - 1 through 19 (of 19 total)
You must be logged in to reply to this topic.