Maybe your template use filters to display comments and pingbacks separately and this causes this type to not be displayed.
Search for wp_list_comments in your template code. If it uses "type=comment", change this to "type=all" to display all types of comments.
This was solved for me.
Greetings.