how did you resolve it i have now the same problems…
i also have the problem and after changing, also the same problem.
oh i found it… its that easy but to find the api ( get_post_type( $post->ID ) ) it wasnt xD.
as an example:
<?php if( get_post_type( $post->ID ) != 'event' ) : ?>
<div class="news-comment"><a href="#respond-wrap" class="btn"><i class="icon-comment"></i><?php echo __( 'Kommentieren' ) ?></a></div>
<div class="clear_float"></div>
<?php endif; ?>
did you find a solution? i also have this issue which i cant find how to solve it…