Does anyone know why the theme is asking for google maps in http when i have my site on a secure https. Right after I switched to https I have been getting this in my inspect:
Mixed Content: The page at ” was loaded over HTTPS, but requested an insecure script ‘http://maps.google.com/maps/api/js?sensor=false’. This content should also be served over HTTPS.
(index):1Mixed Content: The page at ” was loaded over HTTPS, but requested an insecure image ‘http://csi.gstatic.com/csi?v=2&s=mapsapi3&v3v=24.8&action=apiboot2&e=10_1_0,10_2_0,11_9_0,11_10_0,11_14_U&rt=main.11’. This content should also be served over HTTPS.
ca?pid=hp01&aid=essence01&cid=8708795&plc=tr&js=st0&zi=1000:62 Uncaught TypeError: Cannot read property ‘clientWidth’ of nulltruste.ca2.initDoubleclick @ ca?pid=hp01&aid=essence01&cid=8708795&plc=tr&js=st0&zi=1000:62truste.ca2.initBinding @ ca?pid=hp01&aid=essence01&cid=8708795&plc=tr&js=st0&zi=1000:70truste.ca2.initialize @ ca?pid=hp01&aid=essence01&cid=8708795&plc=tr&js=st0&zi=1000:32(anonymous function) @ ca?pid=hp01&aid=essence01&cid=8708795&plc=tr&js=st0&zi=1000:34
js?sensor=false:45 Mixed Content: The page at ” was loaded over HTTPS, but requested an insecure script ‘http://maps.google.com/maps-api-v3/api/js/24/8/common.js’. This content should also be served over HTTPS.
js?sensor=false:45 Mixed Content: The page at ” was loaded over HTTPS, but requested an insecure script ‘http://maps.google.com/maps-api-v3/api/js/24/8/util.js’. This content should also be served over HTTPS.
js?sensor=false:45 Mixed Content: The page at ” was loaded over HTTPS, but requested an insecure script ‘http://maps.google.com/maps-api-v3/api/js/24/8/stats.js’. This content should also be served over HTTPS.
js?sensor=false:45 Mixed Content: The page at ” was loaded over HTTPS, but requested an insecure script ‘http://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1shttps%3A%2F%2F%2F&callback=_xdc_._c0vwsz&token=108943’. This content should also be served over HTTPS.
util.js:220 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
util.js:220 Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required
Nevermind, it was an another plugin of course that was adding code to the header using an outdated format and also requesting an google map api / and sensor. In which sensor is no longer used it end of life. Fixed, it wasn’t the theme causing this issue, solved.