Replies
- Brajesh Singh on July 29, 2020 at 6:33 pm in reply to: [Resolved] BuddyPress Member Types Pro – LernDash Groups Issue #32009
Hi Amir,
I am sorry for the trouble.Can you please tell me the following:-
1. Was it working as expected earlier?
2. if yes, did you upgrade Learndash, theme or some dependency plugin recently?If you can help us understand what triggered the issue, we will be able to resolve it quickly.
Thank you
Brajesh Hi Nelson,
Welcome to BuddyDev forums.You may use MediaPress Local Transcoder to automate it(extraction of image from video) or your users can manually upload cover.
https://buddydev.com/plugins/mpp-local-transcoder/
Regards
BrajeshI See,
It seems you are referring to this lineslug:- It is required. It is the slug of the badge. For Role/Member types based badge, It is the role name e.g “administrator” or the member type name.
Please see the example below that. We haven’t used any encoded quotes in any of the example and if this sentence has caused issue, I am updating it.
Regards
BrajeshHi,
1. Please upgrade to 1.1.8 and it has proper support for BuddyBoss theme
2. slug=”author” is incorrect. It seems WordPress has encoded the quotes. We do not use this encoded quotes. You should use either plain quote(single or double) or no quote at all.
Please link me to the page where you found that encoded entity. I had removed it from our plugin documentation page a few weeks ago.
Thank you
Brajesh- Brajesh Singh on July 28, 2020 at 9:41 pm in reply to: Hide a member type in Profile Search Forms #31996
Hi Ramon,
My apology for missing this topic.1. Please remove the code suggested by Ravi above.
2. Please find out the name(not the label, It is the unique name) for each allowed member types. Let us say, they are ‘student’, ‘teacher’.
We can put the following code in bp-custom.php
/** * Restrict allowed member types in search. */ add_filter( 'bpmtp_profile_search_form_allowed_member_types', function ( $types ) { return array( 'student', 'teacher', //add your own. ); } );Please feel free to add/remove the member types as you please.
Regards
Brajesh - Brajesh Singh on July 28, 2020 at 7:06 pm in reply to: [Resolved] Recent Visitors shortcode creating issues in Blocks #31994This reply has been marked as private.
- Brajesh Singh on July 28, 2020 at 7:02 pm in reply to: Play/pause/volume button does not displays correctly. #31993This reply has been marked as private.
- Brajesh Singh on July 28, 2020 at 6:57 pm in reply to: [Resolved] Buddypress Profile page background color change #31992
Hi Bobwhallz ,
Welcome to BuddyDev.I am sorry, we do not offer support for 3rd party themes for issues unrelated to our plugins.
I will still try to assist you on this assuming you are referring to the free version of Astra.
Can you please share a screenshot and annotate what you are trying to achieve there and which template pack re you using?
I will assist then.Thank you
Brajesh - Brajesh Singh on July 28, 2020 at 6:54 pm in reply to: BuddyPress Activity Shortcode Pagination without refresh #31991
Hi,
I am sorry, the activity pagination does not work without reloading. If you use the “Load More” option, that will work without reloading.Regards
Brajesh - Brajesh Singh on July 28, 2020 at 6:53 pm in reply to: Local Transcoder – Change FFMPEG Path ? #31990
Hi Maurice,
I am sorry but I am not sure what is the issue here. If other plugins are able to use FFMpeg, so should the Local Transcoder.I will suggest uploading a video and trying to convert it/re queue it and then check that video’s file directory. Do you see any error file generated there.
If yes, please share the content.
Regards
Brajesh