Replies
- Brajesh Singh on February 27, 2019 at 5:22 am in reply to: [Resolved] BuddyPress Xprofile Custom Field Types – Custom post type selector #21136
Hi Torben,
My apologies for not including it ye.
We are releasing an update tomorrow(28th Feb) and It will be part of it.Regards
Brajesh - Brajesh Singh on February 27, 2019 at 5:21 am in reply to: Homepage buddypress activity LOAD MORE button error #21135
Hi Edward,
Most probably they are missing some javascript for pagination.I will suggest checking the console for sent parameters(post rquest) when you click on the load more.
That should give you some idea.
Regards
Brajesh Hi Luigi,
Thank you.
If it is not there, Please create a php file. You can use the following(start with php tag)
https://gist.github.com/sbrajesh/55639df69806b564a9765562a4f40e37as the starting template. Also, Please make sure to remove the code from class-buddypress.php, It should not be modified as the next update of BuddyPress will overwrite it.
Regards
Brajesh- Brajesh Singh on February 27, 2019 at 5:15 am in reply to: BUG REPORT: maximum Upload space per user not working #21133
Hi Christing,
Thank you for reporting.1. Which version of MediaPress are you using?
2. Are you using any of our custom storage plugins(Flexible storage/quota plugin).
3. Please share the debug log from Dashboard->MediaPress->Tools section.The only plausible reason seems either you are using our flexible quota plugin or the plugin is unable to read the file systme(Is it NAS or anything special about storage?).
Please provide the details and I will assist.
Thank you
Brajesh - This reply has been marked as private.
- This reply has been marked as private.
- Brajesh Singh on February 25, 2019 at 8:06 am in reply to: [Resolved] Display problem with BuddyPress extended friendship plugin #21118
Hi Dale,
It is most probably a conflict between our theme and our own plugin.Please allow me to check and get back to you later today.
Thank you
Brajesh - Brajesh Singh on February 25, 2019 at 8:04 am in reply to: [Resolved] Is this a BuddyPress or BuddyDev Community theme issue #21117
Hi Dale,
Thank you for the question.This is a common issue and will be independent of the theme. I will post the reason and solution both.
BuddyPress uses ‘heartbeat’ script as a dependency for loading the buddypress.js file(from theme/legacy pack).
Most of the plugin remove heartbeat by de-registering ‘heartbeat’ dependency.
Since the dependency is not met, the buddypress.js is not loaded and that has been causing the issue.
You can resolve this by telling BuddyPress to not use heartbeat as a dependency by putting this code in bp-custom.php
add_filter( 'bp_activity_do_heartbeat', '__return_false' );After that, clearing cache will make things work.
Best regards
Brajesh - Brajesh Singh on February 25, 2019 at 8:01 am in reply to: [Resolved] xprofile verify if custom field data exist on registration #21116
You are welcome. I am glad it is juseful.
Bet Regards
Brajesh - This reply has been marked as private.