This topic has 5 replies, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #133675
     randrcomputers
    Participant

    I don’t know when it showed up but how do I remove it?

    #133717
     Radu
    Moderator

    Hi

    Go to the wp-admin -> pages -> forums -> look for discussion and uncheck allow discutssion

    Let me know

    Cheers
    R.

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

    that option is not checked but still shows 0 comments

    #133726
     Radu
    Moderator

    I’ve understood we will investigate this but until then use this temporary solution

    add this CSS to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .page-id-30379 div#comments {
        display: none !important;
    }
    

    Cheers
    R.

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

    that removed from main index thank you. but still is on every topic page

    #133814
     Radu
    Moderator

    Hi,

    Use this css instead

    COPY CODE
    
    
    .forum #comments, .topic #comments {
        display: none !important;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
Viewing 6 posts - 1 through 6 (of 6 total)

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

Log in with your credentials

Forgot your details?