I already found a similar question: https://ww.wp.xz.cn/support/topic/comments-cant-be-disabled/
I do know, that the problem is my theme. If I try out the standard theme, the comment form dissappears as it should. Now, I want to keep my theme, is there any way, I can disable the comment form on that page? I need it on another site though…
Thanks a lot for your help!
Anne
Wordpress: current version
Theme: Lighthouse (!here’s the problem)
Plugin: Events Manager
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.
(@anneroseloves)
8 years, 11 months ago
Hello,
my (second) problem is, that even though comments are disabled, the comment form shows up in the single event pages. See:
http://karto-und-graphie.de/Kellerkonzerte/wordpress/?event=los-banditos
I already found a similar question: https://ww.wp.xz.cn/support/topic/comments-cant-be-disabled/
I do know, that the problem is my theme. If I try out the standard theme, the comment form dissappears as it should. Now, I want to keep my theme, is there any way, I can disable the comment form on that page? I need it on another site though…
Thanks a lot for your help!
Anne
Wordpress: current version
Theme: Lighthouse (!here’s the problem)
Plugin: Events Manager