• Resolved severus

    (@severus)


    Hi there,

    I have just installed a new site and everything looks fine in the front end. It works 100% but the dashboard does not have style. The whole content is shown lineally one after the other without keeping the style (boxes of the menu in the left hand side have a 100% width and therefore the content that should be in the right hand side is at the bottom of the page).

    I even continued and installed a multisite and it worked without problem, I can create new sites in the network, I could manage post, pages, themes, everything… but the dashboard is a mass. Like a site without .CSS file.

    I downloaded a fresh installation from www.remarpro.com, and I have reinstalled everything from scratch, but it is still the same.

    Does anybody,have an idea, what could it be?

    The site is

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

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

    Thread Starter severus

    (@severus)

    Hi esmi,

    It works!!!

    Just for the records… Why do you think it was happening something like that and what have we done with that line?

    esmi

    (@esmi)

    In order to increase performance, WordPress concatenates javascript on the admin side of the site. Some servers, (like yours) can’t handle this, so you’ve just turned the concatenation off.

    Thread Starter severus

    (@severus)

    Thanks for the help and the explanation.

    I never faced that before and I have even several sites based in WordPress in the same server. The hosting company was speechless.

    Everyday I learn something new about WordPress. Thanks again

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Admin dashboard without style’ is closed to new replies.