• Resolved Peter

    (@pijag)


    Hi,
    after switch to v7 I can’t set two things which were already set in version 5 in my case.

    1. “Add comment” text before the comments section has disappeared and I don’t know how to restore it (I do not see this option in the settings of the forms or anywhere else)

    2. In the previous version, the email address field was invisible because I need it so.
    You gave me the css code for this at this forum, but now the same code is not working anymore – the email field is still visible in comments forms

    Thanks in advance for any help

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi @pijag,
    Please see my answers below:

    1. “Add comment” text before the comments section has disappeared and I don’t know how to restore it (I do not see this option in the settings of the forms or anywhere else)

    We have a FAQ topic about this. There is an easy instruction how to add it back: https://wpdiscuz.com/community/f-a-q/display-leave-a-reply-comment-header/

    2. In the previous version, the email address field was invisible because I need it so. You gave me the css code for this at this forum, but now the same code is not working anymore – the email field is still visible in comments forms

    First make sure the Email Field is not set required in the wpDiscuz > Form > Edit Form settings:

    2020-06-05_2205

    Then use this CSS code:

    #wpdcom .wpd-form-row .wpdiscuz-item input[type=email]{display:none;}

    Thread Starter Peter

    (@pijag)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2 elements missing (v5 to v7)’ is closed to new replies.