Title: Doesn&#039;t Work Without JavaScript
Last modified: August 21, 2016

---

# Doesn't Work Without JavaScript

 *  Resolved [Terence Eden](https://wordpress.org/support/users/edent/)
 * (@edent)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-without-javascript/)
 * I’ve had users complain that they are seeing a blank page if JavaScript is disabled.
   All the HTML and CSS are being loaded, but the page fails to render. Can this
   be fixed so older devices, or users with security concerns can view the page?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Terence Eden](https://wordpress.org/support/users/edent/)
 * (@edent)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-without-javascript/#post-4251298)
 * Add the following to your custom CSS
 *     ```
       body {
       	opacity: 1;
       }
   
       .post-thumb img {
       	opacity: 1;
       }
       ```
   
 * Seems really odd that the default won’t display at all. Oh well.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-without-javascript/#post-4251341)
 * There’s a comment in the virtual content.css file that says (about opacity for
   the body element being set to 0):
 * > will be turned on ( = set to ‘1’ ) with jQuery after google fonts, if any, 
   > have loaded and masonry layout, if any, was applied
 * I guess this was put in so the user wouldn’t see a lot of screen redraws as the
   page was loading. I set mine to 1 just to try it out and I thought I detected
   a slight difference in the “font flashing” that affects sites using Google fonts;
   the flashing seemed to be more apparent at 1 than 0, but maybe it’s my imagination.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-without-javascript/#post-4251342)
 * Nope, on second thought, it didn’t seem to affect the font flashing at all.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Doesn't Work Without JavaScript’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/montezuma/1.2.8/screenshot.png)
 * Montezuma
 * [Support Threads](https://wordpress.org/support/theme/montezuma/)
 * [Active Topics](https://wordpress.org/support/theme/montezuma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/montezuma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/montezuma/reviews/)

## Tags

 * [javascript](https://wordpress.org/support/topic-tag/javascript/)

 * 3 replies
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-without-javascript/#post-4251342)
 * Status: resolved