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 5 years, 1 month ago by
WCFM Forum.
Viewing 6 reply threads
- AuthorPosts
- August 28, 2019 at 5:12 pm #78797
- August 30, 2019 at 7:14 am #79160
WCFM Forum
MemberHI,
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 #79187
djks74
ParticipantThanks 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 #79199
WCFM Forum
MemberGreat .. you are welcome and all the best wishes for your new site 🙂 😀
- January 4, 2020 at 2:18 pm #100846
jorsenmejia
Participanthow to remove tiny mce on product manager?
Attachments:
You must be logged in to view attached files. - January 14, 2020 at 7:56 am #101974
jorsenmejia
Participantanyone?
- February 7, 2020 at 11:33 am #106037
WCFM Forum
Member
- AuthorPosts
Viewing 6 reply threads
- You must be logged in to reply to this topic.