Two tabs with the same CSS id, considering changing one of them?

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) Two tabs with the same CSS id, considering changing one of them?

Viewing 1 reply thread
  • Author
    Posts
    • #112626
      samsun34567
      Participant

      Hi team,

      I was trying to hide the address tab in vendor backend -> Profile setting.

      However I noticed that the address tab has the same id as the profile tab. Both div has the same id: #wcfm_profile_address_head

      Do you think it’s possible to assign two different id for each of them? Thanks!

      Best

      Attachments:
      You must be logged in to view attached files.
    • #112777

      Hello,

      To remove address tab in vendor backend -> Profile setting,
      add_filter('wcfm_is_allow_address_profile','__return_false');

      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/

      Thanks.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.