Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Remove the edit text mce
- This topic has 6 replies, 3 voices, and was last updated 4 years, 9 months ago by WCFM Forum.
Viewing 6 reply threads
- AuthorPosts
- August 28, 2019 at 5:12 pm #78797
- August 30, 2019 at 7:14 am #79160WCFM ForumMember
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
- August 30, 2019 at 7:54 am #79187djks74Participant
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. 🙂
- August 30, 2019 at 8:28 am #79199WCFM ForumMember
Great .. you are welcome and all the best wishes for your new site 🙂 😀
- January 4, 2020 at 2:18 pm #100846jorsenmejiaParticipant
how to remove tiny mce on product manager?
Attachments:
You must be logged in to view attached files. - January 14, 2020 at 7:56 am #101974jorsenmejiaParticipant
anyone?
- February 7, 2020 at 11:33 am #106037WCFM ForumMember
- AuthorPosts
Viewing 6 reply threads
- You must be logged in to reply to this topic.