Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Show social tab in store setup
- This topic has 6 replies, 4 voices, and was last updated 5 years ago by WCFM Forum.
- AuthorPosts
- November 1, 2019 at 10:55 pm #90168Cap LuisParticipant
I would like to move the social settings tab from the user profile to the store setup page.
Could you give me a code for this?
- November 2, 2019 at 1:29 am #90184sdel_nevoParticipant
Hi
that’s a fab idea, id love that too if that’s possible
it seems the best place for it to be honest
Steve
- November 2, 2019 at 1:33 am #90187Cap LuisParticipant
I am using buddypress for profiles! so I don’t want to keep two profile locations.
They have already given me code to move the configuration of membership plans. If you want to test this is the code:
Salesperson needs to manage his plan under “store settings”
add_filter (‘wcfm_is_allow_membership_manage_under_setting’, ‘__return_true’);
- November 2, 2019 at 1:35 am #90190sdel_nevoParticipant
Hi
that’s fab, will test that
many thanks
BuddyPress, when I tried integrating that back a while ago it was really confusing, perhaps I should take another look at it
Steve
- November 5, 2019 at 6:15 pm #90820Sarmistha ChakrabortyMember
Hello,
To remove “social” tab from vendor profile page try the below style,
div#sm_profile_form_social_head { display: none; }
For “add social tab in store setting page” it will require us to custom code the stuff mapping with WCFM’s structure hence it’s best if you can get in touch with us via wclovers.custom@gmail.com for discussing this further.
Thanks.
- November 6, 2019 at 4:26 pm #91108WCFM ForumMember
Well, this is for membership tab under setting page, not for social tab!
- AuthorPosts
- The topic ‘Show social tab in store setup’ is closed to new replies.