Plugin Author
Steven
(@shazahm1hotmailcom)
This is caused by the Gutenberg plugin. It now contains CSS that is interfering with the microdata hCard format.
The only solution at this time is to deactivate the Gutenberg plugin.
I have reported this issue to the WP developers:
Plugin Author
Steven
(@shazahm1hotmailcom)
I continued to research this… please add the following CSS to the theme’s custom CSS area found in the Customizer:
#cn-list .fn {
text-indent: initial;
font-size: inherit;
vertical-align: unset;
}
#cn-list .fn.notranslate:after {
content:"";
}
This should override the CSS added to the Gutenberg plugin and correct the display of the names.
I hope this helps; please let me know.
It’s ok with this custom CSS.
Thank you
-
This reply was modified 2 years, 9 months ago by
bartouille44.
Plugin Author
Steven
(@shazahm1hotmailcom)
Great to hear! apologies for the trouble!
It looks like this is negatively affecting others (themes and plugins) too:
The best news… it appears they have a proper fix ready:
This will likely land in the next Gutenberg plugin update and WP 6.3, so you will not need the custom CSS I gave.
Have a great weekend!