Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Feature Request › Disable rich text editor in products submissions Description/Excerpt Fields
- This topic has 7 replies, 2 voices, and was last updated 6 years, 4 months ago by
WCFM Forum.
- AuthorPosts
- February 16, 2019 at 6:22 pm #48551
digitalcinemacrew
ParticipantHi there,
is there a way to disable/remove the rich text editor from vendors dashboard (Description/excerpt fields) when he adds/edits his own products?
Maybe a snippet or something else?Thanks!
Attachments:
You must be logged in to view attached files. - February 18, 2019 at 6:00 am #48689
WCFM Forum
MemberHI,
Please use this code snippet –
add_filter( 'wcfm_is_allow_rich_editor', function( $editor ) { return ''; }, 750 );
Thank You
- February 18, 2019 at 7:05 pm #48835
digitalcinemacrew
ParticipantIt’s working perfectly, thanks!
One more thing…
is there a way to set some custom taxonomies as dropdown single select instead of checkboxes?Attachments:
You must be logged in to view attached files. - February 19, 2019 at 6:43 am #48891
WCFM Forum
MemberHi,
is there a way to set some custom taxonomies as dropdown single select instead of checkboxes?
– Please try using this option from WCFM Admin Setting -> Dashboard -> https://ibb.co/4dDdWYJThank You
- February 19, 2019 at 11:54 am #48952
digitalcinemacrew
ParticipantHi,
I’ve tried to use that option, but it switch from checkboxes to multi select, not to single select. Anyway it changes the option in bulk, not by choosing each taxonomy select option.
It would be great if you can choose some taxonomies as single select, some other as multi select. Would it be possible?Attachments:
You must be logged in to view attached files. - February 19, 2019 at 1:18 pm #48967
WCFM Forum
MemberHi,
That’s also possible, set taxonomy limit form WCFM Capability. (https://ibb.co/z2m8F0r)
Well, hope you have WCFM Ultimate!
Thank You
- February 19, 2019 at 1:25 pm #48976
digitalcinemacrew
ParticipantHi, yes I do 🙂
Great!Thanks again ^^
- February 19, 2019 at 1:29 pm #48982
WCFM Forum
MemberGreat 🙂
- AuthorPosts
- The topic ‘Disable rich text editor in products submissions Description/Excerpt Fields’ is closed to new replies.