The under construction page stopped showing the password protected login possibility in the lower right corner after the last update to 2.0.3.
BUMP
I too noticed this change. I have removed the password and re-added it, but the key icon in the lower right no longer shows up after updating to 2.0.3.
Hello There,
Thanks for writing in! You have a spotted a bug in this latest release of the plugin. I have investigated it and I can confirm that it is a bug. I’ve submitted this to our issue tracker so the developers will be made aware of it and fix this issue as soon as possible.
Thank you for your understanding.
Thanks! Is there a way to revert to 2.0.2? I can’t seem to find a download for that version.
Hi, there,
We confirmed a bug on X/Pro Theme that is related to dashicons styles not being loaded. We’re still investigating the issue, but you can temporarily fix it by adding to your theme functions.php:
<?php
//... at any line after PHP starting tag
wp_enqueue_style( 'dashicons' );
Keep you posted about the extension update.
Thanks!
It’s working with your help!!
Thanks!!
Glad to hear it helps!
So this method worked in displaying the key to unlock the site, however when I unlocked the site, it unlocked it for EVERYONE! I had to remove that line of code from the functions.php page to re-enable the under construction page… Can you confirm this behavior on your end?
@tank203, What do you mean by it unlocks it for everyone? The unlock is for a current session only and shouldn’t affect other sessions/users. Perhaps you have cache installed? And because it cached the logged in user, then other users see the same cache too. You may want to start a new thread about this issue and provide your login credentials in a secure note and I’ll check it. Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.