-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Post author name" block not visible on the frontend of a site, on Gutenberg 13.2.0 and higher #41135
Comments
Thanks for reporting the issue, @arunsathiya. I just followed you're reproduction setups, and I can see the "Post Author Name" block on posts/page. Am I missing something? |
Thanks for testing, @Mamaduka. Is it visible on the frontend of the post/page for you? It's available on the backend/Gutenberg editor as expected, but it's missing on the frontend after publishing the post/page. |
Correct. Here's the recording: CleanShot.2022-05-18.at.16.40.17.mp4 |
That's interesting. 🤔 Here's what I see on a site with WordPress 5.9.3 with Gutenberg 13.1.0 (initially) and Gutenberg 13.2.1 (latest version). We can spot that the block is visible while on Gutenberg 13.1.0 but is missing on update to Gutenberg 13.2.0 or higher. Screen.Recording.2022-05-18.at.6.23.27.PM.mov |
I'm also not able to reproduce this. The author block renders on the front end for me regardless of what version I have installed. This feels very similar to In both cases, something related to rendering posts, or parts of a post are working fine in the editor, but not rendering on the front end, and aren't able to be reproduced consistently. Could be coincidence, but I wonder if there's a trigger somewhere. |
cc @tinjure20 perhaps this does match the issue you reported :) |
cc @annezazu, indeed it does! |
Also having this issue (as well as the query loop taxonomy filters). |
@tinjure20 Yes, that is true. I originally reported this bug on the WordPress.com forums which (I believe) led to this Gutenberg issue report. The "Post Author" block, with avatar and byline blank, would otherwise be a somewhat suitable work-around for the task of displaying an author's name, except that it doesn't support the "isLink" attribute that the "Post Author Name" block has. This, in effect, leaves no way for sites using only the site editor/FSE (ie: wp.com) to link to an author's archive. |
Thank you! Please do publish the minor release :)
Do we think this will fix #41067? too?
…On Thu, 19 May 2022 at 18:18, George Mamadashvili ***@***.***> wrote:
I was able to reproduce the issue on my different installation.
#41122 <#41122> should fix the
bug. Props to @dd32 <https://github.com/dd32>.
@annezazu <https://github.com/annezazu>, @chad1008
<https://github.com/chad1008>, do you think we should do a minor release
that includes this fix?
—
Reply to this email directly, view it on GitHub
<#41135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFJ6WQ6HHICZINUX3PKR63VKZSWNANCNFSM5WIFQDLQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, @andrewstaffell Just tested #41067 and it's fixed as well 🎉 |
Wow! Awesome! Thanks!
…On Thu, 19 May 2022 at 18:29, George Mamadashvili ***@***.***> wrote:
Hi, @andrewstaffell <https://github.com/andrewstaffell>
Just tested #41067 <#41067>
and it's fixed as well 🎉
—
Reply to this email directly, view it on GitHub
<#41135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFJ6WXZFCWO5LIZNCTOSSDVKZUAHANCNFSM5WIFQDLQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you all! |
That's awesome, thanks @Mamaduka! I agree, a minor release sounds like a good idea :) |
I think a minor sounds like a good idea (assuming you are talking about a minor GB release in this case). I'm concerned this is happening in RC4 as well based on the previous info that @tinjure20 shared #24952 (comment) Going to add this to the 6.0 minor release milestone as a result. |
@andrewstaffell, Post Author Name block should be available in WordPress 6.0. |
Thank you @Mamaduka for the swift response. That’s what I thought too – it’s been in Gutenberg for ages, and I thought that I had seen that it was going to be in an even earlier release of core – but it seems to be missing from the latest RC. What’s the best way to check / who’s the best person to ask if this is a simple oversight that can be sorted for the release? The normal Post Author block doesn’t offer the option to link to the author page so it feels quite important to me that this is released! |
@andrewstaffell, that's odd. Based on the Gutenberg version, the block was introduced, it should be included in 6.0. Unless it was excluded for some specific reason. @annezazu might have more details. |
Yes, exactly, the versioning suggests it should be there too. Some oversight or glitch in the build? Any chance of resolving, @annezazu? Thanks both! |
Hey all! Check out this convo here about this exact problem/situation:
You'll see a comment from yours truly there advocating the same as well as context for why the call was made. |
@annezazu thanks! I had read that thread, but unless I’m missing or misinterpreting something, there’s no actual explanation of why it’s been omitted, just observation of that fact. Even from the quote from @adamziel. Considering that Post Author Biography has made it in, are we sure this isn’t just a simple oversight? As @Mamaduka said, the versioning suggests it should be there. Who would be the authority on this? Is it possible to double check it ahead of the 6.0 release? If there is a technical reason for it, fair enough, but I’m yet to find/read one! |
I do not have any additional information other than what was in the thread. From my vantage point, this was not included due to lack of a plan forward for blocks that overlap with each other and the fact that these are still seen as experimental (some blocks can exist in the plugin and still not get merged into Core): #24952 (comment)
This was double checked ahead of the release (that's the convo you see there)! I'll cc @priethor (the other co-release coordinator for 6.0) but, at this point, this was a known decision early on in the release cycle and new features, including new blocks cannot be added in at this stage. |
OK! Understood. Thanks for the extra clarification. |
Description
"Post author name" block is not visible on the frontend of a site, on Gutenberg 13.2.0 and higher. I can see it fine on Gutenberg 13.1.0 and Gutenberg 13.0.0. Tested with various themes.
Step-by-step reproduction instructions
Post author name
block to a page.Screenshots, screen recording, code snippet
demo
is the author name. Here's how we see it on Gutenberg 13.1.0:And on Gutenberg 13.2.0:
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: