[Resolved] Is there a way to only add 'name' to comments?

Home Forums Support [Resolved] Is there a way to only add 'name' to comments?

Home Forums Support Is there a way to only add 'name' to comments?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #595120
    Ilse Turnbull

    I’ve unchecked ‘name, and email’ for comments. But I would like to have people’s names filled out, is there away to do this?

    #595634
    Leo
    Staff
    Customer Support

    Hi there,

    I think we could try enable names and e-mails then hide the e-mails field with CSS.

    Can you link me to the page in question?

    #595652
    Ilse Turnbull

    Here is one of the pages. It seems I’ve lost a lot of my formatting too. I use the Exhibit theme, generate press is inactive, should I have left that activated? I thought if I use a child theme my formatting would stay when the site is updated???

    https://kenscritters.com/black-bear-and-raccoon/

    #595693
    Leo
    Staff
    Customer Support

    Try this CSS:

    .comment-form #email {
        display: none;
    }

    Not sure what you mean by lost your format? The child theme should link to the parent theme.

    #595884
    Ilse Turnbull

    Figured out the formatting problem, gp premium was deactivated, all sorted out now.

    For the css – where would I put that?

    #596041
    Leo
    Staff
    Customer Support
    #596066
    Ilse Turnbull

    It doesn’t display the email, like I wanted so that worked fine, however, it throws an error message – Please fill out required fields- email, name.

    It’s not a huge deal. Thanks.

    #596074
    Tom
    Lead Developer
    Lead Developer

    You should be able to make it so the email isn’t required in “Settings > Discussion”.

    #596093
    Ilse Turnbull

    As far as I can tell there is only a spot to either have the email and name together or not at all.
    Not sure why they did it that way.

    #596106
    Leo
    Staff
    Customer Support

    Looked this up a bit and don’t think there is a way.

    They did this to reduce spammers I think.

    https://codex.wordpress.org/Settings_Discussion_Screen

    #596114
    Ilse Turnbull

    Not to mention it would be nice to get rid of the website field as well. Seriously, wordpress should know better than this.

    #596115
    Ilse Turnbull

    Thank you for your time. What a pain. And then they add in the website, why????? Probably time for a break, me thinks.

    #596120
    Leo
    Staff
    Customer Support

    Might be worth starting a topic with WordPress support to see if there is a way:
    https://wordpress.org/support/

    Glad we could help!

    #596145
    Ilse Turnbull

    Thanks. I think I’ll do that. It should be an option, and it can’t be that hard to add it to the core..
    Thanks for your help

    #596167
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.