You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: