Navigation überspringen

[Gelöst] Fields Styling Editor Showing Without Being Called On Types 2.2.22

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

How do disable the "Fields Styling Editor" when edit a custom field group?

Solution:

The "Fields Styling Editor" is disabled by default, I suggest you check it in the file wp-config.php, check if there is a line:

define('TYPES_USE_STYLING_EDITOR', true);

remove it or setup the value to "false" and test again.

Relevant Documentation:

This support ticket is created vor 6 Jahren, 8 Monaten. 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

Dieses Thema enthält 3 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Luo Yang vor 6 Jahren, 8 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#631205
types-fields-error-1.png

In my Post Fields editor I am unable to open the fields boxes to make edits. I click on the upside down triangles and I'm unable to open the field. I noticed I have the "Fields Styling Editor" box there which I never setup code for. This is a new website, with a new WordPress Install and new Types plugin installation... why would the Fields Styling Editor be there? How do I get rid of it or turn it off. I think that is the problem to why I cannot open the fields editors.

#631262

Hello,

the "Fields Styling Editor" is disabled by default, I suggest you check it in the file wp-config.php, check if there is a line:

define('TYPES_USE_STYLING_EDITOR', true);

remove it or setup the value to "false" and test again.

#632154

Thank you Luo. That was the solution to my problems.

#632157

You are welcome