Site Not Uploading

Permalink
Hi, I recently converted an existing site to C5- freedomhousedetroit.org. It is hosted on Go Daddy. Everything was working fine, although the site was a little slow. Today however, the site will not load at all. I am totally lost about what to do. Please help.

 
keeasti replied on at Permalink Reply
keeasti
Do you have a link so one can take a look?
exchangecore replied on at Permalink Reply
exchangecore
When I visited there was a 500 internal server error. Most likely if you didn't change anything your web host was down. It looks like it's back up now though.
keeasti replied on at Permalink Reply
keeasti
I can see it as well now.

Maybe consider reducing the line-height for the navigation in the CSS and then also adjusting the padding a bit.

It's in typography.css line 40

Something like this:

.suckerdiv ul li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #ED1C24;
    color: #959595;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    overflow: auto;
    padding: 10px 0;
    text-align: right;
    text-decoration: none;
}
Maat replied on at Permalink Reply
Hi. Turns out it was Go Daddy having the problem. Thank you exchangecore and keeasti for your assistance and quick reply.
exchangecore replied on at Permalink Reply
exchangecore
You're welcome. There are lots of hosting threads on here recommending other providers besides GoDaddy simply because of performance alone, not sure how often they have service outages but if you aren't dead set on them you might look around and see what else is out there. If you need any help evaluating your other options feel free to PM me :)

Also, you should mark an answer to the topic so that other people visiting can easily identify what the issue was in case they are seeing the same thing.