Why are my images blank in my media library in WordPress?

KonstantinosK

Junior Member
Joined
Sep 6, 2016
Messages
159
Reaction score
16
I was using digital ocean CDN, the previous month I didn't pay for it and just now the pretty much terminated my account. I removed it from my website but now images don't show up. Any ideas?
 
Last edited:
you mean in your WP-admin gallery.. or on your website while browsing through it??
 
you mean in your WP-admin gallery.. or on your website while browsing through it??
 
Go to General settings and add "https" to your urls.
 
looks like something broken in the backend.. were you using their plugin to minify css and for cache??
No. I made some changes in htaccess and got the images to show up. However, when I browse through my website images I get a "content blocked" message. When I unblock the images site becomes "not secure" from "secure". I have SSL installed and HTTPS redirect enable... Any ideas?
 
No. I made some changes in htaccess and got the images to show up. However, when I browse through my website images I get a "content blocked" message. When I unblock the images site becomes "not secure" from "secure". I have SSL installed and HTTPS redirect enable... Any ideas?
yeah looks like htaccess needs work.. you might need professional help here.. because its sensitive area..
 
There probably is a rewrite in your htaccess that redirects your images to your old CDN. This may also be caused by a plugin. You could try to test this by saving your htaccess and removing redirects that may relate to your images.
 
No. I made some changes in htaccess and got the images to show up. However, when I browse through my website images I get a "content blocked" message. When I unblock the images site becomes "not secure" from "secure". I have SSL installed and HTTPS redirect enable... Any ideas?

You get that message because your image urls are not HTTPS. That is why unblocking the images shows your site as "not secure". What someone stated above should fix the issue. Go to Settings > General and add "https" to the urls.
 
Back
Top