This topic has 6 replies, 3 voices, and was last updated 9 years, 11 months ago by Anonymous.
Viewing 7 posts - 1 through 7 (of 7 total)
I seem to be having issues with Google maps. Address fields are greyed out in “Locations” post type.
I have created and entered Google Map Javascript API Key in “General” settings.
If no one else is having issues, the problem must be on my end. What am I doing wrong?
There is a maintenance page enabled, so you must login to view site.
Resolved… found this in earlier support thread.
Kindly replace this line in aivah-shortcodes/aivah-shortcodes.php file on line# around 219,
wp_register_script(‘iva-sc-gmap’, $iva_protocol.’://maps.google.com/maps/api/js?sensor=false’,’jquery’,”,’in_footer’);
with this,
wp_register_script(‘iva-sc-gmap’, $iva_protocol.’://maps.google.com/maps/api/js?key=YOUR_API_KEY’,’jquery’,”,’in_footer’);
Not sure why it worked on dev site and not live site but… it’s working now and that’s what matters.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.