Skip to main content
All CollectionsTroubleshooting
BDOW! Display Issues
BDOW! Display Issues
Cassandra Campbell avatar
Written by Cassandra Campbell
Updated over a week ago

For users who are experiencing any strange behavior within BDOW! (formerly Sumo) which may include:

    • Login Box isn't appearing

    • Screen is greying out with no BDOW! (formerly Sumo) Dashboard

    • Login Box or any part of BDOW! displaying in a strange location

    • Parts of BDOW! are not visible or unable to scroll

You are likely missing a <!DOCTYPE HTML> header for your page, using ***QuirksMode DOCTYPE, or you have something placed before it. Without loading a proper DOCTYPE first, your browser doesn't know how to render your webpage and BDOW! properly. Absolutely nothing can be placed before your DOCTYPE, including spaces.

Please be sure that all comments, scripts, code, links, anything, are all placed AFTER <html> and never before it or <!DOCTYPE HTML>. Nothing can exist outside of your <html></html> tags except your <!DOCTYPE>.


***QuirksMode DOCTYPE.

If you are using this DOCTYPE:

<strong><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"></strong>

You will not be able to use BDOW! properly. This DOCTYPE puts your browser into "QuirksMode". This sets your browser to support older standards and jQuery does not work correctly when a page is rendered in QurksMode.


Here are a few resources to help you with this.

Did this answer your question?