• Styling on both theme and wordpress has disappeared, the text remains there its just not styled at all. We have moved hosting and that is it, does anyone know how to get the styling back at all

    Sorry if wrong location first post!

Viewing 3 replies - 1 through 3 (of 3 total)
  • It would help us help you if you gave us the name of the website, we could then see which files are not loading and why.

    Yes, the installations section of this forum is the correct place to ask this question, (how to and troubleshooting would also have been suitable).

    Thread Starter kieranread

    (@kieranread)

    I think you have some problems with your settings (Dashboard > Settings > General) in the fields:
    -WordPress Address (URL)
    -Site Address (URL)

    While your website is expected to be at:
    -https://getgreenrain.com/nerdswrite/

    It gives the wrong address to the supporting files:
    -https://getgreenrain.com/testwordpress/wp-content/themes/flat/style.css

    Which should be:
    -https://getgreenrain.com/nerdswrite/wp-content/themes/flat/style.css

    Since it is unlikely that you can login to the admin, you will have to fix this in the database. Instructions are here:
    https://codex.www.ads-software.com/Changing_The_Site_URL

    Easiest solution is to add this to your wp-config.php
    define('WP_SITEURL','https://getgreenrain.com/nerdswrite');
    Then fix it properly in the database.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling disappeared when moved hosting’ is closed to new replies.