Quote Originally Posted by tronage View Post
Sent you a pm with a link, let me know if any of that is useful...
It was and yes there are validation errors that are affecting the display of the dropdowns, primarily unbalanced </div> tags. Haven't had an opportunity to dig into the specific page code, but one thing that seemed to jump out (and reltively easy to fix) was the sequence of tags that follow display of a few of the images where the </a> tag is applied "too early".

While not caused by this plugin, the following would be a process that could be used to sort this out.
1) Have the page validated by an html validator.
2) Based on the line number and column number, view the source of the web page being validated and locate the content.
3) From there identify the area of the code that produces the content displayed to correct the identified issue.
4) Recommend reperforming the above steps until the error(s) are resolved. Warnings would be good to address as well, but are less significant issues.

Ideally before applying plugins that include javascript or for that matter change the display of information the pge should be validated so that such issues can be identified, corrected, and the cause of not displaying can be determined.