A feature I have had in the previous version. This is gone with the update.
I have a basic form with following fields.
- Comment
- Name
- Website
- Checkbox
- Submit box
I want fields 2-5 to be hidden until I click into the comment filed. Have searched through all settings, but can't find the switch to enable it. Hope this can be done in 7.0.0!?
Another small question: I tried to place the a custom CSS in the settings to change the min-height of the comment field to 100px but can't get it working. Can you help me with the right code?
Hi @hatschiii,
wpDiscuz has never had option to hide any field in comment form. There was no such an option in old wpDiscuz and there is no such an option in current wpDiscuz 7. I'm sure, you have some custom code (CSS or JS) which was doing that. So your custom code doesn't work for wpDiscuz 7, this is the problem. There is no problem in the plugin.
Another small question: I tried to place the a custom CSS in the settings to change the min-height of the comment field to 100px but can't get it working. Can you help me with the right code?
Please let me know, what do you mean saying "comment field"? Is this the main comment content field?
Hi Tom,
haven't had a custom code before... Just wondering, maybe my theme was doing this by default.
However, isn't this a feature for a future update? 😉
Yes, I mean the main comment content field.
Great! This would be amazing because it saves space. In most cases (views) the user don't place a comment, so he just need to see that there is a possibility to place a comment, not all the other field which could be much more than my ones.
Any hint how to set 'min-height: 100px;' to the default comment field? I tried so many css classes... but can't find the right three in teh forrest 😉