No response from developer, but thanks to Aristeides Stathopoulos in GitHub, replacing define(‘WP_DEBUG’, false); in WP-config file does the trick…
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
Thread Starter
bubba
(@koberlin)
Interesting. Some combination of options, unrelated to Usernoise settings, worked. No idea which items or why, but consider this resolved.
Wrapping the field styles both the label and the field content. How do you style only the label?