Viewing 18 posts - 31 through 48 (of 48 total)
  • Author
    Posts
  • #816683

    Hello,
    on my map I have 9 markup but i see 8, can you help me, please?
    look at home page:

    Best regards,
    Greta

    #817946

    Hi Ismael,

    I have registered a Google Maps API Key and “*.mgb-oagb2018.org/*” is the domain allowed by this API Key. It still not working.

    Thanks for yor help

    #818144

    Hi Greta,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #818152

    Hi Victoria,
    Thank you, yo are very kind
    Best regards
    Greta

    #818236

    Hi Greta,

    It shows a different Tatti, near Florence, wrong coordinates, you should check and specify correct coordinates, for the Tatti near you :)

    Best regards,
    Victoria

    • This reply was modified 7 years, 3 months ago by Victoria.
    #818244

    Hi Victoria,
    I’m very sorry :-(
    What a stupid mistake :-D
    Best regards
    Greta

    #818252

    Hi Greta,

    Hey, I make those all the time :) Did you get it working?

    Best regards,
    Victoria

    #819825

    Hi Victoria,

    Can I please get some assistance. I started this thread and nobody has been able to help me.

    I have gone through and set up a new google api key correctly and the error is still occurring. I am also having the issue on this site: http://joannagianniotis.com.au/recent-sales/

    Your help is appreciated.

    Thanks

    #819970

    Hi Geoffdoyle,

    We cannot authorize the key for you, you have to sort it out with Google. Is this the only website used with that account? You might want to look at this page
    https://developers.google.com/maps/documentation/javascript/usage

    Best regards,
    Victoria

    #820303

    Hi Victoria,

    Yes that is the only website one that account. It only receives around 500 visits per month so shouldn’t be exceeding it’s quota.

    I have tried removing all restrictions on the key like enfold say in the instructions to set up an API key. That didn’t help.

    I have tried removing all plugins and that didn’t help.

    What else can I try?

    #820306

    Hi Victoria,

    I think I may have found the error.

    I have looked at the page source for this page http://joannagianniotis.com.au/neighbourhood/bulimba/ (see screenshot)

    When I look at it the the API key I have entered into enfold (actual api key) is the one I have set up in google. However in the line below it the google maps API is showing a different key.

    I have cleared my cache and still seeing this.

    Why would that be?

    Thanks

    #820463

    Hi,

    @geoffdoyle: We removed the following script from the functions.php file. Please add “*joannagianniotis.com.au/*” as one of the http referrers.

    function ava_googlemaps_apikey() {
    	$prefix  = is_ssl() ? "https" : "http";
        wp_deregister_script('avia-google-maps-api');
    	wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=KEY;, array('jquery'), '3', true);
    	wp_enqueue_script('avia-google-maps-api');
    }
    add_action('init', 'ava_googlemaps_apikey');
    

    Or post the gmail account and we’ll add it for you.

    Best regards,
    Ismael

    #820903

    Hi Ismael,

    Here is my gmail account. Can you set up the http referrer for me please

    Thanks

    #822288

    Hi,

    The key restriction was set to “None”. We set it to “HTTP Referrers and added “*joannagianniotis.com.au/*”.

    Best regards,
    Ismael

    #935486

    Hello Geoff,
    I’ve had similar issues and it is quite frustrating. Here’s what I did that solved the issue.
    Once you’ve set up a project at Google that will be associated with your specific website… https://console.developers.google.com/ go to the dashboard for that project and click that “Enable APIS and Services” button.

    Enable the following 3 map APIs in the developer console at Google for the project:

    • Google Maps Embed API
    • Google Maps Javascript API
    • Google Static Maps API

    It would be nice if the Enfold team could specify which map APIs will need to be activated in order for a Google Map to work with the theme. In my experience, enabling the Google Static Maps API alone does NOT work.

    Kind regards,
    Rhonda

    #935490

    Hi,
    Thanks for sharing your solution. It seems that you have advanced choices when registering this way, compared to the choice available with the recommended way: How to register a Google Maps Api key
    Google doesn’t specify which API it is.

    Best regards,
    Mike

    #986671

    The easy 30-second workaround to Google’s confusing menu system is to skip the Google route and enter the coordinates manually by searching with this tool.
    https://www.latlong.net

    OR

    If you want to mine through the Google Maps settings, find the Geocoding Service API and enable it which now seems to be disabled by default.
    https://developers.google.com/maps/documentation/javascript/geocoding

    #986729

    Hi,

    Thanks for the info. We will include that in the documentation. :)

    Best regards,
    Ismael

Viewing 18 posts - 31 through 48 (of 48 total)
  • The topic ‘Google Maps Not Working’ is closed to new replies.