Can someone explain this error caused by my slider plugin that breaks my SSL for the home page:
The page at 'https://...' was loaded over HTTPS, but displayed insecure content from 'http://....
In Firebug I get this particular error pointing to a particular line in jQuery.js:
Loading mixed (insecure) display content on a secure page "http://...
elem.setAttribute( name, value + "" );
This is jQuery 1.8.3. I don't want to use jQuery 2.0 because of the IE8 errors, plus it breaks my lightbox plugin.
httpprotocol in a site that has ahttpsprotocol. - adeneo