whenever you see that you have secure/unsecure message, this is something that you did! but its usually easy to fix
first, you need to view the source code of the page. (ctrl+u in firefox)
then do a search for the following:
src="http:
if you find any results, you have to go into admin and make sure to change it to https
http = unsecure
https = secure
if you have any objects (images, javascript, etc) that is pulling from http, then you will get the error that parts of the page are not secure.
|