Notifications
Clear all

WP Discuz Form visibility

2 Posts
2 Users
0 Likes
2,290 Views
(@lederstatter)
Member Customer
Joined: 6 years ago
Posts: 3
Topic starter  

Hello,
the usual behaviour of the WPdiscuz form is to only show the comment field. Then, when a user clicks into the field, it expands and also shows other user input fields.

What I would like to have is, that the form is already expanded, showing all text fields right from the beginning.

Could you please tell me how to do that? I can hack the walker file or the CSS file, if necessary.

Thank you and kind regards
Michael


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4171
 

You can use this css code. Put it in Dashboard > Comments > Settings > Styling > “Custom CSS Code” textarea, then save, delete cache and do CTRL+F5 on front-end:

#wpcomm .wc-form-footer {
    display: block !important;
}

   
ReplyQuote
Share:
Scroll to top