My wordpress website theme disappeared

Nj22

Junior Member
Joined
Aug 21, 2019
Messages
117
Reaction score
9
Hello everyone, I'm handling my company's website (I'm a beginner in web design, I know basic fixes). Until yesterday it was fine but today morning I saw my website theme gone completely. Now only content is there. I will share the Screenshot kindly everyone check and give a methods to bring back my website.

WhatsApp Image 2021-09-30 at 4.28.14 PM.jpeg
 
Go into Appearance -> themes
1633002736666.png

Is it still there?

If so, could be a cache issue
 
Theme is there and I cleared the cache but still the issue persists.
Check on a different browser
Check on your mobile phone

If it doesn't work.
and you have managed host, go complain to them and have them fix it
Otherwise,
Ensure you have everything backed up.
Start disabling plugins and themes to see what's the conflict.
If you have a previous working backup, restore that and see
 
Check on a different browser
Check on your mobile phone

If it doesn't work.
and you have managed host, go complain to them and have them fix it
Otherwise,
Ensure you have everything backed up.
Start disabling plugins and themes to see what's the conflict.
If you have a previous working backup, restore that and see
Ok
 
Check on a different browser
Check on your mobile phone

If it doesn't work.
and you have managed host, go complain to them and have them fix it
Otherwise,
Ensure you have everything backed up.
Start disabling plugins and themes to see what's the conflict.
If you have a previous working backup, restore that and see
I will raise the complaint
 
You are not loading the CSS. It may be the site or it may be your browser. Try with another browser or device. If the issue is still there, it's the site. Check the source code and see if the CSS link leads to an existing file.
 
This is a problem of calling your CSS.
Open the site with your browser, right click "display source and see which link should call your theme.
I just check your website and I see your theme.
 
This is a problem of calling your CSS.
Open the site with your browser, right click "display source and see which link should call your theme.
I just check your website and I see your theme.
When I clicked the link it showing timeout
 
I think I found your website and also the problem : your css is on a CDN ! >.<
Clearly a bad tech practice...
 
I think I found your website and also the problem : your css is on a CDN ! >.<
Clearly a bad tech practice...
I think I should shout on my company's web developer
 
When I go to the website, I see the "complete" version on the home page.
I check the code : your CSS is on cdnblablalbla/css
Why is it a problem ? If, for some reasons, the CDN is unavailable, all the CSS disappears.

People use CDN to save hosting space but you cannot control the CDN.

Suggestion (you do with it what you want) : you ask for the complete theme, you correct it, you minify all css and script, and you upload it on your hosting.
 
Back
Top