Hi there,
I have the
jQuery Foldergallery running with the
Galleryview preset as image viewer. All things work well. So far so good.
What I tried to do is make the main image of the Gallerview preset clickable with Highslide.
At first I'd thought this could be simply done in 5 minutes but after 90 minutes I ran out of all options. So for now I'm stucked.
1) I uploaded all the original Highslide files in the modules/highslide dir.
2) I used this code in the index of the template:
script type="text/javascript" src="modules/highslide/highslide.js"></script>
<link rel="stylesheet" type="text/css" href="modules/highslide/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = 'modules/highslide/graphics/';
</script>
3) And used this code in the .htt file of the Galleryview template:
<a href="{CAT_LINK}" class="highslide" onclick="return hs.expand(this)"><img src="{THUMB_LINK}" alt="Highslide JS" title="Click to enlarge"/></a>
In all it simply doesn't work and I ran out of options what could cause this.
So my question is if there is anyone who has experience with my wish? Or is it just a conflict between jquery and Highslde that this doesn't work?