Any images or javascript which are pulled into your site from off-site locations should always have https addresses (if the content appears on https pages). The reason being that content pulled in from http addresses will cause security warnings when switching from http to https pages.
For instance src="http://smarticon.geotrust.com/si.js"> should be src="https://smarticon.geotrust.com/si.js">
Vger
p.s. As the error remaining is just a missing div tag I'd recommend you correct it.


Reply With Quote
