I have just installed the rotate plugin on a friend's site and his gallery was working fine with lightbox before, but now it doesn't.
When I put the gallery javascript second, the lightbox works. If I put the rotate plugin JS second, then the header rotates, but the gallery doesn't work.
Can anyone shed any light (no pun intended) on the issue?

I'm using :
Gallery 1.4
Rotate 0.3
CMSMS 1.8.1
Here's all the JS :
Code: Select all
<!-- Rotate JS -->
<__script__ src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></__script>
<__script__ src="plugins/cycle.js" type="text/javascript"></__script>
<!-- Gallery/Lightbox JS -->
<link rel="stylesheet" href="modules/Gallery/templates/css/Lightbox.css" type="text/css" media="screen" />
<__script__ type="text/javascript" src="modules/Gallery/templates/lightbox/js/prototype.js"></__script>
<__script__ type="text/javascript" src="modules/Gallery/templates/lightbox/js/scriptaculous.js?load=effects,builder"></__script>
<__script__ type="text/javascript" src="modules/Gallery/templates/lightbox/js/lightbox.js"></__script>
</head>