Opened 2 months ago
Closed 2 months ago
#62441 closed defect (bug) (duplicate)
CSS problem after update on WP Login page
Reported by: | abcsun | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.7 |
Component: | Login and Registration | Keywords: | |
Focuses: | Cc: |
Description
Hi there,
I just see that the wp login doesn't show good on my websites since the 6.7 update
"Powered by WordPress" Instead WP Logo After WP Update appear
+ on the customize page, there is some strange spaces as well...
I guess it's css but I'm not sure...
Best regards !
Attachments (8)
Change History (18)
This ticket was mentioned in Slack in #core by desrosj. View the logs.
2 months ago
#3
@
2 months ago
- Milestone changed from Awaiting Review to 6.7.1
Moving to 6.7.1 to investigate along side #62410.
#4
@
2 months ago
- Keywords reporter-feedback added
@abcsun Could you inspect the logo element to find the styles applied to it? Or could you share a link to your login page (in a Slack direct message for more privacy)?
#5
@
2 months ago
- Keywords reporter-feedback removed
Thanks!
The login issue is caused a combination of things:
- Some plugins replace the login page markup, and the site does not have the newer markup with the
wp-login-logo
class. - The site has custom logo styles with
.login h1 a
(printed after thelogin
stylesheet), and those cannot override the.login .wp-login-logo a
selector (#62410).
A search for login_header() can help identify plugins with their own markup.
- AIOS is still working on a plugin update.
- Security Optimizer seems to have no trouble with the logo in its 2FA form (though it now has two H1 headings).
- LoginPress already updated their styles for the logo.
This ticket was mentioned in Slack in #core by desrosj. View the logs.
2 months ago
#7
@
2 months ago
- Keywords close added
@sabernhardt is this resolved by [59424] or is there more to do here?
@
2 months ago
WP 6.7.0 showed custom image from Login Logo plugin, but special AIOS page did not replace the text
@
2 months ago
WP trunk shows only the custom image from the Login Logo plugin on the special AIOS page
The login logo issue might be related to #62410, but it seems to have the opposite effect. That ticket is about the WordPress logo overriding some custom replacements, and your screenshot shows that a custom transparent image is repeated without the
text-indent
to hide the text.Your Customizer issue should have a separate ticket for discussion. Possibly related: #62313 involves a horizontal scrollbar, and a support topic shows an extra-tall button.