Replies
- 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.
- Brajesh Singh on October 21, 2023 at 9:32 am in reply to: [Resolved] Missing “Under Moderation” or similar type of message/notification to users #50773
Hi Casper,
Thank you for confirming.
I am glad it is working.Regards
Brajesh - Brajesh Singh on October 21, 2023 at 9:31 am in reply to: Request to add Lightbox for single page view in Mediapress #50772
Hi,
Thank you for the reply.You are right, the clicking on lightbox media is problematic at the moment. Please allow us to update it.
It is festive seasons here, so please bear with us, the updates will be available in next 2 weeks or early.
Regards
Brajesh