• Hi

    I installed the WP application, when I log onto the page – the image displays – but as soon as I go onto the customise, or dashboard, the dashboard only displays words and not the dashboard. The words are displayed as follow and there is no tabs or anything to update:
    Skip to main content Skip to toolbar
    Is there something I done wrong? I even tried downloading an earlier version of it and still unable to view this correctly.

    PLease help

    Dashboard
    Dashboard
    Home
    Updates 1

    Posts
    Posts
    All Posts
    Add New
    Categories
    Tags

    Media
    Media
    Library
    Add New

    Pages
    Pages
    All Pages
    Add New

    Comments 0

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lorenzo87

    (@lorenzo87)

    Please help guys – I tried googling and youtube but nothing. Is it because I’m using windows10?

    Hi @lorenzo87,

    For this we can try two things, of which the first will most likely not work (but we can try) and the second might work but it’s a hardcoded tweak which we can use as a last resort.

    1. Open up your wp-config.php file and insert the code

    define( ‘CONCATENATE_SCRIPTS’, false );
    define( ‘SCRIPT_DEBUG’, true );

    After adding this code, refresh the page a couple of times.

    2. If first option does not work then open up load-styles.php (you can find this file in wp-admin/load-styles.php. Now find error_reporting(0); and change this into error_reporting( E_ALL | E_STRICT );

    After option 2 refresh the page a couple of times until styles are completely back. Once the styles come back, you can revert the line back to original.

    Let me know if this works.

    Thread Starter lorenzo87

    (@lorenzo87)

    @helldog2018

    Thanks a mill buddy, the first option fixed it.

    Really appreciate your assistance.

    Regards,
    Lorenzo

    Hello @helldog2018,

    I have the same problem. I have tried the two solution but they aren’t working for my website…
    Do you have other suggestions?

    Kind regards,
    Petra

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Admin Dashboard not Displaying Correctly’ is closed to new replies.