Replies
Hi Ralf,
For now, Please feel free to modify the file. I am adding translation support and in future, you can use PoEdit or any other translator to change it.Regards
Brajesh- Brajesh Singh on November 23, 2019 at 10:25 am in reply to: [Resolved] MP Flexible Storage Limit Doesn't work #26687
Resolved in favour of
https://buddydev.com/support/forums/topic/custom-work-request/ Hi Fabrice,
Thank you.I checked and it seems that it will need a lot more time from us to come up with a solution that supports the plugins you are using.
I have issued the refund. Please hcekc.
Regards
Brajesh- Brajesh Singh on November 23, 2019 at 9:45 am in reply to: [Resolved] Branded Login 'get new password' issue #26685
Hi Ralf,
Thank you for the patience.The plugin is showing the notices. If it is not visible on your site, It is most probably because the template_notice hook is missing.
Please see it in action
https://imgur.com/a/8lik43TWill you be able to modify the page template? If yes, we need to put this code
<?php do_action('template_notices');?>That will do it.
Regards
Brajesh Hi,
You may first try changing it using chrome dev toolbar
https://developers.google.com/web/tools/chrome-devtools/cssand later moving that to the Appearance->additional CSS.
Regards
Brajesh- This reply has been marked as private.
- Brajesh Singh on November 23, 2019 at 7:07 am in reply to: [Resolved] Activity Autoloader – mobile? #26680
Hi Vivek,
Currently, the plugin checks if the “Load more” button is near the scroll and triggers a click on it.The scroll function is not throttled and gets call on ever scroll which might not be efficient for mobile devices. That’s why the code was provided.
I plan to add throttling in next update to help improve the performance.
Regards
Brajesh - Brajesh Singh on November 23, 2019 at 7:04 am in reply to: [Resolved] BP Group notifier plugin #26679
Hi Vivek,
Welcome back.I recommend using the BuddyPress Group Email subscription for the mails. It is a good plugin. We don’t have any know issue with it.
Regards
Brajesh - Brajesh Singh on November 21, 2019 at 6:20 pm in reply to: BuddyPress Activity ShortCode – different look than activity itself #26666
Hi Cypx,
Welcome to BuddyDev forums.I am sorry about this but we have a different element naming/classes leading to ti. It was necessary to avoid conflicts with theme’s javascript in the past(Any change in activity stream, used to reflect in sitewide activity causing people issues). So, we changed it and used different naming for the elements.
You will need to copy the activity css from your theme and prefix it with ‘swa-‘ for each selector. Then add that to your Appearance->Customize->Additional CSs.
That should do it(with a few minor extra changes).
Regards
Brajesh - Brajesh Singh on November 21, 2019 at 6:16 pm in reply to: BP Live Notification – change notification href / add tag in content #26665
Hi Andrew,
Welcome to BuddyDev forums.Thank you for the kind words. I am glad that you like our work.
I checked the plugin and as you already found, the link and text are generated by BuddyPress and not us.
We have a filter ‘bp_get_the_notification_description’ that gets complete html link for each notification. It may be used to filter. If you want, I can pass the notification object with it.
The correct way to do it will be to filter it for specific component( eg. friends and the generated output from their notification call back).
For friends, you may want to look at “friends_format_notifications” in buddypress/buddypress-friends/bp-friends-notifications.php
They have filters for it.
Regards
Brajesh