I've narrowed down that an issue in my 'Gravity Forms' edit page is happening when 'Toolset Types' is active. All my other plugins are deactivated and when I turn off 'Toolset Types' the problem is solved.
The issue is:
- screenshot 01 - the labels of the field types has css code appearing in the name
Any ideas what might be going on?
I have the latest version of each plugin installed:
- Gravity Forms: Version 2.7.3
- Toolset Types: Version 3.4.18
Thanks for your contact, and welcome to the Toolset support forum!
Does it happen to any browser that you access? Please do this test if you haven't done it yet.
Also, may I kindly ask you to enable the debug mode? Just add the following code in your wp-config.php file:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
After adding the code above, try to reproduce the issue again and check if you'll find a debug.log file inside the wp-content folder. If you locate it there, kindly send us the last lines here in the ticket.
Regards,
Mateus.
The topic ‘[Closed] Toolset Types + Gravity Forms = displays weird code on labels’ is closed to new replies.