Highliting of Links and hiding of fields

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 WC Marketplace Highliting of Links and hiding of fields

Viewing 10 reply threads
  • Author
    Posts
    • #83256
      BTK
      Participant

      Hello colleagues,

      let me write you in regards to Ultimate version of WCFM. I would appreciate your your support/feedback in following areas:

      1. New links in Menu manager are not highlighted when active – I have added links to sidebar via menu manager and once these are selected they are not highlighted. Only original one which is next in row to them is highlighted.

      2. I would like to hide following appointment cost and yoast head form from submission page when new product is created for Woo Appointments. I used following code which I have found on your page in archive

      div#wcfm_products_manage_form_appointment_costs_head, 
      div#id=wcfm_products_manage_form_yoast_head {
      display: none;
      } 
      

      It is however not working and Pricing and Yoast tab are still visible.

      Looking forward to your replay.

      BR,
      m.

    • #83561
      BTK
      Participant

      Hello colleagues,

      let me update you. Please ignore point 2. It was fixed.

      Could you please let me know about point Nr. 1? Is it a bug? Could it be fixed from your site?

      Thanks in advance for your time and support.

      Br,

      mm.

    • #83586
      WCFM Forum
      Keymaster

      Hi,

      1. New links in Menu manager are not highlighted when active – I have added links to sidebar via menu manager and once these are selected they are not highlighted. Only original one which is next in row to them is highlighted.

      – How your added page from Menu Manager opening under WCFM Dashboard?

      Thank You

    • #83614
      BTK
      Participant
      This reply has been marked as private.
    • #83963
      WCFM Forum
      Keymaster

      Hi,

      Kindly show me this custom menu setting screenshot.

      Thank You

    • #84060
      BTK
      Participant
      This reply has been marked as private.
    • #84423
      WCFM Forum
      Keymaster

      That’s fine.

      Please share these two custom menus title with me.

      Thank You

    • #84496
      BTK
      Participant
      This reply has been marked as private.
    • #84960
      WCFM Forum
      Keymaster

      Thanks, please add this code to your site –

      add_filter( 'wcfm_menu_dependancy_map', function( $dependancy_map ) {
      	$dependancy_map['wcfm-appointments'] = sanitize_title( 'Zoznam Termínov' );
      	$dependancy_map['wcfm-appointments-manual'] = sanitize_title( 'Termín manuálne' );
      	$dependancy_map['wcfm-appointments-calendar'] = sanitize_title( 'Kalendar Termínov' );
      	return $dependancy_map;
      }, 500 );

      `

      Thank You

    • #84986
      BTK
      Participant

      Hello colleagues,

      works like magic 🙂 Really appreciate.

      Thanks.

      Wish you great day.

      M.

    • #84997
      WCFM Forum
      Keymaster

      You are welcome 😊

Viewing 10 reply threads
  • The topic ‘Highliting of Links and hiding of fields’ is closed to new replies.