This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
Hello,
Do you have API key?
Please read how to get it https://developers.google.com/maps/documentation/javascript/tutorials/adding-a-google-map#step_3_get_an_api_key .
Then you need edit the file wp-content/themes/legenda/contacts.php, find the line 171 <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
, replace the code with this <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=false"></script>
, add your API key instead of “YOUR_API_KEY” text in the link.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up