Replies
Thank you.
Please upgrade to 1.3.3.
There was a bug introduced in 1.3.2 causing it. The new release also contains ability to delegate management of reports to other roles.Regards
BrajeshHi John,
yes, It seems our latest update has a bug. Please allow me 30 mins to 1 hour to put an update.Regards
BrajeshHi John,
Thank you for the prompt reply.Which version of BuddyPress are you using? Are you using it with any custom theme? Please let me know and I will check quickly.
Regards
BrajeshHi John,
Welcome to BuddyDev support forums.Is there any chance that the user is a site administrator? Currently, we have it disabled for site administrator users.
please let me know and I will assist.
Regards
BrajeshThank you.
- Brajesh Singh on April 25, 2020 at 1:05 pm in reply to: [Resolved] Need some help with CSS and the Community Builder Pro #29257
Hi Jay,
I am sorry, I was mistaken.In groups, you can not remove/add/modify sub tabs for existing navigation items using the Group Tabs Pro plugin.
The reason si there is no standard way to keep the details for sub navs in groups and each plugin adds their own.
My suggestion will be to use any translation plguin(or poedit software) for translating the labels.
Regards
Brajesh- This reply was modified 6 years, 3 months ago by
Brajesh Singh.
- This reply was modified 6 years, 3 months ago by
- Brajesh Singh on April 25, 2020 at 12:59 pm in reply to: [Resolved] Click image in Gallery Lightbox – change to navigate Next? #29256
Opps, sorry.
We won’t be able to add next/previous on click on image bt we can help with disabling the linking.
There are 2 ways to do it
1. Template override of the lightbox image
2. Or adding an option in the pluginTo override templa,e please copy wp-content/plugins/mediapress/templates/mediapress/default/gallery/media/views/lightbox/photo.php to your-theme/mediapress/default/gallery/media/views/lightbox/photo.php
and change this line
<a href="<?php mpp_media_permalink(); ?>" title="<?php echo esc_attr( mpp_get_media_title() ); ?>" class="mpp-lightbox-single-photo"> <img src="<?php mpp_media_src( mpp_get_selected_lightbox_media_size() ); ?>" alt="<?php echo esc_attr( mpp_get_media_title() ); ?>" /> </a>to
<img src="<?php mpp_media_src( mpp_get_selected_lightbox_media_size() ); ?>" alt="<?php echo esc_attr( mpp_get_media_title() ); ?>" />Regards
Brajesh - Brajesh Singh on April 25, 2020 at 12:36 pm in reply to: How do I increase the size of images and video in the lightbox? #29255
Hi Shannon,
I will need some more time before I can check the media query and post. I will do it early next week now.Regards
Brajesh Hi, you may use this
<?php $url = bp_loggedin_user_domain() . 'profile'; ?>and then in href
href="<?php echo esc_url( $url );?>or
href="<?php echo esc_url( bp_loggedin_user_domain(). 'profile' );?>"Regards
BrajeshHi Clea,
Thank you for the patience.The problem is you should not select “All Members”.
When you need to allow only certain roles, Please do select the roles but avoid “All Members”. It makes functionality apply to all members.
If you uncheck “All Members” from the general settings(Sending & Receiving both), It will work as expected.
Regards
Brajesh