How do i turn Comments off? or make them private

Discussion in 'ClassiCraft WordPress Theme' started by timerversen, Aug 5, 2015.

Thread Status:
Not open for further replies.
  1. timerversen

    timerversen New Member

    Joined:
    Aug 3, 2015
    Messages:
    13
    Likes Received:
    0
    Users can comment on eachothers ads publicly.
    How do i turn these off?

    Or better yet. How do i make it so only the logged in user can see the comment for his ads, and the person who made the comment

    autonaut.dk
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
  3. timerversen

    timerversen New Member

    Joined:
    Aug 3, 2015
    Messages:
    13
    Likes Received:
    0
    Thanks Praveen.

    It works very well:)

    I think i would prefer to disable comments for everyone. How do i do that?

    If i keep comment option can i make so that it is only the ad owner and the comment owner can see the comment if there are any? And not other people?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #commentsbox {
      display: none !important;
    }
    Thanks,
    Praveen
     
  5. timerversen

    timerversen New Member

    Joined:
    Aug 3, 2015
    Messages:
    13
    Likes Received:
    0
    Thanks:) That worked.
     
Thread Status:
Not open for further replies.

Share This Page