Archived topic
Comment Details Missing
3 replies · Started by Terence on March 21, 2023
Greetings,
I'm changing themes from a Genesis Framework theme to GeneratePress and on posts with comments there are no avatars, no author names and no timestamps.
Am I missing a setting somewhere or is this a potential plug-in conflict?
As it's a staging site,I've added the details in the Private info section.
Cheers
Hi Terence,
You seem to have a custom code causing the issue.
Can you go to your style.css file and remove this?:
.comment-meta {
display: none;
}
Hey Fernando, that was it. It's odd that Genesis showed the avatar and author name with the same settings.
All good now, thanks.
You're welcome, Terence!