Under Construction Still Broken!?!

Why has it been years and the Under Construction bypass login is still broken?
Especially when someone basically spoon fed the solution for the problem to you guys.

@designerken , You’re the man for working on a fix for us that are less savvy with php. Fortunately your workaround is still functioning with the latest version of X. Thank you!!

Hi @Zaepian,

Sorry that you’re having that issue, yeah that is still not resolved, please add this to your child theme’s functions.php for now.

/*load dashicons*/
add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
function load_dashicons_front_end() {
wp_enqueue_style( 'dashicons' );
}

Thank you for understanding,

@Zaepian

Just doing my part for the community! Good luck with your website!

Hey There,

Make sure to check for the latest version 2.0.5 which includes this fix. All the best!

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