Nav menu issue in Buddypress profile for non-vendor customer role account

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Marketplace (WooCommerce Multivendor Marketplace) Nav menu issue in Buddypress profile for non-vendor customer role account

Viewing 9 reply threads
  • Author
    Posts
    • #77187
      sho_amano
      Participant

      A link button to the store manager is displayed on the Buddypress profile of a customer role account that is not registered as a vendor.
      Of course, nothing happens when you click this Store Manager link.

      Is there any way to hide this?

      Theme : Kleo 4.9.10
      WCFM – WooCommerce Multivendor Marketplace: 3.1.8
      WCFM – WooCommerce Frontend Manager – Ultimate: 6.2.7
      WCFM – WooCommerce Frontend Manager: 6.2.7
      BuddyPress: 4.4.0
      WooCommerce: 3.7.0

      Attachments:
      You must be logged in to view attached files.
    • #77469
      WCFM Forum
      Keymaster

      Hi,

      Please add this code to your site –

      add_filter( 'wcfm_is_pref_buddypress', function( $is_pref ) {
      	return false;
      }, 850 );

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thank You

    • #77577
      sho_amano
      Participant

      Thank you for your reply.
      I entered the code you wrote in the specified location, but it doesn’t work.
      Unfortunately I’m not a programmer, so I might be doing something wrong.
      A screen shot of the entered part is attached, so make sure there are no mistakes.

      Attachments:
      You must be logged in to view attached files.
    • #77823
      WCFM Forum
      Keymaster

      Hi,

      Please add this code using this plugin and check once – https://wordpress.org/plugins/code-snippets/

      Thank You

    • #77946
      sho_amano
      Participant

      Hi,

      I installed the plugin, but the problem has not been resolved…

      Attachments:
      You must be logged in to view attached files.
    • #78785
      WCFM Forum
      Keymaster

      Hi,

      Please go to WCFM Admin Setting -> Modules -> Set OFF “BuddyPress Integration” module – https://ibb.co/my8tXmD (there is only one module without image)

      Thank You

    • #78840
      sho_amano
      Participant

      If I turn it off, the Store Manager link icon will disappear from the Buddypress Profile Page for all roles, right?

      I want to hide that icon from roles other than Store Vendor.

    • #78846
      sho_amano
      Participant

      Wow!!!
      I turned it off and then turned it on again and the problem was solved!!!
      Thank you so much!!!!

    • #79177
      WCFM Forum
      Keymaster

      You are welcome 🙂

    • #135352
      Auhouse.ru
      Participant

      sho_amano hi, I like what your Buddypress menu looks like, share how you did it?

      Attachments:
      You must be logged in to view attached files.
Viewing 9 reply threads
  • You must be logged in to reply to this topic.