problem with WordPress 5.9
-
Hello,
Since the update to WordPress 5.9, the login form and logo are completely shifted to the left of the screen, impossible to center them in the middle of the login page.
An update of the plugin soon to correct this problem with WordPress 5.9?
Best regards.
-
+1
Exactly the same issue. Shifted completely to the left since 5.9
The following Custom CSS is a fix for me until an update is released.
.ml-container #login {
position: absolute;
}-
This reply was modified 4 years, 3 months ago by
spennysimmo.
-
This reply was modified 4 years, 3 months ago by
spennysimmo.
-
This reply was modified 4 years, 3 months ago by
spennysimmo.
Same here, login box set far left. I also have a language selector dropdown to the right of the login fields.
https://ibb.co/q12Nqbr
Hi there!
We apologize for the trouble!
Is it possible to send me the site’s URL so I can take a look?
I also opened a ticket here: https://github.com/ColorlibHQ/colorlib-login-customizer/issues/148
Our dev team will investigate and address in our next update.Warmly,
MihaelaHi Mihaela,
As mentioned above the following CSS seems to solve the issue.
.ml-container #login {
position: absolute;
}Hi,
For my part, I can’t provide URLs, these are my clients’ sites. But the problem is present on all sites 😉 This is not an isolated case, there have been changes in version 5.9 of WordPress, including the login page, you must update your plugin accordingly.
Best regards.
Hi @mplusb
You can look at my portfolio site login – it’s happening there: https://www.cleanpagedesign.co.uk/
Thanks
Thank you, @spennysimmo for providing the CSS code! It really helped!🌸
@cleanpagedesign, please add this code in Appearance > Customize > Additional CSS:
.ml-container #login { position: absolute; }This will move the container back to its place until we release an update addressing this issue.
Thank you for sending the link!Warmly,
MihaelaThanks @mplusb
I’ll try that and look forward to the update.
I have a problem following the update to WordPress 5.9. The login screen now includes a language option, which I do not want. It was not there before the update.
Please see https://jacobandvictoria.co.uk/
Hello @mikepalmer
I’m happy to help with that as well as I also needed to fix that until an update is released.
Just also add the following CCS code in Appearance > Customize > Additional CSS:
.language-switcher {
display: none;
}-
This reply was modified 4 years, 3 months ago by
spennysimmo.
Hi @spennysimmo, That worked, thank you.
+1: Looking forward to an update on this one too.
Hello,
The following code don’t work on my case :
.ml-container #login {
position: absolute;
}I added it on Add CSS empty the site cache but stay on the left..
Hi,
Same problem on vogue-et-reve.fr. This custom css :
.ml-container #login {
position: absolute;
}
solves it.
Thanks for the next update please. Your plugin is curently noted “not tested” with WP 5.9 -
This reply was modified 4 years, 3 months ago by
The topic ‘problem with WordPress 5.9’ is closed to new replies.