Under Construction plugin custom page glitch

I created a custom Under Construction page that I linked to properly. When it shows up to the public, but the page does not scroll to where the contact info is? How can we fix this glitch?

Hello Paul,

Thanks for writing in!

I checked the website and can see that a custom CSS has been added and because of that page is not scrolling. I believe CSS has been added in X > Theme Options > CSS. Please remove following CSS and that should fix the scrolling problem.

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

The CSS that’s causing issue is overflow: hidden !important;.

Thanks.

I gone to this location X > Theme Options > CSS. There is no code that has been added there. Where else may I find this?

Hello Paul,

Thanks for updating the thread.

Please edit the home page under Pages > All Pages in Cornerstone and click on the CSS link in left sidebar. See if the code as been added there.

Thanks.

I’ve checked there also, there has been none added.

I did find this in the forum:
The under construction page is meant to be full-screen with no scrolling and that CSS is added for that purpose and it’s intentional. It’s not a bug, but it shouldn’t affect other pages other than the under-construction page itself.

I would suggest making the Under Construction option (plugin) able to scroll if there is more than a full-screen intention.

Thanks and noted, but again, visitors may expect that it’s standard page than an announcement page since the information aren’t display at single load or glance. Please check this https://designshack.net/articles/layouts/coming-soon-landing-pages-tips-and-best-practices/ too.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.