Hi,

my gallery with lightbox-effect don´t work anymore. The greater image comes with a black forground and no arrow left or right. It seems that jquery had updated the code:
Code: Select all
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>


Is there an update-code for couch?

I SOLVED this problem by now:
Couch comes with the own code for jquery - not loaded from code.jquery.com - it is in /couch/includes/jquery.min-1.5.1.js.

So you only have to change in the head area the row seen above to:
Code: Select all
<script type="text/javascript" src="http://www.YOURDOMAIN/couch/includes/jquery.min-1.5.1.js"></script>

and it works again!

best regards