• Is it posiblie to display comment text field without having to click on the Join the discussion?

    What I’m trying to do is that when you enter on a page/post and all the text fields are already visible.

    • This topic was modified 5 years, 9 months ago by misstest.
Viewing 1 replies (of 1 total)
  • Plugin Support gVectors Support

    (@gvectorssupportmember)

    Hi @misstest,

    As far as we understand you want to display the footer of the wpDiscuz comment form without clicking on the “Join the discussion” textarea. If yes please put the following code in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea:

    #wpdcom .wpd-form-foot {
        display: block !important;
    }

    Don’t forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Viewing 1 replies (of 1 total)

The topic ‘Display comment text field all the time’ is closed to new replies.