Support

Account

Home Forums General Issues UI Issues after updating from 5.12.2 to latest Reply To: UI Issues after updating from 5.12.2 to latest

  • Your first screenshot makes me thing that it is a CSS or JavaScript issue.

    Everything above where is says “Field Groups” and “add new” should be part of the ACF admin menu. I am attaching a screen shot of what it should look like.

    This could also be cause by a corrupted minified JS or CSS file. To tell this add

    
    define('SCRIPT_DEBUG', true);
    

    to your wp-config.php file. This should cause all the original JS & CSS files to be loaded instead of the minified versions.