Disable rich text editor in products submissions Description/Excerpt Fields

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Feature Request Disable rich text editor in products submissions Description/Excerpt Fields

Viewing 7 reply threads
  • Author
    Posts
    • #48551
      digitalcinemacrew
      Participant

      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.
    • #48689
      WCFM Forum
      Keymaster

      HI,

      Please use this code snippet –

      add_filter( 'wcfm_is_allow_rich_editor', function( $editor ) {
      	return '';
      }, 750 );

      Thank You

    • #48835
      digitalcinemacrew
      Participant

      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.
    • #48891
      WCFM Forum
      Keymaster

      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/4dDdWYJ

      Thank You

    • #48952
      digitalcinemacrew
      Participant

      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.
    • #48967
      WCFM Forum
      Keymaster

      Hi,

      That’s also possible, set taxonomy limit form WCFM Capability. (https://ibb.co/z2m8F0r)

      Well, hope you have WCFM Ultimate!

      Thank You

    • #48976
      digitalcinemacrew
      Participant

      Hi, yes I do 🙂
      Great!

      Thanks again ^^

    • #48982
      WCFM Forum
      Keymaster

      Great 🙂

Viewing 7 reply threads
  • The topic ‘Disable rich text editor in products submissions Description/Excerpt Fields’ is closed to new replies.