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.
Hi @tonybrasunas,
This kind of issue is usually caused by either conflict with other plugins or the active theme.
Please deactivate the plugins/theme one by one and check after each deactivation to find the problem maker.
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.