javascript - Wordpress site won't load in IE 8.0 -
i'm not hardcore web developer enjoy customizing wordpress themes fit needs. put small website mom who's running local office. used wordsmith anvil theme (http://wordpress.org/extend/themes/wordsmith-anvil)..
the site loads nicely in chrome , firefox. however, when comes ie 8.0, won't load (when hover cursor on page, can still click on links , whatnot page appears blank- white). or load after couple refreshes. same applies 5 pages on website.
i checked theme developer's website , read thru replies ppl had similar issues. suggested replacing line of code:
$(document).ready(function() {
with
jquery(document).ready(function($) {
in 3 .js files.. however, still didn't resolve issue i'm having. ideas else might causing it? appreciate responses. thank you!
ps. when disable scripts in ie, page load fine.
Comments
Post a Comment