Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #905740
    Alex
    Participant

    Hello guys,

    I noticed now that I can’t see a category meta visible in my posts and I’m pretty sure they should be there. The sample page is here:

    http://playingwriter.com/scrivener-for-ios-is-going-beta/

    Can you tell me what can be a problem?

    Previously I asked you how to hide author meta from all the posts so maybe the problem is there?

    Thanks.


    Alex

    #906625
    Christopher
    Moderator

    Hi there,

    Please find this code:

    entry-title:before, .p-meta span:nth-child(3), .single .x-header-landmark, .single p.p-meta span:first-child {
        display: none;
    }

    And update it to :

    .single .x-header-landmark, .single p.p-meta span:first-child {
        display: none;
    }

    Thanks.

    #912206
    Alex
    Participant

    Hello,

    Thank you very much!


    Alex

    #912461
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-905740 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>