Viewing 12 replies - 1 through 12 (of 12 total)
  • i can see ur site loading well and fine here ..

    I agree with OP…it looks terrible! I’m on IE7….I haven’t dug any deeper tho

    https://validator.w3.org/check?uri=http%3A%2F%2Fwww.peoplewithbandaids.com%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&user-agent=W3C_Validator%2F1.654#line-14

    you have some issues here…missing > etc….

    haven’t specified script type in your header (not sure how much that matters to layout….but I think the > is important

    Thread Starter ainacio

    (@ainacio)

    I found a quick fix. The home page was the culprit, so in settings->reader I made it a static page, and pointed it to mission statement.

    I can’t help ya now that you’ve changed it….so just take a quick peek at your index.php I believe.

    Fixing it would have been the quickest way….you are just missing a closing bracket on on of your div id/classes in your loop, which is probably jacking your whole layout.

    ____
    If you get bored…just for fun…you can update your javascript code in your header and get rid of a bunch of validation errors!

    you have a bunch like this that are not valid:
    <script src="https://www.peoplewithbandaids.com/wp-content/themes/magazeen/js/pngfix.js"></script>

    your plugins have lines like this, which are valid:
    <script type="text/javascript" src="https://www.peoplewithbandaids.com/wp-content/plugins/lightbox-2-wordpress-plugin/lightbox/js/prototype.js" ></script>

    That particular error isn’t throwing anything off….but why not get valid eh? lol

    Thread Starter ainacio

    (@ainacio)

    ok. let’s work on the first part first (missing the div bracket). Which one is missing exactly? Which line?

    Thread Starter ainacio

    (@ainacio)

    I’m not too sure what you’re talking about. I’m new to WP. Also — if it was a code issue, why couldn’t I see it on local host — only on other boxes?

    Thread Starter ainacio

    (@ainacio)

    I think I found the issue. I am using the magazeen theme, and I found a discrepency in one line:

    <div <?php post_class(); ?>

    I think this should be:

    <div <?php post_class(); ?>>

    I’ve updated it and put it back to the way it is. Does this solve the first issue? Now onto the second issues?

    As per the second issue, I don’t know what the difference is between those two lines… what is it?

    Thread Starter ainacio

    (@ainacio)

    Also note, the reason I could only see the issue on local host was because I was running mozilla which auto-corrected the issue.

    @rvoodoo:

    Let me know if you can explain:

    If you get bored…just for fun…you can update your javascript code in your header and get rid of a bunch of validation errors!

    you have a bunch like this that are not valid:
    <script src=”https://www.peoplewithbandaids.com/wp-content/themes/magazeen/js/pngfix.js”></script&gt;

    your plugins have lines like this, which are valid:
    <script type=”text/javascript” src=”https://www.peoplewithbandaids.com/wp-content/plugins/lightbox-2-wordpress-plugin/lightbox/js/prototype.js&#8221; ></script>

    That particular error isn’t throwing anything off….but why not get valid eh? lol

    I should have been more specific….youor scripts need to have a ‘type’ to be valid. Notice the first scripts just say script src and give a url. The second example also gives a type="text/javascript" drop in the script type and those lines become valid

    just looked at your site….it looks like getting that missing > in there really cleaned things up! Good job! ANd yeah, mozilla will usually be real forgiving of jacked up code. IE is a pain.

    (sorry to bail on ya midthread yesterday….I only log on here from work….and it were quittin time!)

    Thread Starter ainacio

    (@ainacio)

    Thanks RVoodoo. I will add those later on. Another issue which is bugging me is the pngfix.js issues. I keep getting null object exceptions. When I run IE-7 (not sure about other versions) I get that stupid yellow warning sign in the bottom left. Also, with opera, In the error console it seems to be complaining about the same issue.

    Anyone know why this is happening? Am I using pngfix incorrectly? I uploaded the newest pngfix code.

    Thanks!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Corrupt Website’ is closed to new replies.