Replies
- This reply has been marked as private.
- Brajesh Singh on August 14, 2020 at 7:42 am in reply to: [Resolved] Profile Visibility Plugin – "On me" groups tab also disables groups menu item #32395
Hi Bernard,
Thank you for reporting the issue.I am checking it and will be getting back to you in couple of hours.
Regards
Brajesh Hi Femi,
Welcome to BuddyDev forums.We don’t have any specific choice. Please feel free to use any of the social share plugin you like. If you face any issue, We will be glad to assist and resolve it.
Regards
Brajesh- Brajesh Singh on August 14, 2020 at 7:39 am in reply to: [Resolved] Facebook Like User Activity Stream For BuddyPress update crashes site #32393
Hi Tosin,
I am sorry to hear about that. I am checking it now and will be getting back to you in couple of hours.Regards
Brajesh - Brajesh Singh on August 14, 2020 at 7:35 am in reply to: [Resolved] Mediapress allowable file types not recognized on subsite #32392
Hi Stefan,
I am sorry, you are misinterpreting it.1. MediaPress is fully compatible with BuddyPress & WordPress. It is not Compatible if you are using BuddyPress Multiblog mode on a multisite.
For non multiblog mode,the profile and galleries are on the main site of your network and MediaPress works there.
We have it specified at multiple places multiple times. This is normal for a plugin using post types. Is WooCommerce network compatible? You can not share products from one site to another on a network. Same applies to MediaPress.
As of your purchase:- We have a flexible refund policy and we are happy to issue refund.
Thank you
Brajesh - Brajesh Singh on August 13, 2020 at 8:53 pm in reply to: [Resolved] BuddyPress Docs only shows 25 groups in drop down #32384
Hi Torben,
Thank you for the patience.Please upgrade to 2.1.0. It is available now. Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on August 13, 2020 at 4:38 pm in reply to: [Resolved] BuddyPress Docs only shows 25 groups in drop down #32380
Hi Torben,
Thank you for the patience.I have already fixed it. It was a minor issue with our filter on groups per page.
We are testing currently with WP 5.5 to make sure everything works as expected. That’s why could not release it. It will be available as promised 🙂Regards
Brajesh Hi Kathy,
Thank you for the patience.The problem is caused by this line in Geodirectory plugin
// add shortcode insert button once add_action( 'media_buttons', array( $this, 'shortcode_insert_button' ) );It is in geodirectory/vendor/ayecode/wp-super-duper/wp-super-duper.php
There is no reliable way to remove it.
here is a temporary solution.
add_action( 'bpptc_post_type_admin_enqueue_scripts', function () { remove_all_actions( 'media_buttons' ); } );This is not the right way to handle issue but will make the plugin workable for now. It removes any other plugin hooking to tinymce editor on the profile tabs creation/editing page.
Regards
BrajeshHi Bruno,
Thank you for starting a new thread.1. You can reorder the fields by just dragging and dropping them. The fields list is sortable.
2. Not very convincing use case and I believe using css for hiding label will be better as it is very unlikely that people will use it. If I get more topic on the sa,e then sure.
About the template tags:- WordPress provides template tags for listing taxonomies. Our goal is that if someone is using BuddyBlog Pro, they can override the template as they want but they should not feel it as a limiting factor.
We plan to provide some shortcodes, where you can specify the taxonomy and how the list should be rendered and it will be rendered with the post.
Regards
Brajesh- Brajesh Singh on August 13, 2020 at 12:52 pm in reply to: [Resolved] what plugin to use on my buddypress dating site to show opposite genders profile #32373
Hi @edelawit
Welcome to BuddyDev.Thank you for the question.
I am not aware of any plugin that does it. It is not difficult to filter user profiles. We have shared code for this multiple times over this forum.
The problem arises if you want activity stream(directory) to be filtered by the gender. Do you need activity stream on your site?
Regards
Brajesh