Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: New subscriber. Seeking next steps. :) #33007

    Hi Matt,
    Welcome to BuddyDev.
    We hope you will have a great time building communities with BuddyPress.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Olivier,
    Thank you for confirming. I am glad it worked.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Interest in MEDIAPRESS – Questions #33004
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] User can not register #33003

    Hi Anders,

    1. If you do not have a caching plugin, you do not need to do anything.

    2. The profile fields will remain even after deactivating the plugin as they are stored in database. The plugin only provides “types” of the field. If you want to remove them, remove them from the field list.

    As Ravi points out, you issue is related to a required field being hidden/not set. The solution is to try to disable all the required fields and see what happens.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    we have this bug confirmed. we will be pushing an update over the weekend.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] BuddyBlog with BadgeOs #32993

    Hi Adrian,
    I am sorry for the issue.

    the problem is we are using this function

    
    _wp_post_thumbnail_html
    

    for generating the post thumbnail meta box and badge os seems to be hooking to it. Not their fault entirely though as this function is considered private and only available in the admin.

    The solution can be implemented in badgeOS by checking if the get_current_screen exists.

    Another temporary solution is to disable the post thumbnail option in BuddyBlog settings.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    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