• Resolved Janke

    (@soldier99)


    Hi,
    I assigned the Field group to Posts and Pages but the fields geoup meta box does not show up with the Gutenberg or classic editor. I also tried with Actie or inactive setting but nothing. So, it seems that the pluginis not working. ??
    Any fix to offer?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Smackcoders Support

    (@smacksupport)

    Hi,

    Thank you for using our Tools Engine – Custom Fields plugin.

    Other PHP notices in the server is causing the mentioned problem. To avoid this problem, you can paste the following code in wp-config.php file

    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    We will resolve the conflict with PHP notices in the next version release.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Field group Meta box is not showing up’ is closed to new replies.