Replies
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- Brajesh Singh on January 8, 2018 at 9:39 am 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.
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.pngBut 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
BrajeshHi 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- Brajesh Singh on January 7, 2018 at 11:19 pm in reply to: Modify visibility of Existing Profile Tab (in buddypress profile ) #12747
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 - This reply has been marked as private.
- Brajesh Singh on January 7, 2018 at 5:02 pm in reply to: [Resolved] Buddypress – How to Hide / Restrict Primary Name field? #12743
Thank you.
- Brajesh Singh on January 7, 2018 at 4:59 pm in reply to: [Resolved] Adding a gallery automatically on post creation #12742
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.
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- Brajesh Singh on January 6, 2018 at 8:50 pm in reply to: [Resolved] Adding a gallery automatically on post creation #12733
sure, I am looking forward to it 🙂