Hi there.
I was a big fan of this plugin but you made some bad moves. with an update by default all these things pop up on the screen which i didnt ask for. I had to turn them all off. The dark theme comment form looks awful on a dark website. You dont give many options to improve the color scheme. I would prefer to have the old look back. I would happily continue using your plugin if that was possible
Also its standard in wordpress to have 'leave a comment/reply' above the comment form. There does not seem an option to enable/disable this. I read in another topic that 'this is the new look'. Youre going all windows 8 on us now? All about looks and ignoring customer feedback?
Hi @dbea3059,
with an update by default all these things pop up on the screen which i didnt ask for. I had to turn them all off. The dark theme comment form looks awful on a dark website. You dont give many options to improve the color scheme.
Please provide more information. What exactly you'd like to change?
Also its standard in wordpress to have 'leave a comment/reply' above the comment form. There does not seem an option to enable/disable this. I read in another topic that 'this is the new look'. Youre going all windows 8 on us now? All about looks and ignoring customer feedback?
You can add it back very easy, putting this hook in the WordPress active theme functions.php file or using other custom code inserting solutions:
add_action('wpdiscuz_comment_form_before', function() {
echo '<h3 style="max-width: 750px;margin: 0px auto;">' . __('Leave a Reply', 'wpdiscuz') . '</h3>';
});
Ok a list of things that would help me and my site. (shvideos.net)
1. Option to change color of the "user and log out" text in top right corner of comment form (when logged in). My site theme is black with red text everywhere. blue text just clashes.
2. Option to hide the advanced tools, images options under the comment form.
3. Option to change background colour of text field (where people type their comment. The new dark mode looks odd to me. (To make it easier why not add the choice 'classic' in the style options for anyone wanting to continue with the old look.)
4. maybe add a toggle option in the menu so people can quickly choose to hide or show the 'Leave a Reply' header. (Your proposed solution of editing theme files in html might put off some users)
5. New features like the comment bubble should not appear automatically after an update. People have many plugins so they might struggle to work out what plugin caused that change. People often update their plugins at the same time.
Again i should say the plugin has been great for my site. i installed it 2 years ago because i wanted to imitate the look of the youtube comment form. This new update seems to be departing from that look.