Replies
- Tosin on October 17, 2020 at 11:33 am in reply to: [Resolved] Buddypress profile page 404 error #33979
Hello Brajesh
The problem is now fixed I reached out to woocommerce support and they said I should change the woocommerce endpoint of the profile fields area in woocommerce > settings > advanced admin page, the endpoint or slug needs to be something different from profile.
I also do use buddycommerce but this was not the cause as buddycommerce was already deactivated while the problem persisted.
The profile fields feature was recently added in the woocommerce membership plugin starting from version 1.19.0 see at http://dzv365zjfbd8v.cloudfront.net/changelogs/woocommerce-memberships/changelog.txt
This is a heads up notice for other users using the latest version of woocommerce memberships
Thanks
- Tosin on October 16, 2020 at 9:02 am in reply to: [Resolved] Buddypress profile page 404 error #33970
Hello Brajesh,
Could this be the problem https://docs.woocommerce.com/document/2-0/woocommerce-memberships-profile-fields/
- Tosin on October 15, 2020 at 6:59 pm in reply to: [Resolved] Buddypress profile page 404 error #33960
I finally traced the problem by deactivating all plugin except buddypress, woocommerce and WooCommerce Memberships. WooCommerce Memberships Version 1.19.1 was the culprit
- Tosin on October 14, 2020 at 6:01 pm in reply to: [Resolved] Buddypress profile page 404 error #33936
unfortunately I am not using the profile tabs pro plugin
Thanks for the feedback will future updates support custom post types like events, jobs, etc
Thank you so much i’m really grateful
YES all that’s needed is shortcode for the login form
Thanks so much
Hello Brajesh,
Please how is progress on this i’m really waiting patiently for this feature
Thank you for considering this request
- Tosin on October 11, 2020 at 4:57 pm in reply to: Branded login and force login with email support #33834
Thanks for the feedback, for further clarification
Do you mean that plugin will not conflict with this filter
/** * Email login support for bp-branded-login plugin */ add_filter( 'wp_authenticate_user', function( $user ) { if ( isset( $_POST['log'] ) && ! is_email( trim( $_POST['log'] ) ) ) { return new WP_Error( 'invalid_email', __( 'Please provide a valid email' ) ); } return $user; }, 10 );
Thanks
- Tosin on October 8, 2020 at 3:55 am in reply to: [Resolved] How to add custom buttons to buddypress profile page #33787
YES YES YES It worked perfectly there was a caching problem with my site so that’s why the changes did not reflect before.
Thank you so much