Hi,
Please edit the “grand/page-templates/contact-page.php”. You will see on line 47:
wp_enqueue_script( ‘gmap-api-js’, ‘http://maps.google.com/maps/api/js?sensor=false’ , array(), ‘3’, false );
Change it too:
wp_enqueue_script( ‘gmap-api-js’, ‘//maps.googleapis.com/maps/api/js?key=AIzaSyAhl99ytY9qhFdRt_VeI4fX5tCbMzBFFO4&callback=initMap’ , array(), ‘3’, false );
The second file is “grand/include/shortcodes.php” on line 592. Do the same.
Thank you!