Reputation: 1
I've got a https://billage.es/blog wordpress site and everything works fine. However when I scroll down the page and it goes to fetch more posts the console is complaining showing me the following message: The page at 'https://www.billage.es/blog/' was loaded over HTTPS, but requested an insecure image.
The thing is that I've already corrected some other messages like this however I cannot find this one: billag-blanc.png file.
Any help on this will be appreciate.
best regards,
Pau Pujol
Upvotes: 0
Views: 1261
Reputation: 43
You are loading the image "billage-blanc.png" on HTTP but you are just not seeing it on the screen, take a look at the image attached, change that in your code and you can eradicate the warning thrown by the browser.
Upvotes: 1