Replies
- 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 - Brajesh Singh on June 7, 2021 at 10:35 am in reply to: testimonials appears on replies widget #38953
Hi,
Please share a screenshot showing the issue. Also, is it the default WordPress recent comments widget?Regards
Brajesh - Brajesh Singh on June 7, 2021 at 10:34 am in reply to: [Resolved] Delete options in Activity Plus Reloaded for BuddyPress #38952
Hi Anders,
Thank you for the question.Please visit Dashboard->Settings->Activity Plus and at the bottom, you can uncheck “Video”, “Links” to disable it.
Regards
Brajesh - Brajesh Singh on June 4, 2021 at 2:06 pm in reply to: [Resolved] Buddypress moderation button shortcode #38944
Thank you Tosin.
1. Please upgrade to the latest version.
2. Please add the following code// disable moderation tools reporting button after the post content. add_filter( 'bpmts_is_reporting_button_enabled', function ( $enabled, $location, $args ) { if ( 'after_post_content' === $location ) { $enabled = false; } return $enabled; }, 10, 3 );That will disable the automatic button in the post content.
Regards
Brajesh