• My wp-admin is in some kind of a text-only mode. I tried disabling plugins via SFTP, did not help. Clearing site cache and browser cache did not help. WP-admin is unusable.

    Here is a screenshot: https://ibb.co/WtHS3MJ

    Hope someone can help. Thanks.

    • This topic was modified 2 years, 7 months ago by sekibutsu.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @sekibutsu

    1) I had the same issue a few months back I tried this and this works for me.

    define(‘FORCE_SSL_LOGIN’, false);
    define(‘FORCE_SSL_ADMIN’, false);
    define( ‘CONCATENATE_SCRIPTS’, false );
    define( ‘SCRIPT_DEBUG’, true );
    try to load wp-admin with SSL.

    After reloading it looks OK, maybe after re-login, set SCRIPT_DEBUG to false.

    hope this help

    • This reply was modified 2 years, 7 months ago by Punit Trivedi.
    Thread Starter sekibutsu

    (@sekibutsu)

    Thanks! I added those to my config, but unfortunately it didn’t change anything.

    Apparently my wp-admin works just fine for other people (two of my friends have logged in, and the dashboard and everything works properly). So for whatever reason, the problem is only on my end.

    I’ve tried resetting the computer, resetting the router, clearing the browser cache, using another browser, and clearing the local DNS cache from the mac terminal.

    My wp-admin simply remains unusable. If anyone has any tricks up their sleeve, I would be most thankful.

    Hello @sekibutsu

    Please check there is a any error are display in console if not then check with disable themes and plugins one by one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-admin UI not working / css not loading’ is closed to new replies.