Try blaming the 3 javascript errors in IE:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322)
Timestamp: Fri, 17 Jul 2009 20:55:48 UTC
Message: ‘jQuery’ is undefined
Line: 30
Char: 1
Code: 0
URI: http://west-valley-community-church.theportlandco.com/wp-content/plugins/multi-level-navigation-plugin/scripts/hoverIntent.js.php?ver=r5
Message: ‘jQuery’ is undefined
Line: 11
Char: 1
Code: 0
URI: http://west-valley-community-church.theportlandco.com/wp-content/plugins/multi-level-navigation-plugin/scripts/superfish.js?ver=1.4.8
Message: Object expected
Line: 1
Char: 1
Code: 0
URI: http://west-valley-community-church.theportlandco.com/wp-content/plugins/multi-level-navigation-plugin/scripts/superfish_settings.js.php?ver=1.0
Have you tried using conditional CSS classes?
The theme I’m working on is kind of twitchy too… what I ended up doing was wrapping the entire theme with a conditional DIV class that is only used when the browser opening the page is IE and then just adding a few extra classes specific to IE to correct the wonky spots.
Here’s some info:
http://www.sitepoint.com/blogs/2008/11/13/how-to-use-conditional-comments-for-better-css/#
Here’s how I did it:
In header.php:
<body>
<!--[if IE ]>
<div class="ie">
<![endif]-->
.
.
.
Then in footer.php
.
.
.
<!--[if IE ]>
</div>
<![endif]-->
</body>
Then you just edit the wonky CSS tags, such that you add an extra one – edited just for IE – wherever it seems to be screwing up. So if you’re having a problem with a class named “poop”
In style.css
.poop {
}
.ie .poop{
}
Hey guys/girls – thanks for the replies.
Sweetangst, yep I tried conditional classes. Thanks for the suggestion though.
ESMI – The drop down plugin I’m using is called suckerfish – so that makes sense with those errors. But I don’t see how those could be related to the issue’s I mentioned? Particularly because I didn’t write that code and modifying them wouldn’t be the best of decisions I think since they’re modules written by JQuery and another third party. Can you elaborate?
Thanks!
Save,
I am taking the test for a friend, and installed wordpress mu plugin and Multi-level Navigation Plugin http://domlele.com in the beginning it worked, now the menu lists the categories, but giving this error in the visualization and execution.
In IE the error reported is as follows:
Details of the errors of the Web page
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2;. NET CLR 2.0.50727;. NET CLR 3.5.30729;. NET CLR 3.0.30729; Media Center PC 6.0 ; FDM; Tablet PC 2.0)
Stamp Date / Time: Sat, 26 Sep 2009 17:29:57 UTC
Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://domlele.com/wp-content/plugins/multi-level-navigation-plugin/scripts/hoverIntent.js.php?ver=r5
Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://domlele.com/wp-content/plugins/multi-level-navigation-plugin/scripts/superfish_settings.js.php?ver=1.0
Does anyone know how to solve this problem?
Thank you for your attention!