In template-page.php I have code: <?php // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; ?>
Installed wpdiscuz plugin and did the "setup"
What I have on my page is:
By checking the source no .css or .js files are included in the footer from wpdiscuz.
Please provide screenshots regarding those points (those, which can be done). Also, please change the code:
<?php // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; ?>