Hello,
In JA Quartz, the image inserted in articles published at Frontpage are extracted and displayed as a thumbnail within the frontpage article blog. How to use highslide instead a standard display in order to make it clickable?
I tried the normal tags {highslide} without success.
With this code
{highslide type="img" url="http://www.exemple.com/images/stories/styles/Page-4-r.jpg" width=70 captionText='Sample image'}Image Title{/highslide}
only the “Image Title” is clickable, not the thumbnail.
So I replaced the “Image Title” with an Image like this
{highslide type="img" url="http://www.exemple.com/images/stories/styles/Page-4-r.jpg" width=70 captionText='Image Desc.' display=none}<img src="images/stories/styles/Page-4-r.jpg" border="0" alt="Ensemble 001" title="Ensemble 001" width="70" />{/highslide}
. The Image is showing but not clickable.
In the Full article everything is working. I thing the rendering code for the frontpage is making this difference. This is very urgent.
Any help highly appreciated.
In advance thanks.
-Charles
PS: Another problem (in my opinion) is that the full image url is required in the {highslide} tag.