Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Ultimate › wcfm_buttons
Tagged: wcfm_buttons
- This topic has 1 reply, 2 voices, and was last updated 5 years ago by
Sushobhan.
- AuthorPosts
- April 30, 2020 at 3:30 am #124875
Tony Rumans
ParticipantWhere can I disable this? It has a z-index of 999 which makes it sit on top of mobile menus and a few other items? I see that this was addressed in this post but there is no mention of where exactly to edit this setting: https://wclovers.com/forums/topic/remove-quick-edit-buttons-wcfm_buttons/
“we have added capability option for this” but I can’t find it
- April 30, 2020 at 12:56 pm #124980
Sushobhan
KeymasterHello,
That was a very old thread and that settings is no more relevant. Please use the following code-
add_filter( 'wcfm_is_allow_catalog_product_manage', '__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/
Let me know how this goes.
Thanks!
- AuthorPosts
- You must be logged in to reply to this topic.