@ Eric P above
You have the right idea with the code change with your above code commenting out that section except you added in extra “commenting out” characters. When i removed the extra set and commented out the entire section of code it worked like a champ.
So the edit looks like:
/* jQuery(document).ready(function() {
try {
jQuery('div.wpcf7 > form').ajaxForm({
beforeSubmit: wpcf7BeforeSubmit,
dataType: 'json',
success: wpcf7ProcessJson
});
} catch (e) {
}
try {
jQuery('div.wpcf7 > form').each(function(i, n) {
wpcf7ToggleSubmit(jQuery(n));
});
} catch (e) {
}
}); */
I have run into a problem with the elegant grunge theme as well with Internet Explorer. Whenever i have a post with an image Internet explorer is unable to load the page fully.
http://www.nakedhedgefund.com
Im guessing that I need to put some code somewhere to handle this problem with internet explorer.
Webbpottery did you figure anything out ? It looks like your posts are fine with images in Internet explorer.