Under construction password field not showing

Hello there

I’m having an issue with the under construction plugin, I’ve seen in another posts that this is a theme bug, and the temporary solution is adding this code on the child theme functions.php

Option 1
wp_enqueue_style( ‘dashicons’ );

Option 2
add_action( ‘wp_enqueue_scripts’, ‘load_dashicons_front_end’ );
function load_dashicons_front_end() {
wp_enqueue_style( ‘dashicons’ );
}

Both codes do not work on my end, it shows only the key icon, but the password field is missing, and I need the client to be able to see the site updates.

I’m not using any cache plugin and I’ve already cleared the browsers cache. Tested on Safari, Firefox and Chrome, both mobile and desktop versions

Can you please help me on this?
Thank you!

Hi @rulogrunge,

Thanks for reaching out.

Yes, it’s known bug. Would you mind providing your site’s URL and admin login credentials? I like to check it first, and are you using custom or the default under construction layout?

Thanks!

Hi @Rad

Putting credentials on secure note, and I’m using the default under construction layout, no images, just text

Oh, and BTW

I have another site with the code

wp_enqueue_style( ‘dashicons’ );

and it’s working just fine, why is that in two different sites but with the same code and theme are not working the same?

Thank you!!!

Hi @rulogrunge,

It’s not working due to javascript error triggered by Modern Events Calendar. I guess you’ll have to disable MEC for now then I’ll add this to our issue tracker as bug/conflict.

Thanks!

Hello @Rad

Thank you!!!

You’re welcome.

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