Replies
Hi Dale,
Thank you for your patience.I am sorry, It took me a lot longer to test. I do see that the experience for Audio gallery that opens in lightbox is bad.
The problem is BuddyX heavily customizes css for the Magnific popup plugin that we are using for lightbox.
Their css is causing hidden previous/next button and makes the size of the lightbox large(and uncomfortable for the audio).A temporary fix for now is to use the following code to disable opening of the audio in lightbox when the gallery cover is clicked.
// disable lightbox on audo gallery cover click. add_filter( 'mpp_gallery_html_attributes_pre', function ( $args ) { $gallery = mpp_get_gallery( $args['gallery'] ); if ( $gallery && 'audio' === $gallery->type ) { $args['class'] .= ' mpp-no-lightbox'; } return $args; } );Also, to be clear here, we don’t have an album view for audio in the lightbox. What we did earlier(we will change it in future and use an album view) was to open the audio in light box where you can move between the media items using prev/next in the lightbox. This prev/next is getting hidden in the buddyx currently.
Regards
Brajesh- Brajesh Singh on April 17, 2022 at 2:45 am in reply to: BuddyPress Xprofile Custom Field Types: Tags field #44454
Hi,
Thank you for your patience and I am sorry for the delayed reply.Please upgrade to 1.2.2 and add the following code
// add extra country to the country field dropdown. add_filter( 'bpxcftr_countries_list', function ( $countries ) { $countries['XK'] = __( 'Kosovo', 'bp-xprofile-custom-field-types' ); // sort alphabetically by keys. ksort( $countries ); return $countries; } );That will add the country.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on April 17, 2022 at 12:59 am in reply to: Condtional Member type registration fields not working. #44452
Hi Ethan,
Welcome to BuddyDev support forums.
I am very sorry for the delayed reply.I have checked your registration page(from the top right on your site as the linked page did not show the form).
I don’t see the conditional javascript file being loaded there. Have you enabled it from Dashboard->Settings-> Member Types?
If not, Please enable it and check again.
Regards
Brajesh - Brajesh Singh on April 17, 2022 at 12:55 am in reply to: [Resolved] When uploading multiple images, Group Activities Notifier notifies for EACH img. #44451
Hi Naou,
Welcome to BuddyDev support forums.I am sorry about the issue. The plugin creates a notification when an activity is published. It seems the media upload is creating individual activities for each.
Can you please tell me which media plugin/solution are you using? I can put couple of line of code to avoid creating notification for that specific activity type.
Regards
Brajesh Hi Giuseppe,
Thank you for the question.We normally do not use code from CDN. Still, there have been times when one of developers used jquery UI css file from cdn and I will need to re-check to confirm if we are still using it.
So, It is possible that the second link is being loaded by us(are you using any of our plugin with auto suggestions?).
The first script( https://ajax.aspnetcdn.com/ajax/knockout/knockout-3.5.0.js?ver=3.5.0) is not loaded by us that I am confident as we don’t use knockout js in any of our project.
Regards
Brajesh- Brajesh Singh on April 16, 2022 at 11:54 am in reply to: LiteSpeed cache is suitable for BuddyPress #44446
Hi Cindy,
Welcome to BuddyDev support forums.We don’t have experience using Litespeed, so we lack the ability to comment. Still, It seems you have great caching and content distribution strategy in place and should work great.
You may want to monitor the server performance and see how it scales with your users.
Regrads
Brajesh - Brajesh Singh on April 16, 2022 at 11:36 am in reply to: [Resolved] WordPress has stopped to send mail after activacting mail on Plesk #44445
Hi Giuseppe,
Yes, That’s a good strategy. Using external server for mail is a good choice.Regards
Brajesh You are welcome.
Hi Fabien,
Thank you for the reply.I hope the activity update works well for your user.
Regards
Brajesh