New Landing How can we help? Atelier remove "no comments"

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Atelier
  • #315182
    NikkiSt
    Member
    Post count: 240

    Hi guys,

    Is it possible to remove the words “no comments” from next to the blog authors name on posts that allow for comments?

    See image attached. URL http://www.nativeinteriors.com

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #315445
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    it seems you already sorted it?

    -Rui

    #315540
    NikkiSt
    Member
    Post count: 240

    Hi Rui

    No have not sorted it. Those posts that don’t have it do not have comments enabled. Still need assistance for posts that have comments enabled.
    Thanks

    #315609
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I can remove the No comments, the problem is to remove the dash(there is no css selector to target it) between the author and the No comments.

    Any chance to remove the entire line “By Giulia Simolo / No comments” ?

    -Rui

    #315705
    NikkiSt
    Member
    Post count: 240

    Sure we can remove the whole line…

    #315856
    NikkiSt
    Member
    Post count: 240

    Hi Rui

    I have noticed now even though comments are enabled in wordpress they don’t seem to be appearing on the front end?

    Five Ways To Give Your Bathroom A Makeover

    Thanks

    #316014
    David Martin – Support
    Moderator
    Post count: 20834

    Please add a WP login for us to take a closer look.

    Thanks.

    #316130
    NikkiSt
    Member
    Post count: 240
    This reply has been marked as private.
    #316353
    David Martin – Support
    Moderator
    Post count: 20834

    You had the comments disabled in the global WP settings, I have enabled these now and the comments show:

    #316491
    NikkiSt
    Member
    Post count: 240

    Thanks David. Any feedback on the above request?

    “Is it possible to remove the words “no comments” from next to the blog authors name on posts that allow for comments?” – see thread above.

    #316514
    David Martin – Support
    Moderator
    Post count: 20834

    You mean within the related articles?

    You would use this CSS:

    .related-wrap .blog-item-details span:nth-child(2) {
        display: none;
    }
    .related-wrap .recent-post .blog-item-details {
      font-size: 0;
    }
    .related-wrap .blog-item-details span.author {
      font-size: 14px;
    }
    #316695
    NikkiSt
    Member
    Post count: 240

    Hey David,

    I meant on the homepage where the latest journal posts pull through.

    Attachments:
    You must be logged in to view attached files.
    #316736
    David Martin – Support
    Moderator
    Post count: 20834

    Looks like you have done this:

    #316746
    NikkiSt
    Member
    Post count: 240

    Hi

    Nope the “no comments ” is still there.
    http://Www.nativeinteriors.com

    Attachments:
    You must be logged in to view attached files.
    #316752
    David Martin – Support
    Moderator
    Post count: 20834

    That’s odd, did you just change the layout? My screenshot shows correct?

    Anyhow, you would want this CSS:

    .recent-post .blog-item-details span:nth-child(2) {
        display: none;
    }
    .recent-post .blog-item-details {
      font-size: 0;
    }
    .recent-post .blog-item-details span.author {
      font-size: 14px;
    }
Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register