Replies
- Brajesh Singh on May 13, 2025 at 3:38 pm in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55366
Hi Claire,
Welcome to BuddyDev support forums.I am sorry, this does not seem related to BuddyPress User Profile Tabs creator pro plugin.
Are you trying to customize user’s BuddyPress profile tabs or their bbPress forum profile tabs?
Please help me understand and I will assist.
Regards
Brajesh Hi Earl,
Thank you for using MediaPress.I have tested it and I see the issue. For me, the single sitewide gallery page is working but the archive is not working.
Please allow me 24 hours to investigate further and get back to you.
Regards
Brajesh- Brajesh Singh on May 11, 2025 at 3:02 am in reply to: [Resolved] Members page count doesn’t match what’s listed #55362
Thank you. I am glad it helped and you were able to resolve the pagination on your own.
Regards
Brajesh - Brajesh Singh on May 11, 2025 at 3:02 am in reply to: A way to see profile visibility settings for a member? #55361
Hi,
Thank you for the questions and the response.
As I understand, your issue of seeing the value is solved.For the second question, the plugin does not provide any notification when a user changes their profile privacy settings.
Regards
Brajes - Brajesh Singh on May 9, 2025 at 6:32 pm in reply to: Mediapress cover photo upload not saving #55355
Hi Kim,
Thank you.
I am glad you found the issue. I am sorry that I did not consider moderation as one of probably causes. Thank you for sharing it.About your other question:- There is no specific integration to message. It could be used as normal image link/url but there is no specific integration.
Regards
Brajesh - Brajesh Singh on May 9, 2025 at 6:28 pm in reply to: Buddypress Featured Members creates conflict with BuddyPress Member Type #55354
Hi Stephanie,
I am sorry, i could not update earlier. I will push an update by Monday.Regards
Brajesh - Brajesh Singh on May 9, 2025 at 6:28 pm in reply to: [Resolved] Members page count doesn’t match what’s listed #55353
Thank you for the details.
Please use the following css.
#members-all .count { display: none; }
Let me know if it worked or not?
Regards
Brajesh - Brajesh Singh on May 6, 2025 at 11:26 am in reply to: [Resolved] Members page count doesn’t match what’s listed #55348
Hi La,
Thank you.
Using the css to hide count is a better and simple option here.Are you using BP legacy or BP Nouveau template pack?
Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on May 6, 2025 at 11:25 am in reply to: [Resolved] Critical error when I Customize Community Pro Theme #55347
Hi Paul,
Thank you for your patience with us.
I am glad you were able to find the conflicting plugin and resolve it.
For the sake of notes, The theme does not modify any shortcode.Would love to know what was causing it if you are comfortable sharing it.
Regards
Brajesh - Brajesh Singh on May 5, 2025 at 5:42 am in reply to: [Resolved] Members page count doesn’t match what’s listed #55341
Hi,
Thank you for the question.You are right about the count. BuddyPress uses separate query for the total count and the members directory user listing.
That makes it complicated to have synchronized counts.
There is a solution by filtering
bp_core_get_active_member_count
and removing the no. of excluded users count from it but it is not a good solution.Can you share e your code here or pastebin, I may be able to assist by providing code for count synchronization.
Regards
Brajesh