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

#157540
laranz – SUPPORT
Member
Post count: 3186

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.