Hi@alex1111,
Please clarify a bit what kind of issue have you faced. In case the wpDiscuz form is missing, just use the shortcode below:
<!-- wp:post-comments /-->
Click on any of the posts at https://sharonmurphy.net/
I notice this in a completely brand new install of WordPress using Twenty Twenty-Three Theme as well.
Ok, I believe that is WordPress doing that. As I mentioned earlier, I created a clean install at https://sharonmurphy.net/test to verify this behavior. The default single post that's generated upon installation does not show the wpDiscuz form by default. I went into the Single template and replaced the Comments block with your shortcode as recommended. The same display errors are happening.
https://sharonmurphy.net/test/2022/11/21/hello-world/
This is the default behavior of WordPress's new Twenty Twenty-Three theme, not something created based on content added or any code customizations.
here's the complete set of CSS to add to the site or your theme:
#wpdcom .wpd-form-foot p {padding-bottom:1px;} #wpdcom p {padding-bottom:1px;} #wpdcom br{content:' ';} #wpdcom br:after{content:' ';} #wpdcom p:empty {display:none;} #wpdcom .wpd-form-foot p{margin:0;} #wpdcom .wpd-form .wpdiscuz-textarea-wrap [id^=wpd-editor-wraper] p:first-child {display:none;} .wc-field-submit p {display:flex;align-items:center;} #wpdcom .wpd_label {margin:0;} #wpdcom .wpd-prim-button {padding-top:5px;padding-bottom:1px;}