Replies
- Brajesh Singh on November 14, 2023 at 1:55 pm in reply to: Plugin question in relation to buddypress #50869
Hi Tosin,
I am sorry, I could not afford the time to look into their code.
As from their description, It does apply some indexing to users table.You should probably monitor the queries and see if it help or not.
Regards
Brajesh - Brajesh Singh on November 14, 2023 at 1:46 pm in reply to: Group Tabs dynamic url remove last / #50868
Hi,
Thank you for the question.I am sorry, I am not sure I understand properly.
1. is this your current group? ite.com/groups/demo/
2. In that case, isn’t ite.com/groups/demo-year-1/ a new group and not a sub page of current group?Please help me understand and I will assist you with it.
Regards
Brajesh - Brajesh Singh on November 14, 2023 at 1:43 pm in reply to: Group tabs conditional visibility based on profile field value #50867
Hi,
Thank you for your question.
I am sorry, that is not feasible in our current implementation.Regards
Brajesh - Brajesh Singh on November 14, 2023 at 1:42 pm in reply to: Order Code Get’s Erased Somehow Sporadically #50866
Hi Casper,
Thank you for the question.Is there any chance you are updating your child theme too? That seems the only reason for loss of code from functions.php of the child theme.
Regards
Brajesh - Brajesh Singh on November 14, 2023 at 1:41 pm in reply to: MediaPress Page 2 – 404 not working #50865
Hi Andy,
I am sorry for the delayed reply.The pagination is working fine for me with the FSE theme on latest WordPress and BudyPress.
For demo, I used the following code to set pagination to 2 per post.
add_filter( 'mpp_main_gallery_query_args', function ( $query ) { $query['per_page'] = 2; return $query; } );Please take a look.
https://www.youtube.com/watch?v=rWifCPZGBgsPlease try disabling some plugin and see if it is some kind of conflict.
Regards
Brajesh Hi Megan,
Welcome to BuddyDev.BuddyBoss profile fileds are same as BuddyPress Xprofile fields. They have just changed the label to profile from xprofile.
If you have seen snippets allowing you to add xprofile field on card, it should work in similar ways!
Regards
Brajesh- Brajesh Singh on November 8, 2023 at 11:02 pm in reply to: MediaPress Page 2 – 404 not working #50844
Hi Andy,
Thank you for reporting the issue. I checked your site and seems the pagination does have issue.Please allow us to investigate and get back to you in next 24 hours.
PS:- I am assuming you are using 6.3 not 4.3
Regards
Brajesh Hi,
Thank you for the questions and reporting the issue.
I am sorry for the late reply.1. At the moment, for changing the default for all galleries is doable via child theme. We need to override the thumbnails in child theme. It is same process as explained for icons.
https://buddydev.com/mediapress/mediapress-basics/overriding-mediapress-activity-upload-icons/
The issue with Thumb:- Which theme/template pack are you using? The issue seems to be related to not using the thumbnail and using css to set width. It is not done by MediaPress. If you can point me to a page on your site, I can quickly diagnose the issue(It is some css).
Regards
Brajesh- Brajesh Singh on November 8, 2023 at 4:30 am in reply to: [Resolved] auto follow featured members #50840
Hi Tosin,
Thank you for the question.I will suggest adding a check for is_user_loggdin() or when using wp_get_current_user() test if the relevant object was returned before proceeding further.
It should work fine. The count_user_posts is a bit slow and being called for all featured users is a performance penalty.
Overall, the code can be simplified a lot.
Regards
Brajesh Hi Rik,
That would be very strange. I assume there is something causing it on your setup as this is not the expected behaviour.I will suggest disabling custom code/plugins and recheck.
Regards
Brajesh