Tagged: google maps
-
AuthorPosts
-
July 18, 2016 at 5:52 pm #662167
I am trying to add a Map on my page but the module of Google Map it doesnt work.
Could you help me? Thanks.
Almudena.
http://www.aimez.esJuly 18, 2016 at 6:10 pm #662178Hi hector1069!
Please refer to this post – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Best regards,
YigitJuly 18, 2016 at 7:22 pm #662220I have done it, but it does not work. Maybe becasue I do with a Child Theme.
the point is that when I added the code to funphions.php the adminstrator stops working.I have left the file in the FTP if you want to check it.
Thanks.
Almudena.July 18, 2016 at 8:46 pm #662264@hector1069 simply use my solution that has proven to work: https://kriesi.at/support/topic/google-maps-7/#post-656457
July 18, 2016 at 10:12 pm #662284I have tried also this change and it is not working…Help!!!
July 19, 2016 at 5:52 am #662344@hector1069 I can’t see a map on your site. Please add the map and post a link to that page.
Follow the instructions in my posting and read ahead through the solutions I have provided in the following threads:
And from all the props I got you can see it is working.
July 19, 2016 at 9:41 am #662371Hi!
I have following all the steps that you describe in your posts, but still it does not work.
July 19, 2016 at 11:19 am #662405@hector1069something is wrong with your enfold installation. I see the 3.6.1 version tag in the source but your avia.js file is an old one. Maybe you have modified it earlier and overload it in the child theme.
July 20, 2016 at 11:39 am #662885@mensmaximus, I have updted all enfold theme, but the problem still going…
Maybe I am doing something wrong with the child theme, but I do not know what?
July 20, 2016 at 5:14 pm #663057@hector1069 looking into the developer console of a browser you can see you have multiple jquery issues. This is not the google maps issue discussed in this and the other threads. If you are not able to debug this yourself you need to hire an external expert. Maybe kriesis support team can assist.
July 20, 2016 at 6:16 pm #663073If someone of Kriesi team could help me I would so please, even more because now the images are not painted…
Thanks.
July 21, 2016 at 5:11 am #663191Hi,
There’s a syntax error in shortcodes.j, line 458. The src key has been duplicated but it is fixed now. However, the google API issue is still there. Please follow the instructions provided here: https://kriesi.at/support/topic/content-element-google-maps/#post-656399
UPDATE: We added this code in the functions.php file and it fixed the api issue:
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=AIzaSyCika0TIXFpp42smsBzlrZTkxRfeCEEGzQ', array('jquery'), '3', true); wp_enqueue_script('avia-google-maps-api'); } add_action('init', 'ava_googlemaps_apikey');
Please remove browser cache or hard refresh the page.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.