Build the wordpress website, Everything was working fine. Since yesterday my logo and menu in the header is missing and is replaced with 'Skip to content' and it only happens with the 'Https' secure site.
When I remove https – and swap to http. It works perfectly fine. I've tried looking everywhere to see where to fix this.
Can someone help me out? Thanks!
You likely built your site without an SSL certificate, so a lot of the references in your DB point to HTTP, so your site is riddled with “mixed content” errors (which you can see in DevTools > Console)
To fix, install a plugin called Better Search Replace (once installed, you can find it under the Tools menu), and perform a find/replace on ‘[http://patrickprowash.com](http://patrickprowash.com)’ > ‘[https://patrickprowash.com](https://patrickprowash.com)’