How do I clear mixed-content warnings?
A mixed-content warning appears when a secure https:// page still loads some items over insecure http://. The browser then hides the padlock or shows "Not fully secure". Every resource on the page must load over HTTPS to clear it.
Find what is insecure:
- Open the page, right-click and choose Inspect, then open the Console tab.
- Look for "Mixed Content" messages; they name the exact files still loading over HTTP.
Fix it:
- Update those
http://links tohttps://in your pages, theme, or settings. - WordPress: set both addresses under Settings → General to
https://, then run a search-and-replace plugin (e.g. Better Search Replace) to changehttp://yourdomain.aetohttps://yourdomain.aeacross the database. - Check embedded content and hotlinked images from other sites; serve them over HTTPS or host them yourself.
After fixing, do a hard refresh (Ctrl/Cmd+Shift+R) and the padlock returns.
Make sure your certificate itself is valid first via SSL/TLS Status in the panel at my.dirhamaday.ae. If you cannot find the offending resource, send us the page URL on WhatsApp +971 58 553 6767 or support@dirhamaday.ae and we will pinpoint it.
Still need a hand? Our UAE-based team is here 24/7.