New Landing How can we help? Atelier Disable comments on archive posts and on recent posts

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Atelier
  • #227066
    sorelh
    Member
    Post count: 169

    Hi

    How can I stop the ‘comments’ from displaying on the home page recent posts area and also on all the archive pages where the archive posts are displayed? I still want people to be able to comment on the post page itself but I do not want the number of commments to show elsewhere.

    I attach two screenshots, one of the home page recent posts area and one showing the archive – I do not want the ‘comments’ to display.

    Thanks

    Sorel

    Attachments:
    You must be logged in to view attached files.
    #227164
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .comments-wrapper{
    display:none !important;
    }
    

    Thanks
    Mohammad

    #227231
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #227307
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page urls to check and resolve the issue.
    Thanks
    Mohammad

    #227310
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #227333
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .post-item-details{
    display:none !important;
    }

    Thanks
    Mohammad

    #227341
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #227367
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .hero-content-split .page-heading .post-pagination{
    display:none !important;
    }

    Thanks
    Mohammad

    #227368
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .hero-content-split .page-heading .post-pagination {
        display: none;
    }

    -Rui

    #227371
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #227380
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

    #260490
    p.magalhaes
    Member
    Post count: 9

    Any way to remove the comments using the Backoffice?
    Or a server side solution in PHP perhaps?
    Tnx, Pedro

    #260566
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin > Theme Options > General Options > Disable comments.

    Thanks
    Mohammad

Viewing 13 posts - 1 through 13 (of 13 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