Forums

Dashboard Looks Like Its Lost Its CSS (3 posts)

  1. chs137
    Member
    Posted 7 months ago #

    Today I moved transitioned a client's site from an integrated WordPress blog with static HTML pages to full-on WordPress. The transition was mostly successful, but when I re-logged into my dashboard after wrapping things up, it appeared like a bunch of unstyled, unordered lists - as though it had lost all of its CSS formatting.

    Here are some screen shots:
    http://bit.ly/pCS5ES
    http://bit.ly/q7V0pD

    I've tried Chrome, Firefox, and Safari, and cleared out my cookies and browser cache. No idea what else I can do, or could've done that would've changed the look of the dashboard so fundamentally.

    Has anyone ever encountered anything like this before? I can still get around on it all right, but I sure as heck can't turn it over to the client with it looking like this.

    Any help would be fantastically appreciated it.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 7 months ago #

    Try adding define('CONCATENATE_SCRIPTS', false ); to the bottom of your wp-config.php file (just before the require_once line).

  3. chs137
    Member
    Posted 7 months ago #

    Thanks for your help. I dropped that line of code in just before the last line, but it came back with:

    Parse error: syntax error, unexpected T_REQUIRE_ONCE...on line 92

    Realized I'd forgotten the semi-colon to end the line, and then it came back with:

    Error Establishing Database Connection.

    Here's a shot of the exact code as I did it: http://bit.ly/pIEzZI

    More alarming, unfortunately, is that when I re-uploaded the wp-confg.php file from a back-up, I got that same parse error.

    Any advice would be fantastically appreciated. Would prefer not to blow out the wp-config file and start over unless I have to.

Reply

You must log in to post.

About this Topic