Making WordPress.org

Opened 5 weeks ago

Closed 5 weeks ago

#8005 closed defect (bug) (fixed)

Logged-in users see a different footer on Support Forums – missing "Code is Poetry" image

Reported by: sandeepdahiya's profile sandeepdahiya Owned by:
Milestone: Priority: normal
Component: Global Header/Footer Keywords: has-patch
Cc:

Description

While browsing the WordPress.org Support Forum, I noticed that the footer differs for logged-in and logged-out users. Specifically:

When logged out, the footer includes the familiar “Code is Poetry” image. https://ibb.co/0yTH23HK

When logged in, the image is missing. https://ibb.co/LdTMBk5V

This behavior is inconsistent with the rest of the WordPress.org website, where the “Code is Poetry” image appears in the footer regardless of login status.

Now that I’ve noticed it, I just can’t unsee it. It might be just another brain dump, but I thought it was worth flagging.

Change History (5)

#1 @dd32
5 weeks ago

  • Component changed from Support Forums to Global Header/Footer

This appears to be occuring due to the Gutenberg Editor being loaded on the forums.

The following rule is being applied, which hides the logo:

https://wordpress.org/support/wp-content/plugins/gutenberg-17.9/build/block-library/editor.css?ver=1749694523
.wp-block-image {
    position: relative;
}

@sandeepdahiya As this affects the Global footer, could you copy this ticket over to GitHub using the link below, and add a link to this ticket? That way you'll get the appropriate props on the fix when it's applied. Edit: Nevermind, not really needed, appreciate the report!'''

Last edited 5 weeks ago by dd32 (previous) (diff)

This ticket was mentioned in PR #697 on WordPress/wporg-mu-plugins by @dd32.


5 weeks ago
#2

  • Keywords has-patch added

@sandeepdahiya commented on PR #697:


5 weeks ago
#3

Thank you for working on this. Trac Ticket: https://meta.trac.wordpress.org/ticket/8005

One more doubt that I have. The page https://wordpress.org/support/view/all-topics/ doesn’t load the block editor (Gutenberg) or any post editor, because it's not a post editing screen. So, any issue due to Gutenberg loading is strange. Isn't it?

@dd32 commented on PR #697:


5 weeks ago
#4

doesn’t load the block editor (Gutenberg) or any post editor, because it's not a post editing screen. So, any issue due to Gutenberg loading is strange. Isn't it?

It is, but it's because of the blocks-everywhere plugin in use on the site. I assume that It's loading the JS and CSS in preparation to upgrade any textareas to an editor interface.

#5 @dd32
5 weeks ago

  • Resolution set to fixed
  • Status changed from new to closed

Closing as fixed via https://github.com/WordPress/wporg-mu-plugins/pull/697

(changes will reflect on site in the next half hour)

Note: See TracTickets for help on using tickets.