Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1373555
    defthaus
    Participant

    Hey guys,

    I’ve just built a custom page to use as my ‘under construction’ page. The page is built in cornerstone and works fine when viewed whilst logged into WP.

    However, the page itself does not scroll when you view it whilst logged out – as it would be seen by anyone who doesn’t have access.

    Do you know why this might be?

    I’m guessing custom pages aren’t set to be fixed height?

    Site in question is http://www.northformen.co.uk

    Thanks.

    #1373808
    Rupok
    Member

    Hi there,

    Scrolling is disabled with the below code :

    html, body {
    	overflow: hidden !important;
    	height: 100% !important;
    	background: none;
    }

    So you can add the below code to page level CSS under Cornerstone settings tab override this :

    html, body {
    	overflow: auto !important;
    	height: auto !important;
    }

    Cheers!

    #1374745
    defthaus
    Participant

    Thanks Rupok, that fixed it.

    #1374962
    Lely
    Moderator

    You’re always welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1373555 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>