Skip Navigation

[Resuelto] Fields Styling Editor Showing Without Being Called On Types 2.2.22

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

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 hace 6 años, 7 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Luo Yang hace 6 años, 7 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#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