in the comment-template.php file, please restore this:
if ( is_single() || is_page() )
return;
under this section:
* comments_popup_link() - Displays the link to the comments popup window for the current post ID.
it controls appearance of the comments_popup_link on a single post and page template, avoiding redundancy. Thanks.