Comments andrew kevin sutton started the conversationMay 7, 2020 at 8:39pmThe maps feature doesnt work. I change the lat/long coordinates in the .js file but still doesnt load. Please see website thank you. Does it have something to do with requiring an API key? 850Jelly repliedMay 8, 2020 at 9:10amHello,Please open index.html and find https://tppr.me/mS0NZ. Now replace http with https and put Map API key: https://developers.google.com/maps/documentation/javascript/get-api-keyBest Regards,Jelly Teamandrew kevin sutton repliedMay 8, 2020 at 2:59pmdoesnt workhere's what i did please clarify thank youandrew kevin sutton repliedMay 8, 2020 at 3:02pmalso if you take a look at the website please, how do i by default zoom in closer to the address? thank you 850Jelly repliedMay 11, 2020 at 9:16amPlease replace sensor with key: https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEYPlease go to /js/default.js and find zoom : 18 on the line 431. More info on how to control zoom: https://developers.google.com/maps/documentation/javascript/interactionBest Regards,Jelly Teamandrew kevin sutton repliedMay 11, 2020 at 3:27pmdoesn’t work here is my code in the Index file. Please tell me what is wrong <!-- BEGIN NEW MAP SECTION --> <section id="maps"> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=jn3Ac3uKdosLXFBNlW7mam1aKPdLt0"></script> <div class="map-content"> <div class="wpgmappity_container inner-map" id="wpgmappitymap"></div> </div> </section> <!-- END NEW MAP SECTION --> 850Jelly repliedMay 11, 2020 at 4:56pmIt says:Google Maps JavaScript API error: InvalidKeyMapErrorhttps://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-errorPlease make sure that the key is correct. More info https://elfsight.com/blog/2018/06/how-to-get-google-maps-api-key-guide/Best Regards,Jelly Team Sign in to reply ...
The maps feature doesnt work. I change the lat/long coordinates in the .js file but still doesnt load. Please see website thank you. Does it have something to do with requiring an API key?
Hello,
Please open index.html and find https://tppr.me/mS0NZ. Now replace http with https and put Map API key: https://developers.google.com/maps/documentation/javascript/get-api-key
Best Regards,
Jelly Team
doesnt work
here's what i did please clarify thank you
also if you take a look at the website please, how do i by default zoom in closer to the address? thank you
Please replace sensor with key:
Please go to /js/default.js and find zoom : 18 on the line 431. More info on how to control zoom: https://developers.google.com/maps/documentation/javascript/interaction
Best Regards,
Jelly Team
doesn’t work
here is my code in the Index file. Please tell me what is wrong
<!-- BEGIN NEW MAP SECTION -->
<section id="maps">
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=jn3Ac3uKdosLXFBNlW7mam1aKPdLt0"></script>
<div class="map-content">
<div class="wpgmappity_container inner-map" id="wpgmappitymap"></div>
</div>
</section>
<!-- END NEW MAP SECTION -->
It says:
Google Maps JavaScript API error: InvalidKeyMapError
https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-error
Please make sure that the key is correct. More info https://elfsight.com/blog/2018/06/how-to-get-google-maps-api-key-guide/
Best Regards,
Jelly Team