Good Morning,
Thanks for that, I ended up changing the following:
<?php if ( ot_get_option('page-comments') == 'on' ) { comments_template('/comments.php',true); } ?>
to
<?php comments_template('/comments.php',true); ?>
And that has now got them all working.
Thanks again for your assistance.