Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #193051
    Stan
    Participant

    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.

    #193072
    Skandha
    Participant

    @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,
    Skandha

    #193118
    Stan
    Participant

    Installed, 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 🙁

    https://prnt.sc/pqaz49

    #193126
    Stan
    Participant

    Author code is existed, when to inspect element. But it does not show on a site.
    https://prnt.sc/pqbdik

    #194882
    Skandha
    Participant

    @stan: Hello there,
    Can you please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #194946
    Stan
    Participant

    site: 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/

    #199465
    Skandha
    Participant

    @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,
    Skandha

    #225009
    Stan
    Participant

    It works. Thank you very much! Problem is solved.

    #225016
    Skandha
    Participant

    @stan: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to manage post "author" visibility?’ is closed to new replies.