Pretty much what it says in the subject line. Concerning the google maps in js, I only changed the coordinates, nothing else. But it shouldn't matter because the original didn't work either. I got an api key from google, juts don't know where to paste it.
Pretty much what it says in the subject line. Concerning the google maps in js, I only changed the coordinates, nothing else. But it shouldn't matter because the original didn't work either. I got an api key from google, juts don't know where to paste it.
Thank you in advance!
Hi,
you paste it in
Appearance -> Theme Options -> Map Options -> Google Maps API Key
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Oh, I didn't notice that this was about Wizzaro... my bad.
I have the html version, Wizzard, but It wasn't available in selection thingy.
Do you know how to make it work in html?
Hello at the end of the file you can replace
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
with
<script src="http://maps.google.com/maps/api/js?key=google_map_key&sensor=false" type="text/javascript"></script>
Sorry my knowledge about the HTML template is limitted, but it's there where you have to change the file(s).
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi, It worked! Thank you so much!