Reputation: 113
I encountered an error while debugging it in developer tab:
The page at ‘https://...' was loaded over HTTPS, but displayed insecure content from ‘http://..../files/2013/12/Penguins-150x150.jpg': this content should also be loaded over HTTPS.
Do you think we need to change the URL/permalink of the picture and changed it to “HTTPS” during adding new pictures in “Media Library (media-new.php)”?
Do you have any idea where to get started? Let me know your thoughts on this..
please help. Thanks.
Upvotes: 0
Views: 777
Reputation: 17371
You should leave out the protocol name from the url so it looks something like:
//domain.com/myimage.jpg
This will load the image over te protocol that is currently used for that page.
Upvotes: 1