I am running the latest version of wordpress and just installed SSL. I have also used SSL insecure content plug in. However, I am trying to find 3 items that are eluding me. I have also gone into phpmyadmin and changed all links from http to https using the replace feature. I am using elementor and woocommerce. Any guidance or help will be greatly appreciated.
Here are the current mixed content errors:
Mixed Content – Errors
Soft Failure
An image with an insecure url of “http://www.llamachula.com/wp-content/uploads/2020/02/peppers.jpg” was loaded on line: 458 of https://www.llamachula.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Soft Failure
An image with an insecure url of “http://blushing-oryx.w5.wpsandbox.pro/wp-content/uploads/2019/10/about-bg.png” was loaded on line: 458 of https://www.llamachula.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Soft Failure
A file with an insecure url of “http://oops.wpsandbox.io/expired-install/” was loaded on line: 468 of https://www.llamachula.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
2
Answers
Below is everything I thought of to check:
grep -r "your search term"
) to search the codebase. Ideally everything should be enqueued or for images they should be added through a WordPress function, but if not, then fix the problematic assets and notify the plugin/theme developers that they are adding their assets wrong.I figured out what the problem is:
There it is =)