-
AuthorPosts
-
September 27, 2018 at 2:38 pm #1015302
Hi,
Lately I noticed that the google maps element doesn’t load (See link in Private content).
I get the following error in the console when loading the page:
Google Maps JavaScript API warning: RetiredVersion https://developers.google.com/maps/documentation/javascript/error-messages#retired-version
Seems like it calls for API version 3.27 which is not supported anymore.Would appreciate your help! :)
September 27, 2018 at 6:10 pm #1015420Hey barak97,
Please add this code to your child theme functions.php file to change the version number to the latest version ( https://developers.google.com/maps/documentation/javascript/releases ):
add_filter( 'avf_google_maps_source', 'avia_maps_version_number', 10, 1); function avia_maps_version_number( $api_src ) { $api_src['version'] = '3.34'; return $api_src; }
Best regards,
PeterSeptember 29, 2018 at 2:20 pm #1016048Thanks, but even after adding the code to the child theme’s functions.php file and flushing cache, I still get the same error…
September 30, 2018 at 2:39 pm #1016277Hi,
You maybe need to regenerate the performance cache. Go to Enfold > Theme Options > Performance and disable the javascript merging/compressing. Save the settings. Then activate the setting and hit the save button again.
Best regards,
PeterOctober 10, 2018 at 12:49 pm #1019923Hi,
Unfortunately it didn’t work… Same problem occurs.
October 11, 2018 at 10:28 pm #1020504Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
BasilisOctober 11, 2018 at 10:50 pm #1020518Hi, see login link in Private Content.
(Meanwhile I removed the google maps widget from the specific page I linked to in the first comment).October 14, 2018 at 10:52 pm #1021306Hi,
Please check now, let us know if it works as should.
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.