This topic has 6 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #138046
     imteddy
    Participant

    Hi,

    I tried to figure out to hide comments as default but couldn’t.

    Currently, up to 5 comments are showing if there are total 8 comments.

    I wish not to show any comments until pressing the rounded button “Comment 8”

    Then all comment is showing at once when the “Comment 8” button pressed,

     

    It will be helpful if I know even which file I need to modify.

    Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #138287
     Laura
    Moderator

    Hello, so you want to hide the comments until the Show all is pressed?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #138289
     imteddy
    Participant

    Hi Laura,
    Yes, that’s what I meant!!

    #138655
     imteddy
    Participant

    It will be appreciated if you let me know files that I need to modify.

    #138813
     Laura
    Moderator

    Hello, please share admin credentials so i can check it out 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #138991
     imteddy
    Participant
    This reply has been set as private.
    #139400
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    .activity-comments li:nth-child(7n) {
        display: none;
    }
    .activity-comments li:nth-child(5n) {
        display: none;
    }
    .activity-comments li:nth-child(2n) {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?