Show social tab in store setup

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 5 reply threads
  • Author
    Posts
    • #90168
      Cap Luis
      Participant

      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?

    • #90184
      sdel_nevo
      Participant

      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

    • #90187
      Cap Luis
      Participant

      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’);

    • #90190
      sdel_nevo
      Participant

      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

    • #90820

      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.

      • #90827
        Cap Luis
        Participant

        I believed it would look something like this:

        add_filter (‘wcfm_is_allow_membership_manage_under_setting’, ‘__return_true’);

        I will forward the email

    • #91108
      WCFM Forum
      Keymaster

      Well, this is for membership tab under setting page, not for social tab!

Viewing 5 reply threads
  • The topic ‘Show social tab in store setup’ is closed to new replies.