Make WordPress Core

Opened 2 months ago

Closed 2 months ago

#62441 closed defect (bug) (duplicate)

CSS problem after update on WP Login page

Reported by: abcsun's profile 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)

Capture.PNG (19.9 KB) - added by abcsun 2 months ago.
aios-login-wp67.png (69.7 KB) - added by sabernhardt 2 months ago.
AIOS custom login page with WP 6.7.0
aios-login-with-patch.png (76.0 KB) - added by sabernhardt 2 months ago.
AIOS custom login page with WP trunk-r59430
login-logo-plugin-wp67.png (76.8 KB) - added by sabernhardt 2 months ago.
Login Logo plugin with WP 6.7.0 did not show custom image
login-logo-plugin-with-patch.png (77.1 KB) - added by sabernhardt 2 months ago.
Login Logo plugin with WP trunk-r59430 shows custom login-logo.png
loginpress-plugin-with-patch.png (87.0 KB) - added by sabernhardt 2 months ago.
LoginPress shows the custom logo image (with WP trunk-r59430)
aios-and-login-logo-wp67.png (73.1 KB) - added by sabernhardt 2 months ago.
WP 6.7.0 showed custom image from Login Logo plugin, but special AIOS page did not replace the text
aios-and-login-logo-with-patch.png (80.7 KB) - added by sabernhardt 2 months ago.
WP trunk shows only the custom image from the Login Logo plugin on the special AIOS page

Download all attachments as: .zip

Change History (18)

@abcsun
2 months ago

#1 @sabernhardt
2 months ago

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.

This ticket was mentioned in Slack in #core by desrosj. View the logs.


2 months ago

#3 @desrosj
2 months ago

  • Milestone changed from Awaiting Review to 6.7.1

Moving to 6.7.1 to investigate along side #62410.

Last edited 2 months ago by sabernhardt (previous) (diff)

#4 @sabernhardt
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 @sabernhardt
2 months ago

  • Keywords reporter-feedback removed

Thanks!

The login issue is caused a combination of things:

  1. Some plugins replace the login page markup, and the site does not have the newer markup with the wp-login-logo class.
  2. The site has custom logo styles with .login h1 a (printed after the login 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 @desrosj
2 months ago

  • Keywords close added

@sabernhardt is this resolved by [59424] or is there more to do here?

#8 @abcsun
2 months ago

Thanks a lot @sabernhardt
You rock :)

@sabernhardt
2 months ago

AIOS custom login page with WP 6.7.0

@sabernhardt
2 months ago

AIOS custom login page with WP trunk-r59430

@sabernhardt
2 months ago

Login Logo plugin with WP 6.7.0 did not show custom image

@sabernhardt
2 months ago

Login Logo plugin with WP trunk-r59430 shows custom login-logo.png

@sabernhardt
2 months ago

LoginPress shows the custom logo image (with WP trunk-r59430)

@sabernhardt
2 months ago

WP 6.7.0 showed custom image from Login Logo plugin, but special AIOS page did not replace the text

@sabernhardt
2 months ago

WP trunk shows only the custom image from the Login Logo plugin on the special AIOS page

#9 @sabernhardt
2 months ago

The last two screenshots are probably the most valuable because they show two plugins together.

I think [59424] is already sufficient.

#10 @desrosj
2 months ago

  • Keywords close removed
  • Milestone 6.7.1 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #62410.

Thanks everyone!

Note: See TracTickets for help on using tickets.