Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Buddypress issues
- This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago by WCFM Forum.
- AuthorPosts
- September 25, 2018 at 12:39 pm #32517andreasenglowskiParticipant
Hi,
i am having trouble with the buddypress integration:
1. If i go to the vendor backend tab in my bp profile it works as expected, but once i click somewhere in the dashboard i get redirected to the regular dashboard page. The problem comes with the last update i guess. Please check Screencast for detail.2. Is it possible to remove the store link tab from a vendors bp profile?
Many thanks in advance,
AndiAttachments:
You must be logged in to view attached files. - September 25, 2018 at 12:55 pm #32519andreasenglowskiParticipantThis reply has been marked as private.
- September 25, 2018 at 4:52 pm #32538WCFM ForumMember
Hi,
1. Yeah, you are right. It’s not possible to render WCFM all screens under BuddyPress Profile.
2. Add this code for disabling that –
add_filter( 'wcfmmp_store_bp_menu_classes', function( $classes ) { return 'wcfm_custom_hide'; });
Thank You
- September 26, 2018 at 8:41 am #32569andreasenglowskiParticipant
Hi, thanks for your fast reply.
1. sorry if my question is stupid but i am not understanding. isn’t that coming from the buddypress integration option of the front end manager (screenshot)? or should it work like that that you get redirected to the original dashboard page? because i am sure it was working under the tab before. sorry for bothering you but i am little confused π
2. many thanks that worked π
Kind regards,
AndiAttachments:
You must be logged in to view attached files. - September 27, 2018 at 1:44 pm #32669WCFM ForumMember
Hi,
1. sorry if my question is stupid but i am not understanding. isnβt that coming from the buddypress integration option of the front end manager (screenshot)? or should it work like that that you get redirected to the original dashboard page? because i am sure it was working under the tab before. sorry for bothering you but i am little confused
– It’s OK, feel free to ask anything π
NO, It shows only dashboard page under BuddyPress profile. But if vendor trying to manage anything else, like Product, Order etc.. then it redirect them to the actual WCFM dashboard page.Actually, it’s not possible to run all WCFM screens under BP profile, we have tried but no luck!
If we get any way out of this in future will definitely know you.
Thank You
- AuthorPosts
- The topic ‘Buddypress issues’ is closed to new replies.