christian 0 Report post Posted March 9, 2011 hey, we are using: - platform pro theme with Dropdown enabled - wp lightbox 2 plugin (http://zeo.unic.net.my/lightbox2-for-wordpress/) working: - dropdown navigation works fine when lightbox plugin disabled - lightbox plugin works fine when dropdown disabled problem: - when both enabled, dropdown doesn't work properly (just active category is dropping down) and lightbox doesn't work at all - multiple js-errors like this: 'invalid array length' in .../plugins/wp-lightbox2/js/prototype.js on line 33 what i already tried: - loading the superfish script in the header so that it comes before the .noconflict(). didin't solve the problem... any ideas? thx a lot, oli Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 9, 2011 Can you choose which js library to use when you activate lightbox2? It seems as if prototype and jquery often have problems: http://forum.jquery.com/topic/jquery-conflicts-with-prototype-and-the-fix Share this post Link to post Share on other sites
christian 0 Report post Posted March 10, 2011 no couldn't choose the library. but i now just replaced the plugin with WP jQuery Lightbox: http://wordpress.org/extend/plugins/wp-jquery-lightbox/ implements lightbox with jquery...no more conflicts...solved! Share this post Link to post Share on other sites