Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Highliting of Links and hiding of fields
- This topic has 10 replies, 2 voices, and was last updated 5 years, 3 months ago by WCFM Forum.
- AuthorPosts
- September 24, 2019 at 12:44 am #83256BTKParticipant
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. - September 25, 2019 at 5:06 pm #83561BTKParticipant
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.
- September 25, 2019 at 8:42 pm #83586WCFM ForumMember
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
- September 26, 2019 at 12:21 am #83614BTKParticipantThis reply has been marked as private.
- September 27, 2019 at 1:00 pm #83963WCFM ForumMember
Hi,
Kindly show me this custom menu setting screenshot.
Thank You
- September 27, 2019 at 6:54 pm #84060BTKParticipantThis reply has been marked as private.
- September 30, 2019 at 9:33 am #84423WCFM ForumMember
That’s fine.
Please share these two custom menus title with me.
Thank You
- September 30, 2019 at 1:22 pm #84496BTKParticipantThis reply has been marked as private.
- October 3, 2019 at 10:44 pm #84960WCFM ForumMember
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
- October 4, 2019 at 1:16 am #84986BTKParticipant
Hello colleagues,
works like magic 🙂 Really appreciate.
Thanks.
Wish you great day.
M.
- October 4, 2019 at 1:42 am #84997WCFM ForumMember
You are welcome 😊
- AuthorPosts
- The topic ‘Highliting of Links and hiding of fields’ is closed to new replies.