Deleting WCFM menu items

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
    • #72015
      victor_bongers
      Participant

      Hi,

      I would like to delete some menu items. Like the home menu (see screenshot 1). And the ”shop’ item in settings (see screenshot 2). Furthermore I would like to relabel the menu items, give them a different name. How do I do this?

      Attachments:
      You must be logged in to view attached files.
    • #72023
      Cap Luis
      Participant

      We need to help each other.

      Support is very slow and takes days to respond.

      The intens of the menu you can modify in settings!

      yousite/store-manager/settings ► menu manager

    • #72030
      victor_bongers
      Participant

      I know however I just want to delete the home part in the dashboard so that you immediately come to the ‘products’ tab;) And I want to relabel the other item.

      But thanks for the help;)

    • #72269
      WCFM Forum
      Keymaster

      Hi,

      Add this to your child theme’s functions.php to hide Home menu –

      add_filter( 'wcfm_is_allow_home_in_menu', '__return_false' );

      Thank You

Viewing 3 reply threads
  • You must be logged in to reply to this topic.