Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello
Unfortunately this link did not help me :Â
https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/missing-comment-form/ Â
My plugin list :
- autoptimize
- duplicate-post
- instagram-feed
- mailchimp-for-wp
- preload-featured-images
- redirection
- rocket-lazy-load
- w3-total-cache
- webp-express
- wordpress-seo
- wp-postviews
- and 2 custom plugins
I also tried deleting all my plugins and keep wpDiscuz.
recaptcha is setting.
My theme is custom and I use this in single.php :
<?php comments_template(); ?>
Â
Â
Â
Â
I can't give you a link. The site is temporarily hosted on my virtual machine. Sorry.
But I can take as many screenshots as you want.
I just solved my problem. In my custom theme :
wp_deregister_script('jquery-core');
it comes from my jquery loading optimization. I unloaded the core jquery and loaded myself another way.