Okay
  Public Ticket #825855
Google Maps
Closed

Comments

  • Dylan started the conversation

    Whenever I try to use the build in Google Maps option in Visual Composer for Salient I get the "Google Maps API error: MissingKeyMapError" - Can anyone help me try and figure out how to fix this? Thank you.

  •  8,994
    Tahir replied

    Hey ,

    The issue only applies to new domains where the maps script hasn’t been prior to June 22 of this year. This article explains it: https://www.latecnosfera.com/2016/06/google-maps-api-error-missing-keymap-error-solved.html

    If you’re on a current version of Salient you can add the key into the map.js file in the js folder. The line to mod should be near line 589 of the file -

    $.getScript('https://maps.google.com/maps/api/js?sensor=false&callback=mapAPI_Loaded');

    will become

    $.getScript('https://maps.google.com/maps/api/js?sensor=false&key=APIKEYHERE&callback=mapAPI_Loaded');

    Cheers


    ThemeNectar Support Team 

  • Bruno replied

    Hi all,

    Same issue, same code changed in map.js line 382 with the API key i created... and still not working...

    Any idea ?

    Thx, B.

  •  8,994
    Tahir replied

    @Bruno . Please create a private ticket or provide your site url here so we can have a look .

    Best.


    ThemeNectar Support Team