Forum Replies Created
-
AuthorPosts
-
Okay! I figured a solution out by putting all the code fragments together that were posted here. This worked out for me:
Modify the framework > php > class-framework-widgets.php file via FTP like this, look for this code around line 1377:$prefix = is_ssl() ? "https" : "http"; $api_key = avia_get_option('gmap_api'); $api_url = $prefix.'://maps.google.com/maps/api/js?v=3.24&key=YOUR-API-KEY-HERE'; if($api_key != ""){ $api_url .= "&key=" .$api_key; } wp_register_script( 'avia-google-maps-api', $api_url, array('jquery'), '1', false); wp_enqueue_script( 'avia-google-maps-api' );
hope this helps someone. Unfortunately you need knowledge in FTP and editing Script-Files.
regards
MarkusHi,
i have the same problem and already tried all these fixes like https://kriesi.at/support/topic/google-maps-api-error-missingkeymaperror-3/#post-677308 and using a Google API Key with a “blank” domain. Simply it happens NOTHING when hitting the “Koordinaten abrufen” Button. i really need a map view for the page of my customer. What can i do?
regards!!
Markus
August 26, 2016 at 11:16 am in reply to: GOOGLE MAP Fetch Coordinates’ Button is not working :/ #678051Hey Kriesi-Team,
unfortunately it does not work for me. I had the API code in place, but when trying to fetch the coordinates, simply nothing happens. i tried it on several pages. I am using 3.7.1 ENVATO theme from 6th of August.
regardsMarkus
- This reply was modified 8 years, 3 months ago by fritzbrause.
-
AuthorPosts