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: 25394
    Brajesh Singh on in reply to: Styling forms #12758

    Hi Tristan,
    The theme is test for compatibility with Maximus Builder(which is based on Divi Builder 1.3.x).

    Still, Any theme will work with Divi Builder.

    You have provided me access to the site, please allow me 30mins-1 hour to check/update a few things on site and it will work.

    regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Styling forms #12754

    Hi Tristan,
    The code for loading custom.css is in our chi9ld theme.

    You can download the child theme from here

    https://buddydev.com/members/tristangardner/membership/themes/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] BP Featured Members Avatar Size #12752

    Hi Nick,
    We changed

    
    
    <?php bp_member_avatar(); ?>
    
    

    to

    
    <?php bp_member_avatar( bp_fm_get_avatar_args() ); ?>
    

    In the template file.

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Display Members Directory as list #12751

    Hi Keith,
    I am sorry but the list layout is not available as part of 1.x.

    We have it available in 2.0
    https://i.imgur.com/ZlmNPRU.png

    But that will be atleast 2-3 weeks from now when we release it.

    In the current version, if you select the list layout, It will simply change the grid to 1 column per row.

    Adding profile fields is easy. There are 2 ways to do it.

    1. By overriding the member list template. It gives you more control.
    2. By putting the code in functions.php (a little bit less flexible).

    Which approach will you like to use?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Styling forms #12750

    Hi Tristan,
    I am sorry for the trouble.

    Can you please very that the child theme is active. I checked on the site but I don’t see the css file loaded(custom.css) and I have no other way to know if child theme is active.

    PS:- Are you using our child theme example as a starting point or is it your own complete new child theme?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Slim,
    Please upgrade to 1.0.3
    https://buddydev.com/plugins/buddypress-user-profile-tabs-creator-pro/

    I have added support for Friends, Followers, Following visibility level depending on whether Friends component is enabled and the BP Follow plugin is active.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Styling forms #12745
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25394
  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi George,

    you can use

    
    if( function_exists('mediapress') ) {
    // 
    }
    
    

    to check if MediaPress is active.

    To mark a gallery as global shared, you can do the follwoing

    
    mpp_update_gallery_meta( $gallery_id, '_mpp_is_all_upload_allowed', 1);
    
    

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Styling forms #12735

    Hi Tristan,
    Welcome to BuddyDev Forums.

    Can you please provide me a link to your site? That will allow me to assist you better.

    Thank you
    Brajesh