Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Remove certain things
- This topic has 5 replies, 3 voices, and was last updated 5 years, 3 months ago by WCFM Forum.
- AuthorPosts
- August 8, 2019 at 12:37 am #75698Atanas MladenovParticipant
Hello,
First, congrats on the good work once again.
Is there any (easy)way to remove these things (see the pic):
Thanks,
AtanasAttachments:
You must be logged in to view attached files. - August 8, 2019 at 4:50 pm #75800Atanas MladenovParticipant
Another question
Can I change the way categories are added when I add a product.
For example: Can I choose them from dropdown?
Attachments:
You must be logged in to view attached files. - August 8, 2019 at 6:31 pm #75808thiemann.kParticipant
Is there any (easy)way to remove these things (see the pic):
Here I went into a similar topic … I link so I save the pictures;)
add_action('wp_head', 'add_css_head'); function add_css_head() { if( current_user_can('wcfm_vendor') ) { ?> <style> span.wcfmfa.fa-chalkboard {visibility:hidden} span.wcfm-page-heading-text {visibility:hidden} span.wcfm_menu_toggler.wcfma.fa-bars.text_tip {visibility:hidden} //etc... </style> <?php } }
should work 😉
Ciao,
Karsten – dein-3d.com- August 9, 2019 at 11:46 am #75940Atanas MladenovParticipant
Thank you for this. It works.
- August 8, 2019 at 6:39 pm #75810thiemann.kParticipant
For example: Can I choose them from dropdown?
Again, you can adjust the class.
might be enough if you use “display: inline”.
But I do not know how this affects the rest, because it is untested.maybe here wclovers will have another / better suggestion
Ciao,
Karsten - August 12, 2019 at 7:40 am #76188WCFM ForumMember
HI,
https://wclovers.com/wp-content/uploads/2019/08/1.png – you have to hide this using CSS.
Can I change the way categories are added when I add a product. For example: Can I choose them from dropdown?
– Sure, disable this option from WCFM Admin Setting -> Dashboard -> https://ibb.co/PcH8nTB
Thank You
- AuthorPosts
- You must be logged in to reply to this topic.