After searching around some more, I found the solution to the problem.
paste this code:
<?php comments_template(); ?>
in your page.php after <?php the_content(‘<p class=”serif”>Read More »</p>’); ?>
Then change the settings to allow comments on whichever pages you would like comments to be allowed on.
I also deleted the words “Comments are closed” from the coding.
Hope this helps ??