• Resolved elliotfryer

    (@elliotfryer)


    My website, http://www.elliotfryer.com has suddenly stopped loading properly. It loads the background colour fine, but nothing else. It worked fine two days ago. I didn’t change anything and checked it today and it’s not working suddenly. I thought it might be an issue with the current version of wordpress, but I updated and still the same issues.

    Hosting through fatcow.com (everything seems to check out there)

    Any help would be great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • In your CSS, you have “display: none;” in the #page div — which is hiding the content on the page:

    #page {
        border-top: 10px solid;
        display: none;
    }

    See line 78

    Thread Starter elliotfryer

    (@elliotfryer)

    Thanks for the quick response!
    What would be the correct way to change this?

    Get rid of the display none – did you modify the CSS file? Seems pretty odd it would be there in the first place.

    Thread Starter elliotfryer

    (@elliotfryer)

    Wonderful it worked!
    I did not! Not sure why it was there.
    Many thanks WPyogi!
    Thank you thank you.

    -Elliot.

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

The topic ‘Page stopped loading! Help!’ is closed to new replies.