If JS is disabled, just a blank page is shown

2 replies · opened Aug 12, 2018

MmichidkAug 12, 2018

Hello,
if users, who are using NoScript or other js-script blocking browser addons, visit my canvas page, the will see a blank white page. Also tested on the canvas demo page.
What I would expect to happen: Show the theme without animations etc, or at least show a message that this theme won't work without js enabled.

Cheers,
Michael

MmichidkSep 25, 2018

Bump

SSemicolon WebSTAFFSep 27, 2018

Hello,

Thanks for your Patience!

Actually the #wrapper has been set to opacity: 0; in the style.css File for the Page Loading Transitions which is causing the Page to go Blank on Browsers with Javascript disabled. You can add the following CSS code to a new file called css/noscript.css:

body:not(.no-transition) #wrapper { opacity: 1; }

and then add the following code in the <head> Tag of the HTML Document:


	
- 

This will definitely fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard