-
AuthorPosts
-
August 30, 2016 at 11:10 am #679327
The page doesn’t show the map only this message:
Oops! Something went wrong.
This page didn’t load Google Maps correctly. See the JavaScript console for technical detailsWhat can I do?
Thanks
August 30, 2016 at 12:41 pm #679368Hey endanight,
Google services like the map feature is now constrained to work with an API key. It is easy to get the Google API key please refer to this link
Add your API key in the theme options Enfold > Google Services
While setting up the API key make sure to add
/*
at the end of your site name in the API options.Example http://kriesi.at/*
Best regards,
VinayAugust 30, 2016 at 12:53 pm #679381I have done this already but it is not working neither
August 30, 2016 at 2:07 pm #679427Okay! 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’ );And I have done this as well via FTP and nothing change
August 31, 2016 at 7:55 am #679850Hi,
Try using this plugin https://wordpress.org/plugins/api-key-for-google-maps/ If you still have an issue Please post us your FTP and WordPress login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayAugust 31, 2016 at 8:57 am #679868Hi! Please I’ve done everything but still not working.. can u check it?:)
August 31, 2016 at 9:02 am #679870Ok nothing now it’s working!:D
August 31, 2016 at 9:49 am #679885I have add the plugin but it is not working neither.
Please have attached the credentialsI hope you can solve it soon. Thanks
- This reply was modified 8 years, 2 months ago by endanight.
August 31, 2016 at 12:56 pm #679926this is the message on google:
Errors
Percent of requests
There are no errors for this time period
It must be a problem with the theme.September 1, 2016 at 1:12 pm #680684Hey!
The maps look fine on your site it appears you got this one sorted?
Let us know if you have more questions we are happy to help :)
Cheers!
VinaySeptember 1, 2016 at 2:02 pm #680711Sorry this is not my site, it is in UK
September 1, 2016 at 2:03 pm #680712In the Uk. Where have you found this website?
September 1, 2016 at 2:14 pm #680721Hi!
We replied you here – https://kriesi.at/support/topic/the-fetch-coordinates-are-not-working/
Please do not create duplicated threads.Best regards,
Yigit -
AuthorPosts
- The topic ‘problems with google maps’ is closed to new replies.