Replies
Hi,
We are doing our best to release it today by day end PST(Nov 30).Thank you
Brajesh- Brajesh Singh on November 29, 2018 at 1:36 pm in reply to: [Resolved] BuddyPress Featured Member Widget – slide mode not working #19124
Hi George,
The width issue is related to floating. I will check this again today on another install with twentysixteen and get back to you. There is a possibility that something might be conflicting.Regards
Brajesh Yes, It is.
Since BuddyPress 4.0 was released on Tuesday, Our team got busy with testing all our plugins and was unable to create the page for this plugin.I will need 1-2 more days to publish this plugin and will link after that.
Thank you
Brajesh- Brajesh Singh on November 29, 2018 at 8:43 am in reply to: [Resolved] BuddyPress Featured Member Widget – slide mode not working #19115
Hi George,
Thank you for checking.I am suspecting it to be either a float or a positioning issue. I will be able to assist you on this in next 2-3 days again as right now 4.0 compatibility is the highest priority for us.
Thank you
Brajesh Hi Hugo,
Are you using any plugin that controls embed or embed size?
Is it happening with Community Builder theme or some other theme? If other, then which theme?Thank you
Brajesh- Brajesh Singh on November 29, 2018 at 8:14 am in reply to: [Resolved] BuddyPress Featured Member Widget – slide mode not working #19111
Are you using WordPress version or github version? I will recommend using WordPress org version. Also, Please disable other plugins(or you can use WP Staging plugin to create staging and disable plugins)(including the featured-group plugin).
Give it a try and let me know.
Regards
Brajes - Brajesh Singh on November 29, 2018 at 5:08 am in reply to: [Resolved] Display Group Description in sidebar #19108
Hi Torben,
Here is a shortcode I created for you/** * Group description shortcode. * * @param array $atts attributes. * @param string $content content. * * @return string */ function buddydev_custom_group_description_shortcode( $atts = array(), $content = '' ) { $atts = shortcode_atts( array( 'group_id' => bp_get_current_group_id(), ), $atts ); return $atts['group_id'] ? bp_get_group_description( groups_get_group( $atts['group_id'] ) ) : ''; } add_shortcode( 'bpcustom-group-description', 'buddydev_custom_group_description_shortcode' );You can keep the code in bp-custom.php or child theme’s functions.php
and use it like
[bpcustom-group-description]To show it for current group.
Regards
Brajesh Hi Hugo,
How are you adding the video.
I tested adding one and I see thishttps://i.imgur.com/X2baGRR.png
The size of video(embed) is controlled by global variable $content_width and if you are adding videos on smaller screen, this may be the reason.
If you can specify which device/screensize you used, I will be able to assist better.
Thank you
Brajesh- Brajesh Singh on November 29, 2018 at 4:20 am in reply to: Is BuddyPress Private Message Rate Limiter not working with BuddyPress Nouveau? #19106
Hi Carsten,
It is tested to work with BP Nouveau. Most probably you are using an older version. I will confirm it again today on 4.0 and will post back.PS:- I am sorry I haven’t been able to reply your email for last few days, will do by late evening today.
Regards
Brajesh - Brajesh Singh on November 29, 2018 at 4:18 am in reply to: [Resolved] BuddyPress Featured Member Widget – slide mode not working #19105
Hi George,
We are using generic classes to get the styles from BuddyPress. May be we can avoid it in future.
About the slide mode, I am not sure what is the issue on the site but the slide mode is working. I have tested on 2 other installs to confirm it. Can you please switch the theme and test it?
Regards
Brajesh