What is the name of the domain?
What is the issue you’re encountering
Images are not loading and I can’t even edit any page on the site
What steps have you taken to resolve the issue?
Purged everything few times
Images are not loading and I can’t even edit any page on the site
Purged everything few times
You have a Mixed Content
problem, nothing to do with Cloudflare. Please see: https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content
It seems your WordPress site was originally installed with http
before you changed to https
, so old attachments (files you uploaded, including images) still have the insecure URLs which are now blocked by browsers.
To fix this, you can use a plugin like Better Find and Replace to query your WordPress site’s database and replace all instances of http://alliedlegalonline.com/
to https://alliedlegalonline.com/
: https://wordpress.org/plugins/real-time-auto-find-and-replace/.
… or use any of the gazillion plugins specifically made for fixing mixed-content problems: https://wordpress.org/plugins/search/mixed+content/
If you need further help with this, please go to the WordPress support forum for help, and this is not a Cloudflare issue: https://wordpress.org/support/forums/
Good luck!
This topic was automatically closed after 15 days. New replies are no longer allowed.