• Resolved jade4037

    (@jade4037)


    Hi everyone,

    I’m new to WordPress – and every time I click on my Dashboard in the administrative section – all I see is a sliver of the page – all other pages work absolutely fine and fill the screen appropriately. It’s a problem on both Safari and on Google Chrome.

    Greatly appreciate any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    In many cases, a blank WordPress admin panel results from code errors in your currently active theme. You can resolve this by disabling this theme. If disabling your active theme did not solve your issue, your next step should be to disable all your plugins to see if a plugin is responsible.

    Sometimes, a blank screen occurs because WordPress runs out of memory. This can happen if your allocated PHP memory is low. To increase memory limit please follow these steps.

    – Search for the wp-config file.
    – Right click on it, select View/Edit.
    – Add the following code to increase the allocated memory to 256mb (add this code just under “Define WP Debug”).

    `define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

    Let me know how that goes!

    Thread Starter jade4037

    (@jade4037)

    Thank you so much – it turned out to be an errant plug in causing the problem. Deleted the plug-in and voila! Problem solved. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dashboard Not Displaying’ is closed to new replies.