Dec 14, 2022 8:15 am
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(); ?>
9 Replies
Dec 14, 2022 8:33 am
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.
Dec 14, 2022 8:38 am
No error
WordPress : v 6.0.3
wpDiscuz : v 7.5.1
Dec 14, 2022 8:49 am
editor is display none :
If I disable css display:none :
Dec 14, 2022 9:10 am
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.