Another mechanism for On-page Comments is to create a style called 'Comment' and in the Website Code (head), add:
Code:
<style>
.Comment {  display: none;
}
</style>
Acorn