What's up guys, just registered. I recently used IE to open up my wordpress site and see how it looked. It loads fine but it says "done, but with errors on page." I double click it and it says "line 110 - document.getElementByID(...) is null or not an object. I view the source code and look at the line. Full line 110 is as follows: document.getElementById('fb-root').appendChild(e); I assume this has something to do with Wordpress child themes, but I honestly have no idea how to even begin to fix it. Can anyone help? My website is: http://www.fredtracy.com
With Google you would have get informations like this: http://developers.facebook.com/docs/reference/javascript/fb.init/ You see that it is a "problem" with FaceBook, it's not a problem of WP or your theme. I guess you have a FaceBook plugin/script installed.
I see, thanks for the info. It's odd because the only facebook thing I'm aware of using is my "Facebook likes it" plugin, which is on posts. Oddly enough, I get no error in IE when I view posts.. only the pages. Does anyone know what may be going on?
The plugin gets loaded even if there is no post... and the error speaks for itself. ID is null means there is no ID fb-root, that's why