Hi. I can't make the plugin to work 🙁
This is what I see instead of Discuz's comments box:
Can you help me out?
Please check each point mentioned in this doc and leave some feedback for each one: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/missing-comment-form/
Hi,
I tried disabling all plugins and it didn't work.
Jetpack comments are disabled:
Elementor Facebook widget is not connected:
I checked and re-checked and don't have comments enabled anywhere else (except for Wordpress settings):
I made sure that the Default Comment Form is enabled for the post types that I am interested in (posts mainly):
Comments are enabled for the post:
It is not about custom post types (I use LearnDash, those post types are enabled. standard blog posts don't show the comments.)
I use Elementor and the template is Vantage.
Hi. Here:
https://www.teachmeprezi.com/difference-between-prezi-and-prezi-video-part-2/
Thanks,
Pablo
Hi. comments_template seems enabled:
admin@******:~/*****************/public_html$ grep comments_template */*
wp-includes/comment-template.php: * The `$file` path is passed through a filter hook called {@see 'comments_template'},
wp-includes/comment-template.php:function comments_template( $file = '/comments.php', $separate_comments = false ) {
wp-includes/comment-template.php: $top_level_args = apply_filters( 'comments_template_top_level_query_args', $top_level_args );
wp-includes/comment-template.php: * Filters the arguments used to query comments in comments_template().
wp-includes/comment-template.php: $comment_args = apply_filters( 'comments_template_query_args', $comment_args );
wp-includes/comment-template.php: $include = apply_filters( 'comments_template', $theme_template );
We see the Facebook comment system installed on your website.
Yes. I started the post with a screenshot showing that.
Would you fix it for me for a fee?
This is from the theme:
image.php: <?php comments_template(); ?>
page.php: <?php comments_template( '', true ); ?>
single.php: <?php comments_template( '', true ); ?>