cricketb
Member
Posted 1 year ago #
Whenever I send users to my blog URL: http://diaperdispatch.com/izziebeau/
most of the users get a "page cannot be displayed" error message.
Some users can simply click refresh and the page finally displays, but other users cannot see the page at all.
Is there something that I should be doing when I send out the URL, or is it something that the users must do on their computer to get the page to display?
Thanks,
Jeff
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fdiaperdispatch.com%2Fizziebeau%2F
fix your validation errors, start with the duplicate page titles, <title></title>
structural errors like that mess with ie.
cricketb
Member
Posted 1 year ago #
how do I fix those errors? I'm not really familiar with how to fix them! I'm using the templates provided and simply adding posts. How can I find where the errors are?
Thanks for your help!
Either you or someone else has been editing your theme for you and added errors. For example, there are duplicate copies of Google Analytics code. Get rid of the one just before </head>.
Use the Show Source option in the validator to locate the errors in your code, and then edit the corresponding theme file.
Also try temporarily disabling your plugins to see if the problem goes away.