Replies
- Brajesh Singh on August 21, 2017 at 11:50 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10382
Thank you Thorsten.
I am also in favour of constructive collaboration.I do understand your frustration. The problem is the WordPress eco system is huge and when you use plugins/themes from multiple shops, there are bound to be issues eventually. Our goal is to help you in that case.
PS: Posting the link to site/password in the private message below.
Thank you
Brajesh - Brajesh Singh on August 21, 2017 at 7:30 pm in reply to: [Resolved] MediaPress Previous Next links #10380
Hi Graham,
Hope you are doing well.I have added the enhancement in MediaPress 1.1.9(Now available).
Please make sure to change it as I have wrapped the anchor inside a span.
Thank you for the patience.
Brajesh
Hi Andrea,
Currently, BuddyPress only shows the members of the first profile field group on the registration page.You can still achieve your goal by modifying the register.php.
Does your theme have buddypress/members/register.php file? If not, please copy plugin/buddypress/bp-templates/bp-legacy/buddypress/members/register.php to your theme/buddypress/members/register.php
Now, if you look into this file, you will see a line like this
<?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 1, 'fetch_field_data' => false ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>Please change that to
<?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'fetch_field_data' => false ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>We are effectively saying BuddyPress to load all groups on registration page.
After that, you can use any javascript wizard plugin to make it multi step registration.
PS: if you do not want to load all the profile field groups and want to show only specific, you will have to use the “exclude_groups” parameter(There is no include groups for multiple field groups) in the bp_has_profile() args.
Hope that helps.
Regards
Brajesh- This reply has been marked as private.
- Brajesh Singh on August 21, 2017 at 6:55 pm in reply to: Ajax Registration with 'Allow Capital Letters In Username' plugin #10377
Hi Graham,
If it is not multisite the plugin should have worked. is there any chance that you are using the User Name availability checker plugin too?Sure, I will update the Allow Capital Letters plugin for multisite. Please allow me 2 days for that.
Thank you
Brajesh - Brajesh Singh on August 21, 2017 at 6:32 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10375
Hi Thorsten,
Thank you.Since you have no need for the testimonial plugin, I am delaying the setup(I will be setting up tonight and linking you).
Also, I do plan to ask one of our developers to check for the conflict with the wpdiscuz.
I will keep you updated.
Thank you
Brajesh - Brajesh Singh on August 21, 2017 at 3:05 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10373
Thank you.
Please allow me 2 hours to setup a custom install for you.
I do understand there is an issue and I will be here to help. But, I will also like to show that it is not caused by the testimonial alone. There is a conflict.
Thank you
Brajesh - Brajesh Singh on August 21, 2017 at 2:54 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10371
Also, In the current case, It is an issue with the way wpdiscuz works and not the testimonials plugin.
- Brajesh Singh on August 21, 2017 at 2:51 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10370
Hi Thorsten,
I did test and I do not see any issue with comments on WordPress, BuddyPress and BP testimonials.The testimonial uses custom comment type for storing the reviews( and custom comment type is used by many other plugins, e.g woocommerce, edd, the only difference is our comment is public).
On what basis have you assumed that our code quality is bad or anything? Unlike what you have have worked with or assumed, I hold full time professional degree(Diploma and graduation) in Computer Science and Engineering and I am a professional programmer(for last 10 years).
We have a 100% money back guarantee and we will gladly offer a full refund if you need. I have been patient and trying to resolve all the issues/conflicts with your theme, but it is too much.
So thank you.
Please let me know and I will proceed as needed.Best Regards
Brajesh - Brajesh Singh on August 21, 2017 at 2:26 pm in reply to: [Resolved] Incompatibility of plugin Buddypress User Testiomonials – very bad coding #10369
Hi Thorsten,
My apologies for the inconvenience.Can you please disable the WpDiscuz and tell me if there is still the same issue? The plugin is tested with the normal WordPress, BuddyPress.
I am not sure if there is something that has changed in WordPress/BuddyPress that can cause it. I am going to test but It will be nice if you can take a quick look and let me know.
We do test our plugins thoroughly and most of your issues has been theme conflict earlier. There are thousands of themes and plugins and we can not guarantee that it will work with all of them.
If our members report an issue or a conflict, we do our best to resolve them.
I hope you understand that.
Regards
Brajesh