Coming soon page showing header and footer

Hi i’m having some trouble removing the header and footer on the coming soon page. What i have tried:

  • setting page to no container, no header, no footer
  • adding css to the page it’s self and also child theme to display: none for header and footer
  • assigned page as no container, header, footer and then created blank header and footer and assigned to that page

In any of these cases, it’s still showing the header and footer.

Any ideas? I need to launch this today if possible.

Just an update. Eventually i was able to hide the header and footer through CSS in my child theme. It might have been a cache issue preventing it from loading that css. But either way, should i not be able to just assign that page to no header, no footer and hide them that way? I know i have in the past with th coming soon page so wondering why it didn’t work this time.

Thank you

Hello @eyedia,

Thanks for posting in! Please be advised that this is a known conflict between the under-construction plugin and the latest release of the theme. Our developers are already aware of this issue and currently fixing the issue. A release update should be available soon.

Please bear with us.

There is another issue on the front end. You can see it here: https://adpuzl.com. There is a scroll issue where it seams to get stuck and you can’t scroll. Any ideas? Its preventing people from being able to fill out our form. Thank you

So i was eventually able to fix the issue by adding

body {
   overflow: hidden !important;
}

Not sure if this was an issue with pro or the coming soon page but this worked incase others have this issue

Hi @eyedia,

We’re glad that you’re able to solve your issue and thank you for sharing your idea. If you have any other concerns regarding our theme features, feel free to reach us.

Thank you.

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