BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Block website tools for getting indexed #48026

    Hi Daniel,
    You are welcome.

    I hope you find a solution.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    Hi Daniel,
    Thank you for the question.
    I don’t have a proper solution as there are too many !important rules used.
    Here is a temporary solution.

    
    .password-input-wrapper input {
       max-width: 285px;
    
    }
    

    That should help align it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Blog creation form does not show up? #48024

    Hi,
    Since you have selected a Page as the create/edit screen, Please copy the shortcode below that setting and put in in the page.

    Alternatively, you can just leave the page selection setting to empty and the form will be visible on your profile.

    Please give it a try and let me know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    Hi Luke,
    Welcome to BuddyDev support forums.

    Please link me to a screenshots showing the Tab configuration and I will assist. I am assuming it is related to tab configuration.

    Thank you
    Brajesh

    PS:- You may use a free service like imgbb.com to upload and link to screenshots.

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Contact Form CSS #48012

    Hi John,
    I had a look at compatibility with Youzer for BuddyBlog Pro.
    Here is how the form is looking to me.
    https://i.ibb.co/ngXBKcY/Selection-039.png

    I do see that it is very different from your screenshot. Do you have a staging site? Please provide me access to it to help you with it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Contact Form CSS #48011

    Hi John,
    Thank you for your patience.

    Here is a css snippet I am using for the cntatc form compatibility

    
    #youzify .bp-user-contact-form label {
        display: block;
        margin-bottom: 1em;
    }
    
    #youzify .bp-user-contact-form label input,
    #youzify .bp-user-contact-form label textarea {
        display: block;
        margin-top: 5px;
    }
    

    and here is how it looks.

    https://i.ibb.co/xJ0msd6/Selection-038.png

    Does this snippet work for you? If not, Do you have a staging site? Please link me and I will update the snippet.

    I am also going to post for BuddyBlog in next couple of hours.

    Regards
    Brajesh

    P.S: – In next version of Contact form, we will have the css included and no need to do anything in future.

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: [Resolved] Badges shortcodes not working #48010

    Hi Mendy,
    Hope you are doing well.

    We have updated the plugin and release BuddyPress User Badges v 1.2.5. It will use the new BuddyPoss template experience out of the box.

    Please update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: buddypress clear notifications throwing PHP warning #48009

    Hi Matt,
    Thank you for your patience.

    There is a bug in BuddyBoss causing this

    Here is the where the bug is
    https://github.com/buddyboss/buddyboss-platform/blob/release/src/bp-notifications/bp-notifications-functions.php#L215

    The bug is that instead of collecting the rendered data as array they are mutating it.

    Here is how BuddyPress handles the same.
    https://github.com/buddypress/buddypress/blob/master/src/bp-notifications/bp-notifications-functions.php#L243

    Please report the bug to BuddyBoss team. They should be able quickly fix it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Blog creation form does not show up? #48008

    Hi,
    Thank you for using BuddyBlog Pro.

    1. Have you create a form and added custom fields to it?
    2. If yes, in the Dashboard->BuddyBlog->Settings-> Post Type screen, In the “Create” section, you have 2 options.
    Selecting the form and using it on profile or using the form on a standard page, which option have you selected? Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    Hi Jen,
    Hope you are doing well.

    Thank you for the patience.

    Please upgrade to BuddyPress Editable Activity 2.0. It will work properly with your theme.

    Regards
    Brajesh