X Pro footer showing on back of Under Construction page

Hello there!

I’ve just updated Pro to version 1.2.0 and it shows what it seems to me an incompatibility with Under Construction extension.

It shows my global footer behind the Under Construction page, what can I do to fix this???

Please help!

The site is www.ninakpilo.com

Hi There,

Thank you for writing in, and sorry you’re having this issue. Yup I can replicate this on my end and its a bug. Let me report this to our Dev Team for now.

In the meantime you can add the custom CSS below on the Theme Options > CSS

/*quick fix - hide footer on under construction page*/
.tco-under-construction-overlay + .x-colophon {
	display: none;
}

Thank you for understanding,

Hi, there,

Bug confirmed and will be fixed in the next release. For temporary fix, edit the file /wp-content/plugins/tco-under-construction/views/site/under-construction.php and remove the line 147:

  <?php wp_footer(); ?> <!-- line to remove -->

Thanks!

1 Like

Fixed issue

Thank you!

Hey,

You are welcome!

Hi @rafaelgou
This solved the issue but introduced a new one. The login button that the client would click on to check the current website creation progress is gone after I removed the wp-footer() function. What should I do to get it back? the client needs to check the website while it’s being developed.

Thanks!

Hi,

We have already fixed this in the latest version.

https://theme.co/changelog/#under-construction-2-0-3

Try to deactivate and delete your under construction plugin then re-install it back via PRO > Overview

Thanks