Google Map HTTPS Issue
-
In your code in this file:
includes/js/events-manager.jsi need to use hard link:
script.id = "google-maps"; script.src = 'https://maps.google.com/maps/api/js?v=3.24&libraries=places&callback=em_maps&key=';Because in default case the map doesn’t show
var proto = (EM.is_ssl) ? 'https:' : 'http:'; if( typeof EM.google_maps_api !== 'undefined' ){ script.src = proto + '//maps.google.com/maps/api/js?v=3&libraries=places&callback=em_maps&key='+EM.google_maps_api; }else{ script.src = proto + '//maps.google.com/maps/api/js?v=3&libraries=places&callback=em_maps'; }I need to edit this file every time after update plugin.
Please fix it ASAP or add an option in settings to set protocol manualy.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Google Map HTTPS Issue’ is closed to new replies.