White screen of death
3 posters
Page 1 of 1
White screen of death
My forum has a white screen that covers everything, and I'm not sure how to remove it or how it even happened.
Last edited by Landshark on October 26th 2021, 4:33 pm; edited 2 times in total
Landshark- Forumember
- Posts : 59
Reputation : 2
Language : English, Spanish
Re: White screen of death
The topic was posted in the wrong section, so I have moved it to the correct section.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: White screen of death
After looking at the CSS, I can see this:
You can log into the administration pane by adding this to your forum's link: /admin
- Code:
#modernbb (
display: none;
margin-top: 42px;
}
You can log into the administration pane by adding this to your forum's link: /admin
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: White screen of death
SLGray wrote:After looking at the CSS, I can see this:When I removed the display: none, I can see your forum.
- Code:
#modernbb (
display: none;
margin-top: 42px;
}
You can log into the administration pane by adding this to your forum's link: /admin
Sorry about posting in the wrong section
Added the code and still nothing. When I noticed the problem, it was after I added a widget but I deleted it from the Personal Widgets to see if the forum would reappear, and still got the white screen.
Landshark- Forumember
- Posts : 59
Reputation : 2
Language : English, Spanish
Re: White screen of death
Do not add the CSS. You need to remove it.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: White screen of death
SLGray wrote:Do not add the CSS. You need to remove it.
Ops, I misread. I deleted what I added, but I can't find the code that you said was causing the issue. Here's a copy of my CSS after removing the code I accidentally added when I read your response wrong - when I use the search to find it, it doesn't show the code you mentioned.
Last edited by Landshark on October 26th 2021, 4:29 pm; edited 1 time in total
Landshark- Forumember
- Posts : 59
Reputation : 2
Language : English, Spanish
Re: White screen of death
hello
somewhere in your css or templates or javascript you have set a display: none
this is causing the white screen
now to figure out where the mistake is you have to
- check the CSS
- if you have modified the templates , set them to default so if the issue is gone then the mistake is somewhere in the templates
- reactive the javascript so check if one of them is causing this conflict
meanwhile, if you add this to your CSS the white screen will be gone
i also see some appearance issues on your homepage if you like help to fix them feel free to open a new thread i will be happy to help you
somewhere in your css or templates or javascript you have set a display: none
this is causing the white screen
now to figure out where the mistake is you have to
- check the CSS
- if you have modified the templates , set them to default so if the issue is gone then the mistake is somewhere in the templates
- reactive the javascript so check if one of them is causing this conflict
meanwhile, if you add this to your CSS the white screen will be gone
- Code:
#modernbb {
display: flex !important;
}
i also see some appearance issues on your homepage if you like help to fix them feel free to open a new thread i will be happy to help you
TonnyKamper likes this post
Re: White screen of death
skouliki wrote:hello
somewhere in your css or templates or javascript you have set a display: none
this is causing the white screen
now to figure out where the mistake is you have to
- check the CSS
- if you have modified the templates , set them to default so if the issue is gone then the mistake is somewhere in the templates
- reactive the javascript so check if one of them is causing this conflict
meanwhile, if you add this to your CSS the white screen will be gone
- Code:
#modernbb {
display: flex !important;
}
i also see some appearance issues on your homepage if you like help to fix them feel free to open a new thread i will be happy to help you
Thank you! It was a mistake in my javascript! Thank you
Landshark- Forumember
- Posts : 59
Reputation : 2
Language : English, Spanish
Similar topics
» White screen when I try to visit my forum
» Registration Screen Will Not Move Past The T & C Screen
» Editor toolbar is gone[Bold italic and such] the background is stuck at white, and the sites text is white.
» does forumotion have a system in place to report trolling and online death threats to the police
» Life, Death and the Between
» Registration Screen Will Not Move Past The T & C Screen
» Editor toolbar is gone[Bold italic and such] the background is stuck at white, and the sites text is white.
» does forumotion have a system in place to report trolling and online death threats to the police
» Life, Death and the Between
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum