Replies
- This reply has been marked as private.
- Brajesh Singh on May 15, 2020 at 5:02 am in reply to: [Resolved] Auto Activate Autologin Redirect To Profile On Signup not working #29857
Hi Clea,
Hope you are doing well.Thank you for the patience.
I have added the login redirection in 1.5.1. Please upgrade and use it.
Regards
Brajesh - Brajesh Singh on May 15, 2020 at 5:02 am in reply to: [Resolved] Logging in automatically, and then using WooCommerce Redirect for the exact URL #29856
Hi Peter,
I have added the login redirection in 1.5.1. Please upgrade and use it.
Regards
Brajesh Hi James,
Welcome to BuddyDev.Please make sure you have enabled it under “mediaPress->Settings->BuddyPress”, “MediaPress->Settings->Members” and “MediaPress->Settings->Groups” as applicable.
That will make it enabled.
Regards
Brajesh- Brajesh Singh on May 15, 2020 at 2:26 am in reply to: How install MediaPress Local Transcoder? after installation of ffmpeg4.2.2 #29854
Hi,
We will suggest to hire someone to troubleshoot it for you. We do not provide support for MPP Local transcoder as a lot depends on server and not on the code.The code part is only responsible for executing ffmpeg binary.
Some of the issues that might cause it:-
– Can your www-data(or user under which web server runs) is capable of running the ffmpeg process?
– If you are on ubuntu, Please make sure that FFMPEG was not installed via SNAp. snap installed packages are restricted. I will suggest uninstalling and then installing via aptPlease check the last 2, if that does not solve your issue, You will need someone to treoubleshoot it on your server.
Regards
Brajesh - Brajesh Singh on May 14, 2020 at 3:28 pm in reply to: [Resolved] "Laod more" and "Refresh" in buddypress activity stream #29841
Hi Nestor,
You are welcome.I am not sure what “Select activities” is. Also, I do not use BP Edit Activity, so I regret my inability to assit with these 2.
I will help with the comments though.
Please look for a section
jq.post( ajaxurl, ajaxdata, function(response) { target.removeClass('loading'); content.removeClass('loading'); /* Check for errors and append if found. */ if ( response[0] + response[1] === '-1' ) { form.append( jq( response.substr( 2, response.length ) ).hide().fadeIn( 200 ) ); } else { var activity_comments = form.parent(); form.fadeOut( 200, function() { if ( 0 === activity_comments.children('ul').length ) { if ( activity_comments.hasClass('activity-comments') ) { activity_comments.prepend('<ul></ul>'); } else { activity_comments.append('<ul></ul>'); } } /* Preceding whitespace breaks output with jQuery 1.9.0 */ var the_comment = jq.trim( response ); activity_comments.children('ul').append( jq( the_comment ).hide().fadeIn( 200 ) ); form.children('textarea').val(''); activity_comments.parent().addClass('has-comments'); } ); jq( '#' + form.attr('id') + ' textarea').val(''); /* Increase the "Reply (X)" button count */ new_count = Number( jq('#activity-' + form_id[2] + ' a.acomment-reply span').html() ) + 1; jq('#activity-' + form_id[2] + ' a.acomment-reply span').html( new_count ); // Increment the 'Show all x comments' string, if present show_all_a = activity_comments.parents('.activity-comments').find('.show-all a'); if ( show_all_a ) { show_all_a.html( BP_DTheme.show_x_comments.replace( '%d', new_count ) ); } } jq(target).prop('disabled', false); jq(content).prop('disabled', false); });It starts around line 625
and you can add that line just below “jq(content).prop(‘disabled’, false);” like
jq(content).prop('disabled', false); MathJax.typeset();Regards
Brajesh - Brajesh Singh on May 14, 2020 at 3:26 pm in reply to: Change the format and profile info in the Items on a member list #29840
Hi Carlos,
Thank you for the details.I am sorry, I don’t own the theme but I can still help.
Please look for “buddypress/members/members-loop.php” in your theme and you will see some code like a look.
All you need to do is to put some
<?php echo xprofile_get_field_data( 'Field Name', bp_get_member_user_id(), 'comma'); ?>Where Field Name is the name of field you want to fetch the data.
Most of the time the theme should offer this out of the box(for example, community Builder comes with this out of the box).
Please give it a try.
PS:- If you are not comfortable with the code, Please share the content of members-loop.php on pastebin.com and the name of fields you want to show data, I can edit it for you.
Regards
Brajesh - Brajesh Singh on May 14, 2020 at 2:44 pm in reply to: [Resolved] Different thumbnails for each document in gallery #29838
Hi Philippe,
I am sorry, MediaPress does not support this out of the box.technically it is feasible but we do not have sufficient free time available to put it on priority. It will come eventually in future.
Regards
Brajesh - Brajesh Singh on May 14, 2020 at 1:32 pm in reply to: Change the format and profile info in the Items on a member list #29835
Hi Carlos,
Welcome to BuddyDev support forms.I am sorry for the inconvenience you have faced.
We are not aware how the visual composer support for BuddyPress works. Does it come with the plugin or your theme supports it?
Member Types is a BuddyPress core feature and adding support for it in the visual composer can be done easy by the people supplying the BP Members Grid, BP Members Carousel to you.
Please request them for the same.
From us, you can use that shortcode. It loads the “members-loop.php” from your currently active theme. If it is not looking good, Can you please tell me which theme are you using.
The shortcode is not capable of adding extra profile data in the list currently. The reason is we use theme’s members loop and if extra data is not shown in your members directory, It won’t be shown by the plugin.
Please let me know the theme name, I may be able to look into it(I have purchased a few from themeforest for testing) and assist you.
Regards
Brajesh You are welcome.