Comments Sam started the conversationApril 11, 2014 at 1:14pmHi there I would like to remove the comment section on a blog entry completely. It should not take up any space so the footer will be closer to the blog entry, see the attached picture. Thanks in advance for your kind support.Regards, Sam 1,974Support repliedApril 14, 2014 at 4:57pmHi Sam,The file to change in this case is comments.php in our theme folder.ThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicySam repliedApril 14, 2014 at 5:29pmThanks for your answer. Isn't it possible to remove it with a css code likeelement.classname {visibility: hidden;} ((will keep the space))or element.classname {display:none;} ((will remove the space))I would need to know the elements or classnames, if possible.Regards, Sam 1,974Support repliedApril 14, 2014 at 5:40pmHi Sam,Whatever it works, you want to disable the comments entirely, the code is the safest way.If you want to use CSS styles, you can add them in theme options Styling Options -> Custom CSSFor the ids simply go wih chrome or firefox browsers and inspect element, it's the easiest way.ThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicySam repliedApril 14, 2014 at 5:52pmI tried to figure out the elements but it did not work out. I hoped you could tell me the element/class I should use for the css code...Sam repliedApril 25, 2014 at 5:48pmCould you assist me on what elements I have to classify?Kind regard, Sam 1,974Support repliedApril 25, 2014 at 9:06pmHi Sam,Try to remove the comments entirely.go to comments.php in the theme folder and replace the whole content with empty php tags: <?php ?>ThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi there
I would like to remove the comment section on a blog entry completely. It should not take up any space so the footer will be closer to the blog entry, see the attached picture.
Thanks in advance for your kind support.
Regards, Sam
Hi Sam,
The file to change in this case is comments.php in our theme folder.
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks for your answer. Isn't it possible to remove it with a css code like
element.classname {visibility: hidden;} ((will keep the space))
or
element.classname {display:none;} ((will remove the space))
I would need to know the elements or classnames, if possible.
Regards, Sam
Hi Sam,
Whatever it works, you want to disable the comments entirely, the code is the safest way.
If you want to use CSS styles, you can add them in theme options Styling Options -> Custom CSS
For the ids simply go wih chrome or firefox browsers and inspect element, it's the easiest way.
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I tried to figure out the elements but it did not work out. I hoped you could tell me the element/class I should use for the css code...
Could you assist me on what elements I have to classify?
Kind regard, Sam
Hi Sam,
Try to remove the comments entirely.
go to comments.php in the theme folder and replace the whole content with empty php tags: <?php ?>
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy