I've just installed and set up WPDiscuz. Everything is configured properly as far as I can tell. I followed the documentation closely. Past comments appear, formatted by WPDiscuz.
The comment form shows up, the avatar is there, but the textarea for new comments has a `display:none` style applied to it that prevents everyone from adding new comments.
@asti Thanks for the response. I've disabled all plugins that have anything to do with comments. Still it doesn't appear. What could be adding this display:none inline style rule? It seems it must be inside the wpdiscuz code, as no plugin or theme would identify this specific #wpd-editor-wraper-0_0 element like this.
When I manually add an override in the CSS to set display:block !important on the #wpd-editor-wraper-0_0 element, I get this. The rich text editing doesn't show up, and instead a bunch of tiny inputs are there beneath the textarea.