Replies
Hi,
I am sorry for the trouble. It seems it was caused by non unique circle ids array.can you please upgrade to 1.0.8 and let me know if it works or not?
Regards
Brajesh- Brajesh Singh on April 27, 2020 at 12:09 am in reply to: BuddyPress Member Types Pro: no list in directory etc. #29296
Hi,
Thank you for the patience.Please upgrade to 1.4.1
It adds the support for redirecting users on their first login to a different location. You can configure it on edit member type page and when a user logs in for the first time, they will be redirected to that url.To answer your other question, No, this plugin does not allow having different label for member type values.
Regards
Brajesh Hi,
Please visit Dashboard->Settings->BuddyCircle and make sure you have atleast 1 role selected in who can create circle option.This happens when there are no roles selected. I will make sure to cast to empty array in future release.
For now, selecting any role will fix it.Regards
Brajesh- Brajesh Singh on April 26, 2020 at 5:19 pm in reply to: How do I increase the size of images and video in the lightbox? #29291
Hi Shannon,
Please use the following css and adjust the vh as needed.mpp-lightbox-with-comment-media-container .mpp-lightbox-single-photo img { max-height: 90vh; }vh stands for viewport height.
Regards
Brajesh Hi Jonathan,
Hope you are doing well.Please upgrade to 1.6.1 . You can use the “Recent Visitors” widget to show the visitors of logged in user.
Regards
Brajesh- Brajesh Singh on April 26, 2020 at 4:57 pm in reply to: Auto refresh page after upload media in the gallery or get info that is finished #29289
Hi Shannon,
I will share an example.I am using wp_footer to add the js code but you can put it in your theme’s js as well.
add_action( 'wp_footer', function(){ ?> <script type="text/javascript"> if( typeof jQuery !== "undefined" ) { jQuery(document).on('mpp:uploader:upload:complete', function () { alert( "All files uploaded."); }); } </script> <?php } );This will show an alert to the user when all uploads are complete.
Regards
Brajesh - Brajesh Singh on April 26, 2020 at 4:32 pm in reply to: [Resolved] Need some help with CSS and the Community Builder Pro #29287
Thank you Jay.
I am glad it worked.
Regards
Brajesh - Brajesh Singh on April 26, 2020 at 4:31 pm in reply to: [Resolved] Recent Visitors For BuddyPress Profile -> Tab in Profile #29286
Hi,
Please upgrade to 1.6.1 and use the following code/** * Show for other logged users. */ add_filter( 'rv_show_visitors_component', function () { return is_user_logged_in(); } );That will enable visitors component on other user’s profile too.
Regards
Brajesh Hi Andres,
Thank you.I checked and this is a common issue with BP Nouveau template pack(which is used by BuddyBoss too).
We are relaying on the template pack for the activity list as well as commenting/favouriting. It seems that nouveau needs a different structure.
I will explore it to provide a solution. It will take around 2 weeks before I am able to work on it though.
Regards
Brajesh- Brajesh Singh on April 26, 2020 at 5:54 am in reply to: [Resolved] Click image in Gallery Lightbox – change to navigate Next? #29281
Thank you.