Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Account Details Profile Details Merging

Viewing 7 replies - 1 through 7 (of 7 total)

  • Henry Wright
    Moderator

    @henrywright

    You should be able to log in to the WordPress admin area > Users > Profile Fields and then drag the Account Profile fields to the Account Details group.


    metalhead
    Participant

    @aaronthomas1979

    I appreciate your effort, but things like username, email address, and password, are simply not in the profile fields editor; there is no re-arranging them. I wish it was that easy though! That would be nice! This is definitely going to take some php and/or css editing.


    danbp
    Moderator

    @danbp

    Hi,

    here a CSS trick which let you wrap the whole fields into 1 column:
    https://premium.wpmudev.org/forums/topic/buddypress-registration-page-1-column-layout

    Or
    could be made with this premium plugin: https://buddydev.com/plugins/bp-ajax-registration/

    Or
    manually by coding your own reg template
    https://buddypress.org/support/topic/changing-the-layout-of-the-registration-page/


    Henry Wright
    Moderator

    @henrywright

    I see what you mean. You need username etc to be editable? That’s not possible out-of-the-box. It would require some custom coding or perhaps a plugin if you can find one.


    metalhead
    Participant

    @aaronthomas1979

    Thanks very much guys!

    One last question: If I go for the css trick, which css file is associated with register.php?

    I have a child theme, and I tried adding the code to the .css file in the root of the child theme folder, but that didn’t work.


    danbp
    Moderator

    @danbp

    Hi,

    have you correctly set up the child theme ?
    You can test the CSS by adding it directly to your theme csss file (just while testing). If it works there, it should work in the child. If not, you have a problem with the child.

    It could also be that you use a theme who give you the opportunity to add custom css via the theme settings page. If it is the case, you add the css there.

    You can also try by adding !important to each rule. Ie. font-size: 15px!important;


    metalhead
    Participant

    @aaronthomas1979

    Thanks again, this is working great! Problem solved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Resolved] Account Details Profile Details Merging’ is closed to new replies.
Skip to toolbar