Replies
- Brajesh Singh on October 27, 2023 at 11:32 am in reply to: BuddyBlog Pro and “justified gallery” plugin #50797
Hi,
Thank you for the question.Can you please help us understand what do you mean by working with? Do you want to use some functionality of justified gallery in BuddyBlog pro?
Regards
Brajesh - Brajesh Singh on October 27, 2023 at 8:50 am in reply to: [Resolved] Upload image directly from camera? #50795
Hi,
Thank you for the question. MediaPress does not add anything specific for this. If you are on a mobile device, your device should allow it on their own(if the device security policy allows accessing camera from browser).Regards
Brajesh - Brajesh Singh on October 27, 2023 at 8:48 am in reply to: [Resolved] How do I (automatically) reduce the size of images in activity streams? #50794
Hi Rick,
Thank you for the reply.
MediaPress is not able to handle any url that is not a direct link to media or an ombed supported url(where the type return photo,video,audio). In all other cases, It will not add the link.Your url supports oembed but the type is not one of the allowed media type and that’s why you are seeing the error.
Regards
Brajesh - Brajesh Singh on October 27, 2023 at 8:46 am in reply to: [Resolved] Mediapress lightbox arrows #50793
Hi Nik,
Thank you for the reply.Please allow me to check over the weekend and get back to you next week.
Regards
Brajesh - Brajesh Singh on October 24, 2023 at 9:25 am in reply to: [Resolved] Remove “Delete private message” Function #50786
Hi,
Thank you for the question and the solution.
Here is another way to achieve the same./** * Disables message thread deletion. */ add_action( 'bp_actions', function () { if ( ! bp_is_messages_component() || bp_is_current_action( 'notices' ) || ! bp_is_action_variable( 'delete', 0 ) ) { return false; } bp_core_add_message( 'Invalid action!', 'error' ); bp_core_redirect( bp_loggedin_user_domain() . bp_get_messages_slug() ); }, 5 );
Please do note that if a theme deletes message via ajax, this code won’t apply in that case.
Regards
Brajesh - Brajesh Singh on October 24, 2023 at 9:11 am in reply to: [Resolved] How do I (automatically) reduce the size of images in activity streams? #50785
Hi Rick,
Thank you for the question.
I assume that your goal is dimension restriction.The simple way would be to use css.
Regards
Brajesh - Brajesh Singh on October 24, 2023 at 9:10 am in reply to: [Resolved] Mediapress lightbox arrows #50784
Hi Nik,
Thank you for the question.We are using Magnific popup. Please feel free to change the configuration/suggest us what to change from here.
https://dimsemenov.com/plugins/magnific-popup/
Regards
Brajesh - Brajesh Singh on October 21, 2023 at 4:36 pm in reply to: Request to add Lightbox for single page view in Mediapress #50779
Thank you.
I sincerely appreciate your patience.Regards
Brajesh Hi Fabian,
Thank you.1. PLease take a look at the snippet here.
https://gist.github.com/sbrajesh/cc37e8794527f86046e1d880490d974b2. I am sorry, there are no counter or a way to inform user how much time is remaining.
Regards
Brajesh- This reply has been marked as private.