Viewing 1 replies (of 1 total)
  • Thread Starter anneroseloves

    (@anneroseloves)

    Haha, surprisingly solved this one. Sorry, for posting the question too fast, but maybe the answer helps anybody else too:

    Option 1: Disabling Comment Plugin
    I didn’t try that out, but I think it’s an okay workaround to get a plugin, which can disable comments on specific pages

    Option 2: {Display: None}
    Go on the single event page and add a Custom CSS snippet:

    .post-comments {
    display: none;
    }

    That worked for me. Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Comments can’t be disabled’ is closed to new replies.