• Hi there,

    I have recently transferred a website from a development server to a live website. The front end is working fine, but when I go to /wp-admin, the page is missing all the styles. The login works and goes to the main admin page, but when I try to edit a page, the page just loads blanks.

    Does anyone know what would be causing this?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Cross check you have uploaded all files from development server to live site or not.
    This can cause beacuse of missing or properly not upadted style.css of your theme.
    Check server configuration.

    Thread Starter thetoolman123

    (@thetoolman123)

    Thanks for the reply. I believe all files are transferred across.

    This is the website:
    website

    • This reply was modified 5 years, 4 months ago by thetoolman123.
    Thread Starter thetoolman123

    (@thetoolman123)

    I have managed to fix it by adding the following lines

    define( 'WP_HOME', 'website.com' );
    define( 'WP_SITEURL', 'website.com' );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp-admin missing styles and editing page is blank’ is closed to new replies.