Replies
- Brajesh Singh on June 7, 2021 at 1:24 pm in reply to: Problem with BuddyPress Friends Suggestions Pro #38973
Hi Sandra,
The plugin does not handle adding friend. It is your theme(or the default BuddyPress template pack that does).If you are unable to add friend from widget, your theme has scoped their script. Can you please check the browser console(ctrl+shift+I) and let me kknow if you see any javascript error.
Regards
Brajesh - Brajesh Singh on June 7, 2021 at 1:19 pm in reply to: [Resolved] Mediapress Play Pause and speaker button changes position on hovering #38971
Hi Daniel,
Thank you for confirming. I am glad it is resolved. Adding a slightly modified code in MediaPress to avoid this issue.Regards
Brajesh - Brajesh Singh on June 7, 2021 at 1:18 pm in reply to: Problem with BuddyPress Friends Suggestions Pro #38970This reply has been marked as private.
- Brajesh Singh on June 7, 2021 at 12:33 pm in reply to: [Resolved] Reposition custom profile action button #38967
Hi Omar,
which theme and template pack are you using? Also, are you using anything like Youzer?Regards
Brajesh - Brajesh Singh on June 7, 2021 at 11:52 am in reply to: [Resolved] Delete options in Activity Plus Reloaded for BuddyPress #38962
Please download it form here
https://wordpress.org/plugins/bp-activity-plus-reloaded/Regards
Brajesh - Brajesh Singh on June 7, 2021 at 11:47 am in reply to: [Resolved] Delete options in Activity Plus Reloaded for BuddyPress #38960
Hi Andres,
You may not be using our version.Please have a look.
https://i.imgur.com/YGYcrwy.pngRegards
Brajesh - Brajesh Singh on June 7, 2021 at 11:13 am in reply to: Problem with BuddyPress Friends Suggestions Pro #38957
Hi Sandra,
Thank you.
Whenever I login and try to access the dasboard, I am getting too many redirects errorERR_TOO_MANY_REDIRECTSRegards
Brajesh - Brajesh Singh on June 7, 2021 at 11:10 am in reply to: [Resolved] Mediapress Play Pause and speaker button changes position on hovering #38956
Hi Daniel,
Thank you for your patience.Please try this code instead
.mejs-button { text-align: left !important; } a.mejs-horizontal-volume-slider:hover { background-color: transparent !important; border-radius: 0 !important; } mejs-unmute>button { background-position: -40px 0 !important; } .mejs-mute>button { background-position: -60px 0 !important; } .mejs-unmute>button { background-position: -40px 0 !important; }Let me know if it fixes it or not?
Regards
Brajesh - Brajesh Singh on June 7, 2021 at 10:37 am in reply to: [Resolved] Buddypress moderation button shortcode #38955
Hi Tosin,
Thank you.Please use the shortcode form this reply.
https://buddydev.com/support/forums/topic/buddypress-moderation-button-shortcode/#post-36569
Regards
Brajesh - Brajesh Singh on June 7, 2021 at 10:36 am in reply to: [Resolved] Reposition custom profile action button #38954
Hi Omar,
Thank you for the question.You can change the priority.
For example, instead of this lineadd_filter( 'bp_nouveau_get_members_buttons', 'buddydev_add_custom_buttons' );you can use this
add_filter( 'bp_nouveau_get_members_buttons', 'buddydev_add_custom_buttons', 0 );Please give it a try.
Regards
Brajesh