HOW TO HIDE VENDOR STORE SETTINGS BAR?

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 3 reply threads
  • Author
    Posts
    • #55087
      ing.rapparini
      Participant

      I DON’T LIKE AND I DON’T WANT IT.
      CODE TO ADD?

      Attachments:
      You must be logged in to view attached files.
    • #55181
      Jose
      Participant

      Hi,

      Easy with css:

      #wcfm-main-contentainer #wcfmmp_profile_complete_progressbar{
      	display: none !important;
      }
      #wcfm-main-contentainer .wcfmmp_profile_complete_help {
      	display: none !important; 
      }
      

      But will be better with add filter that maybe will show here the keymaster.

      Regards,

    • #55221
      WCFM Forum
      Keymaster

      Hi,

      Please add this to your child theme’s functions.php –

      add_filter( 'wcfm_is_allow_profile_complete_bar', '__return_false' );

      Thank You

    • #55279
      ing.rapparini
      Participant

      THANK YOU!!!

Viewing 3 reply threads
  • The topic ‘HOW TO HIDE VENDOR STORE SETTINGS BAR?’ is closed to new replies.