Comments Mark started the conversationJanuary 20, 2015 at 1:08amI am setting up an https site and find that the theme is loading insecure content from Google Maps...wp-content/themes/newave-theme/functions.php:175: 'http://maps.google.com/maps/api/js?sensor=false'I am not using the contact map section so I'm not sure why this is happening.Can you let me know how to fix this?Thanks 1,973Support repliedJanuary 20, 2015 at 9:14pmHi, you can remove the enqueuing of google maps library in functions.phpgoogle-maps and gmap-libthanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyMark repliedJanuary 21, 2015 at 10:34pmThanks. In the end this was fixed by changing line 175 in wp-content/themes/newave-theme/functions.php to use https://maps.google.com/maps/api/js?sensor=false instead of http://maps.google.com/maps/api/js?sensor=false I also updated shortcodes.php to enable the embedding of Youtube/Vimeo videos served over https. Sign in to reply ...
I am setting up an https site and find that the theme is loading insecure content from Google Maps...
wp-content/themes/newave-theme/functions.php:175: 'http://maps.google.com/maps/api/js?sensor=false'
I am not using the contact map section so I'm not sure why this is happening.
Can you let me know how to fix this?
Thanks
Hi, you can remove the enqueuing of google maps library in functions.php
google-maps and gmap-lib
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks. In the end this was fixed by changing line 175 in wp-content/themes/newave-theme/functions.php to use https://maps.google.com/maps/api/js?sensor=false instead of http://maps.google.com/maps/api/js?sensor=false
I also updated shortcodes.php to enable the embedding of Youtube/Vimeo videos served over https.