This topic has 11 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #142294
     sonicht2
    Participant
    COPY CODE
    <span lang="en">Good evening,
    I would like to remove the name field.
    Could it be possible?
    Thanking you.</span>
    #142380
     Laura
    Moderator

    Hello, buddypress will ask it at The registration Page. Do you want to hide it from modal or at The registration Too?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #142427
     sonicht2
    Participant

    Hello, I want to remove the name field on the registration page and the profile tabs page.

    #142633
     Laura
    Moderator

    Hello, you cannot remove it from registration but you can hide it with css from profile.
    Because buddypress needs that fields to work, but with some css you can hide it, i can do that if you can share access 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #142736
     sonicht2
    Participant

    Hello, agree to hide it.
    Could I have the code?

    #143058
     Laura
    Moderator

    Hello, i will need access to your wp admin, and i can just hide the profile one

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143751
     sonicht2
    Participant

    Hello,
    I give you the login: khmou
    Password: dgix@BPtgBfzc#IOs%VhAcOj

    #143852
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    dt.bp-field-name.bp-field-id-1 {
        display: none;
    }
    dd.bp-field-value.bp-field-id-1 {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143872
     sonicht2
    Participant

    Thanks, it works on the profile tabs page.
    And for the registration page?

    #144068
     Laura
    Moderator

    Hello, you cant hide that as its needed in order to work. You could change Name for Nickname at Users > Profile fields

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #144332
     sonicht2
    Participant

    Hello, thank you for your reply. Everything works now.

    #144526
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?