Open imCorfitz opened 2 years ago
Additionally it has a random "undefined" label at the bottom of the screen.
Can confirm the same fault, although my page is not respecting any choices I make in Login Designer.
This is actually a bug in Login Designer's plugin. I have temporarily fixed this myself by editing the plugin code.
plugins > login-designer > includes > class-login-designer-password-protected.php
line 144.
Changed $logo = wp_get_attachment_image_url( $logo );
to $logo = wp_get_attachment_image_url( $logo, "large" );
.
I have also reported the bug to Login Designer.
Regarding the undefined label at the bottom, it seems to be the result of <?php do_action( 'login_footer' ); ?>
not returning a language switcher when disabled. This script is found in plugins > password-protected > theme > password-protected-login.php
line 155.
When uploading a logo using Login designer for the password protected page, it pulls the thumbnail instead of the full logo, so it is cropped and stretched.