Support timing is 09 AM to 05 PM GMT+5. You can expect a response within 12-24 hours Monday to Friday. We'll respond to questions outside of these times & weekends occasionally, but please don't expect a response outside our stated hours. Please note that tickets created in the General Questions category may take longer as active support customers will be preferred.

Thanks

Okay
  Print

Google Map API Key Error

Hi,

The Google Map had done some changes for the APIs authentication and usage limits.

To fix this error, get a key from this link and add it to your application: https://developers.google.com/maps/documentation/javascript/get-api-key

Steps to Get the API key.

1. Follow this above link and click on Get a key: 

2. Agree with the service Terms of Service: 

3. Choose a name for your new key and specify the websites on which the key usage will be allowed. If you don’t need any website restriction, just put an * in that field, but don’t leave it blank and click on Create. 4. Write down your brand new API key, and click OK.

How to append the API key: ( Wordpress Theme )

1. Go to Theme Options > General > API keys > Google Map API key > Enter your API key there and check for the page that is having google map.

How to append the API key: ( HTML Templates )

Just replace the below line and replace your API KEY 'YOUR_API_KEY' in your page where Google map js is included 

 /*  Google Map */

<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&;key=YOUR_API_KEY&sensor=false&"></script><p></p>