I have noticed this issue too.
There is an error in themes/stopdesign/css/comment-hide.css
It reads :
`#hidecomments, #comments, #addcomment {
display:none;
}`
But #comments should be displayed :
`#comments {display: block;}
#hidecomments, #addcomment {
display:none;
}`
Hope it helps