Fixing Image links so they are secured via SSL
-
I have a website set up to accept CC payments (Via authorize.net Direct Payment Method), and I have an SSL certificate active on the website
www.poopys.com
.I saw that some parts of the page were not secure, and used whynopadlock.com to see which files were not secure. They are all images, but they are being referenced from various places, and I am trying to figure out where to alter the code so that they are secure and I will get the “green” padlock showing all parts of the page are secure.
For example, when I tested
https://www.poopys.com/checkout
there were 7 insecure images. I went to the stylesheet on the poopys child theme and was able to find one of the images referenced. As I understand it, if I remove the “http:” from the URL reference, the image becomes secure.The others, I am having more difficulty finding. One it says is coming from my cart page (www.poopys.com/cart), but that page only has a shortcode for the woocommerce cart. The others reference themes/u-design/styles/custom_style.css, which I am having trouble finding.
Thanks for any and all help!
- The topic ‘Fixing Image links so they are secured via SSL’ is closed to new replies.