Remove the edit text mce

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!

Viewing 6 reply threads
  • Author
    Posts
    • #78797
      djks74
      Participant

      Dear WCFM,
      How to remove the text editor at my-account/inquiry?

      pic attached. really apppreciate! 🙂

      Thanks

      Attachments:
      You must be logged in to view attached files.
    • #79160
      WCFM Forum
      Keymaster

      HI,

      Please add this code to your site for the purpose –

      add_filter( 'wcfm_enquiry_reply_fields', function( $wcfm_enquiry_reply_fields ) {
      	if( is_account_page() && isset( $wcfm_enquiry_reply_fields['inquiry_reply'] ) ) {
      		$wcfm_enquiry_reply_fields['inquiry_reply']['type'] = 'textarea';
      		$wcfm_enquiry_reply_fields['inquiry_reply']['class'] = 'wcfm-textarea wcfm_ele wcfm_full_ele';
      	}
      	return $wcfm_enquiry_reply_fields;
      });

      Thank You

    • #79187
      djks74
      Participant

      Thanks alot for this.

      since the site is ready for launching and new transaction from zero, so we dont have example to show it on the project now.

      I will update tomorrow when there is new order from real customer. 😉

      what a great support!!!

      Thanks WCFM. 🙂

    • #79199
      WCFM Forum
      Keymaster

      Great .. you are welcome and all the best wishes for your new site 🙂 😀

    • #100846
      jorsenmejia
      Participant

      how to remove tiny mce on product manager?

      Attachments:
      You must be logged in to view attached files.
    • #101974
      jorsenmejia
      Participant

      anyone?

    • #106037
      WCFM Forum
      Keymaster

      Hi,

      Please set OFF “Rich Editor” from WCFM Capability setting – https://ibb.co/9V7Sgnw

      Thank You

Viewing 6 reply threads
  • You must be logged in to reply to this topic.