Hi,
Please provide the URL where we can see the issue.
Thread Starter
Lauren
(@oncecoupled)
Sure, you can see it here: https://wol.ocsite.dev/turnip-cake-lo-bak-go/#respond
The pop-up login is “dev” and “1nceCoupled”.
Hi,
Use this CSS code:
div#respond.wp-block-post-comments-form {
display: none;
}
Insert the code in the “Custom CSS code” textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Thread Starter
Lauren
(@oncecoupled)
Sorry, I should have been more clear with my question: Is there a fix to replace, not duplicate, the comment form? I’d prefer not to use CSS to hide a bug.
Will a future release fix this?
Additionally, I’ve emailed your development team about a paid project. Can you check with them about whether they’ve received that, assuming you’re still taking on custom projects?
Hi,
You should check and fix this in the Theme Editor settings.
Hiya! Can you be more specific? The Site Editor has the comment form block and then it has the comment template block. I thought your plugin replaced the comment form with yours. Is that not how it works?
Thread Starter
Lauren
(@oncecoupled)
Hello, I’m sharing a screenshot of my setup, just to demonstrate that there’s no duplicate blocks in my template editor: https://ocl.ink/i/eWgkh2
Thread Starter
Lauren
(@oncecoupled)
Fixed this by using the wpDiscuz comments block and no native blocks. That block outputs both the comments and the form, unlike the native blocks. It’s not totally clear, but it works!