Skip Navigation

[Closed] Remove WYSIWYG from Cred

This support ticket is created 7 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 5 replies, has 2 voices.

Last updated by Minesh 7 years, 2 months ago.

Assisted by: Minesh.

Author
Posts
#472604

I am trying to remove the WYSIWYG editor from Cred forms. I came accross the following code here on toolset but it's not working

/* Removes WYSIWYG from Cred in Payments */
function remove_pages_editor(){
    remove_post_type_support( 'payment-paying', 'editor' );
}   
add_action( 'init', 'remove_pages_editor' );

My CPT has a slug of payment-paying

Any ideas?

Thanks

#472772

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Can I have few screenshots which wysiwyg field you would like to remove?

#472827
Screen Shot 2017-01-03 at 2.33.12 PM.png

In other words the visual editor. I dont want people adding HTML or anything strange :). Just text.

#472866

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - CRED allowed you to filter the submitted content. if you visit CRED settings at:
=> Toolset => Settings => Forms tab => Content Filter section

More info:
https://toolset.com/documentation/user-guides/content-filter-settings/

#472883

I am aware of that setting. My question remains. How do I remove the visual editor?

#472886

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I need access details to check why the code is not working or its possible or not.

1)
Could you please share link of the page where CRED form is added.

2)
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).

I have set the next reply to private which means only you and I have access to it.

The topic ‘[Closed] Remove WYSIWYG from Cred’ is closed to new replies.