Under Construction Extension acts wiredly

Hi!

I have created a page that I wanted to be the “Under construction” page.

When I have assigned it as “Under construction”, at first it somehow got a blue background that wold be there if no custom page was selected. I have deselected the custom page and turned this off and on again, and then the background was gone.

But then the second problem appeared. My page is longer than the viewport. However, when I assign it as “Under construction”, the page is not scrollable anymore.

I think the custom “Under construction” page should be as long as the user wants.

Thanks!

Hello There,

Thanks for writing in!

The under-construction plugin adds this below CSS which is causing the issue.

Please add this below CSS to your Theme option -> CSS or the page CSS which is set as under construction page.

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

Please let us know if this works out for you.

Hi!

I did that and it worked nicely.

However, now that I have updated to point 3 release, the Under construction addon stopped working completely. I have tried to refresh all caches, accessed from various logged-out devices, but nothing.

I am not sure if this is up to me or something else. Both PHP 7.2.13. and 7.3.0. are doing the same.

Thanks!

Hey Misho,

I have tested both in X and Pro theme and I could not replicate the issue. The under construction extension plugin is working for me. Did you see any PHP notices, warnings or errors?

Please share it to us.

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