Quote Originally Posted by machinerye View Post
I am getting a "this page includes other resources that are not secure" in Google Chrome, when attempting to load SSL pages. I switched to the classic template and the problem went away. Only in the past week have customers been contacting me saying the site is not secure. Not sure what has happened? I believe the template is "Bask Black". Here is the link the login page that has the error. (Remove spaces)
https://www.e w k a r m s.com/zen8/index.php?main_page=login
Viewing the source, and checking it on the website "why no padlock" it says there is a insecure form call on lines 531 and 571.
I can't figure out from looking at the "view source", which PHP file(s) need edited. (I think that's what needs done????)
Thank you so much in advance for any help, after much searching here on the forum and trying different things, I am at the hair pulling point!
your advanced search bar isn't submitting to https
Try going to developers tool kit, use the last field on the bottom and search for "quick_find_header"
my guess is it will be in somethign like includes/templates/bask_black/common/tpl_header.php (or somethign similar)
and look for the zen_draw_form( and then change where the parameter reads 'NONSSL' change it to 'SSL'
That should resolve it.

OR in your configure.php from http:// to https:// in all the addresses.