Hello,
I unclicked field is required for email, but it does not work. Your script doesn’t produce dummy email for commenters like before. A bug?
You told me:
For further support please register and open a support topic at gVectors.com support forum.
So how to hide it?
Thanks.
Hi Haobo Hu,
you'd like to disable email field or set just set this field as none required?
Hello,
I would like to hide/disappear the email field.
Thank you for the advice.
Haobo Hu,
There is no option for disabling it. I suggest you use the following CSS code.
#wpcomm .wpdiscuz-item:nth-child(2){
display: none !important;
}
Please navigate to Dashboard > Comments > Settings > Styling admin page, put it in "Custom CSS Code" textarea. Save it delete all caches do CTRL + F5 on frontend.
Sorry, the email input still appears.
Why not making a "enable" switch, like "Web"?
And if I look into the code, when setting email "not required":
<div class="wpdiscuz-item wpd-has-icon">
<div class="wpd-field-icon"><i class="fas fa-at"></i></div>
<input value="" required="required" class="wc_email wpd-field" type="email" name="wc_email" value="" placeholder="邮箱">
You can see your code: required="required"
Perhaps that is the bug source?
Could you please leave your website URL?
Could you please leave your website URL?
pm
Thank you!
Hi Haobo Hu,
Please use this CSS code:
.wpd-has-icon:nth-child(2){
display: none !important;
}
Don't forget to delete all caches and do CTRL + f5 on the frontend.
I will say same error/bug:
There is another issue, we'll fix it on next update.
Thank you for the code, it works!
BTW: will you make a "enable" switch in the next update?