- This topic has 8 replies, 2 voices, and was last updated 4 years, 10 months ago by Skandha.
-
AuthorPosts
-
October 30, 2019 at 6:50 am #193051StanParticipant
Hello!
Near month ago I deleted “author” and date info posts by making “entry-meta” display:none. But now I cannot return “author” to make visible again. Any tries to use “.author” class in css failed. Date is returned to visible successfully. But “author” class not.
Please help me! Also I suggest you to add a feature which makes post author an/or date visible/hidden by one click.
October 30, 2019 at 10:09 am #193072SkandhaParticipant@stan: Hello there,
You can simply remove the code.entry-meta { display:none; }
.You can use our plugin Hide/Remove Metadata to remove the author with a click.
Let me know if this helps you out!
Kind Regards,
SkandhaOctober 30, 2019 at 3:22 pm #193118StanParticipantInstalled, thank you. But I can’t make author visible. Even if in plugin “hide author” option is unchecked. Please look in screenshot with settings “hide author” “hide published date” disabled. Only date is visible 🙁
October 30, 2019 at 3:50 pm #193126StanParticipantAuthor code is existed, when to inspect element. But it does not show on a site.
https://prnt.sc/pqbdikOctober 31, 2019 at 4:54 am #194882SkandhaParticipant@stan: Hello there,
Can you please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaOctober 31, 2019 at 7:31 am #194946StanParticipantsite: madamecreme.com
I need to make author visible in all single posts (you can see it on right sidebar or here https://madamecreme.com/mdm-secrets/)
Example of single post (date is visible, but author is not): https://madamecreme.com/2019/10/30/linda-pra-ontem/November 1, 2019 at 4:33 am #199465SkandhaParticipant@stan: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..single-post .entry-meta .byline.screen-reader-text { position: unset !important; }
Let me know if this is what you want!
Kind Regards,
SkandhaNovember 7, 2019 at 3:13 am #225009StanParticipantIt works. Thank you very much! Problem is solved.
November 7, 2019 at 3:54 am #225016 -
AuthorPosts
- The topic ‘How to manage post "author" visibility?’ is closed to new replies.