Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Global Require JS Notice #162

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

We should display a global "This website requires JavaScript. Please enable JavaScript and refresh the page." notice for users with <noscript>.

codewithkyle commented 5 years ago
<noscript>
    <div style="position:fixed;bottom:0;left:0;padding:16px 32px;border-radius:8px 8px 0 0;text-align:center;background-color:#ffffff;box-shadow:0 -1px 3px rgba(0,0,0,0.15), 0 -4px 32px rgba(0,0,0,0.1);left:50%;transform:translateX(-50%);z-index:99999;">
        <p>{{ "This website requires JavaScript to function propery. Please enable JavaScript and refresh the page."|t }}</p>
    </div>
</noscript>