The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

White screen of death

3 posters

Go down

Solved White screen of death

Post by Landshark October 25th 2021, 18:47

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, 17:33; edited 2 times in total
Landshark
Landshark
Forumember

Posts : 59
Reputation : 2
Language : English, Spanish

Back to top Go down

Solved Re: White screen of death

Post by SLGray October 25th 2021, 20:49

The topic was posted in the wrong section, so I have moved it to the correct section.
Please read our forum rules:  ESF General Rules
Did this happen right after you changed something on the forum?


White screen of death Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: White screen of death

Post by SLGray October 25th 2021, 20:56

After looking at the CSS, I can see this:
Code:
#modernbb (
    display: none;
    margin-top: 42px;
}
When I removed the display: none, I can see your forum.

You can log into the administration pane by adding this to your forum's link:  /admin


White screen of death Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: White screen of death

Post by Landshark October 25th 2021, 21:11

SLGray wrote:After looking at the CSS, I can see this:
Code:
#modernbb (
    display: none;
    margin-top: 42px;
}
When I removed the display: none, I can see your forum.

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
Landshark
Forumember

Posts : 59
Reputation : 2
Language : English, Spanish

Back to top Go down

Solved Re: White screen of death

Post by SLGray October 25th 2021, 21:17

Do not add the CSS.  You need to remove it.


White screen of death Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: White screen of death

Post by Landshark October 26th 2021, 09:04

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, 17:29; edited 1 time in total
Landshark
Landshark
Forumember

Posts : 59
Reputation : 2
Language : English, Spanish

Back to top Go down

Solved Re: White screen of death

Post by skouliki October 26th 2021, 11:54

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
skouliki
skouliki
Manager
Manager

Female Posts : 15061
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

TonnyKamper likes this post

Back to top Go down

Solved Re: White screen of death

Post by Landshark October 26th 2021, 17:32

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
Landshark
Forumember

Posts : 59
Reputation : 2
Language : English, Spanish

Back to top Go down

Solved Re: White screen of death

Post by skouliki October 26th 2021, 20:29

you are welcome

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15061
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum