BuddyDev

Search

[Resolved] Member Types plugin – Checkboxes and Radio buttons

  • Participant
    Level: Initiated
    Posts: 4
    Marko Zirdum on #32982

    Hi guys,

    Check boxes and radio buttons are off in registration form.

    I’d like to send screenshoot but is not possible here.

    Looking forward to hear from you.

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #32983

    Hi Marko,
    Welcome to BuddyDev forums.

    Please use an image sharing service like

    https://prnt.sc/
    https://snipboard.io/
    https://imgur.com/

    to post the screenshot and share.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 4
    Marko Zirdum on #32984

    Hi, thanks for super fast reply

    please find screenshoot here, https://prnt.sc/ube3ou

    red framed one is from “Member types plugin” the other one is buddypress default

    cheers

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #32985

    Hi Marko,
    Thank you for the prompt reply.

    I can see the issue with css spacing.

    Please link me to your registration page( please use private reply option below if not comfortable sharing the url) and I will provide some css.

    It is due to our markup being different from default BuddyPress.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 4
    Marko Zirdum on #32986
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #32987

    Hi Marko,
    Thank you.

    The problem is Youzer. They write unnecessarily specific css and that’s causing it.

    I have copied their css and specified member types specific selectors.
    Please visit Dashboard->Appearance->Customize->Additional CSS and add these

    
    .youzer .field_type_membertypes p.description {
        margin-bottom: 15px;
    }
    
    .field_type_membertypes label {
        color: #929292;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        margin-right: 20px;
        display: inline-block;
    }
    
    .field_type_membertypes input[type="checkbox"] {
        margin-right: 7px;
    }
    
    

    That should make it look good with youzer.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 4
    Marko Zirdum on #32988
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #32989
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 4
    Marko Zirdum on #32990
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #32991

    You are welcome.

The topic ‘ [Resolved] Member Types plugin – Checkboxes and Radio buttons’ is closed to new replies.

This topic is: resolved