Replies
- Brajesh Singh on December 4, 2019 at 6:54 am in reply to: BuddyPress Member Types Pro – LearnDash Groups #26909This reply has been marked as private.
- Brajesh Singh on December 4, 2019 at 6:36 am in reply to: BuddyPress Member Types Pro – LearnDash Groups #26906This reply has been marked as private.
- Brajesh Singh on December 4, 2019 at 6:03 am in reply to: BuddyPress Member Types Pro – LearnDash Groups #26903This reply has been marked as private.
- Brajesh Singh on December 4, 2019 at 4:41 am in reply to: [Resolved] BuddyPress Member Types Pro – Paid Membership Pro Multiple Levels #26902
Thank you.
I will look into 1-2 hour and get back to you.
Regards
Brajesh - Brajesh Singh on December 4, 2019 at 3:51 am in reply to: [Resolved] BuddyPress Member Types Pro – Paid Membership Pro Multiple Levels #26897
Hi Amir,
Please avoid trying all the ways. If you use multiple triggers like Paid Membership Pro and the WooCommerce subscriptions, the behaviour is not predictable.Instead, Please reply on the Learndash topic, or provide us access to your current setup and if there is an issue, we will fix it quickly.
If you don’t feel comfortable, we have a 100% refund policy and I am happy to issue the refund.
Thank you
Brajesh - Brajesh Singh on December 4, 2019 at 3:48 am in reply to: [Resolved] Woocommerce memberships – BuddyPress Member Types Pro #26896
Please check your wp-content/plugins directory.
If it is not preset, you can create a file with name bp-custom.php
Since it is a php file, Please make sure it starts with php tag as shown here
https://pastebin.com/raw/mf2fzdxa (you can copy paste)After that, add the code from above and it will show the option to select membership from the member types create/edit screen.
Regards
Brajesh - Brajesh Singh on December 4, 2019 at 3:18 am in reply to: [Resolved] Woocommerce memberships – BuddyPress Member Types Pro #26893
Hi,
I am sorry if we did not update it . I was requested that the changing member type based on subscription is more logical, so we did it.You can still enable the old behaviour by putting this in your bp-custom.phjp
add_filter( 'bpmtp_enable_wc_memberships_change_by_member_type', '__return_true');Regards
Brajesh - Brajesh Singh on December 4, 2019 at 2:02 am in reply to: [Resolved] All profile groups are not displayed, except for the primary group. #26891
Hi Carsten,
Yes. That is correct. - Brajesh Singh on December 4, 2019 at 2:01 am in reply to: User Profile Tabs Creator Pro contradictory options in settings #26890
HI Carsten,
Thank you.I think we need to improve the text a bit.
Only enabled tabs will be visible.It means to say that only enabled tabs configuration will have effect(and not the visibility, It is from the initial version where we only supported adding tabs).
I will update that.
2. Site admin only?
Did you select the visibility for others too? If not, It is a bug. Itis a core feature of BuddyPress that should restrict the visibility of a tab to site admin only.
3. Add this tab for:- On which user’s profile the tab will be available(added)
Tab Visibility:- IF a tab is added to a user can the visitor see it. It controls who can view the tab.
4. The default value is ‘all’. If you do not want to make it available for anyone(which will be meaningless), you should select “None”
5. Because the settings framework we are using does not offer hiding fields on condition. I understand it is confusing and I will add a note.
6/7. Please see 1.
8. It has no effect on primary or WordPress menu. Most probably you have some other conflict.
I hope it clarifies your questions.
About the removing via the css and this plugin. There is a huge difference. The css only hides the links. You can always access the screen via direct url. This plugin removes the screen, even if you tried to access it, It will cause 404 not found.
I think, Css may be better suited for your needs.
Regards
Brajesh - This reply has been marked as private.