7 Messages
•
510 Points
Cloudflare secure
Hi, so my entire website is secure except the most important one My Contact Page...
So, I have my entire website 'secure' with Cloudflare' with the exception of my Contact Page. One of the most important pages.
Cloudflare support wrote me this:
Hi Kirk,
Your are loading stylesheets over http not https on your contact page around line [:43](view-source:https://www.kirkmcguire.com/contact.h...).
@import url(http://www.homestead.com/~media/eleme...);
div.lpxcenterpageouter { text-align: center; position: absolute; top: 0px; left: 0px; width: 100% }
div.lpxcenterpageinner { position: relative; margin: 0 auto; text-align: left; width: 1253px; }
More specifically http://www.homestead.com/~media/eleme..., find all the references to style-sheets that are being loaded over http and change them to https and you should get your secure green padlock.
Can you fix this as I am not allowed inside to fix these areas!
Thank you
Kindest regards
Kirk
So, I have my entire website 'secure' with Cloudflare' with the exception of my Contact Page. One of the most important pages.
Cloudflare support wrote me this:
Hi Kirk,
Your are loading stylesheets over http not https on your contact page around line [:43](view-source:https://www.kirkmcguire.com/contact.h...).
@import url(http://www.homestead.com/~media/eleme...);
div.lpxcenterpageouter { text-align: center; position: absolute; top: 0px; left: 0px; width: 100% }
div.lpxcenterpageinner { position: relative; margin: 0 auto; text-align: left; width: 1253px; }
More specifically http://www.homestead.com/~media/eleme..., find all the references to style-sheets that are being loaded over http and change them to https and you should get your secure green padlock.
Can you fix this as I am not allowed inside to fix these areas!
Thank you
Kindest regards
Kirk





No Responses!