Hi Davidyv,
You can make “see the comments” will be folded, please do as following:
– Open the file “total.php” in the folder “components/com_jacomment/themes/default/html/comments/”, then replace this line code:
<h2 class="componentheading"><span id="jac-number-total-comment"><?php echo $this->totalAll; ?> <?php if($this->totalAll > 1){echo JText::_("Comments");}else{echo JText::_("Comment");}?></span>
To
<h2 class="componentheading"><span id="jac-number-total-comment" onclick="foldedComment()"><?php echo JText::_("See the comments"); ?></span>
– Open the file “ja.comment.js” in the folder “componentscom_jacommentassetjs”, then define the “foldedComment()” function to fole and unfold the comments zone.
Good luck!