Multi Vendor Marketplace Plugin | WCFM Marketplace › 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 5 years, 9 months ago by WCFM Forum.
- AuthorPosts
- February 16, 2019 at 6:22 pm #48551digitalcinemacrewParticipant
Hi 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 #48689WCFM ForumMember
HI,
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 #48835digitalcinemacrewParticipant
It’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 #48891WCFM ForumMember
Hi,
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 #48952digitalcinemacrewParticipant
Hi,
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 #48967WCFM ForumMember
Hi,
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 #48976digitalcinemacrewParticipant
Hi, yes I do 🙂
Great!Thanks again ^^
- February 19, 2019 at 1:29 pm #48982WCFM ForumMember
Great 🙂
- AuthorPosts
- The topic ‘Disable rich text editor in products submissions Description/Excerpt Fields’ is closed to new replies.