Open errotu opened 1 year ago
@errotu we don't see this issue now. Do you think it was related to the shortcodes issues with 6.2.1?
Yes, I think it's related to the shortcode issue. It only happens with author boxes which are added via shortcode in page templates (using Gutenberg's Full Site Editing). When I add the author box via shortcode as part of a page (and not a template), there are no additional br-tags.
Expected Behavior
The "View all posts" link should be displayed in the author box.
Current Behavior
The "View all posts" is not visible anymore, as it is written in white and moved outside the "button" with colored background by
tags. Now, the white font is displayed on the white background below the button.
Possible Solution
Find out what causes the br tags and remove them.
A possible (dirty) quick fix is to disable br tags via CSS:
Steps to Reproduce (for bugs)
Context
As written above, the error occurred after an update to v6.2.2. I am not sure if it only affects author boxes added by shortcodes in a page template (Gutenberg Full-Site-Editing) or all author boxes independent of the way they are integrated. Please note that v6.2.1 and v6.2.2 concern security issues with shortcodes in page templates.