Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Pinpoint › Google maps not loading when using SSL › Reply To: Google maps not loading when using SSL
March 16, 2015 at 8:16 am
#157540
Hi,
Open up functions.php on line #142 change this,
wp_register_script('maps', 'http://maps.google.com/maps/api/js?sensor=false', 'jquery', TRUE);
to
wp_register_script('maps', 'https://maps.google.com/maps/api/js?sensor=false', 'jquery', TRUE);
and on line #532, change this http to https too.
$url = "http://maps.google.com/maps/api/geocode/json?sensor=false&address=$address";
Let us know,
Thanks,
laranz.