via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Beginner Level Question : I would like to make the images in my Monoslideshow clickable. What code is it required and where does it need to be placed?
Thanks!
followImageLinks="true"
Page 18 in the manual.
Can you tel me why i get the warning Attribute "followImageLinks" in [GLOBAL] is undefined.
Kind regards
Paul
This means you have put the attribute somewhere it does not belong.
It needs to reside here:
<album>
<configuration followImageLinks="true" />
<album>
Of course, if you have set other attributes as well, this code snippet needs to be changed accordingly.
Christoph
Thank you!
Do you mean this way?
<album thumbnail="slideshow/albumThumbnail.jpg" title="Example album" description="Example description" imagePath="slideshow/images/" thumbnailPath="slideshow/thumbnails">
<configuration followImageLinks="true" />
<img src="1.jpg" title="photo 1" description="description 1"/>
<img src="2.jpg" title="photo 2" description="description 2"/>
<img src="3.jpg" title="photo 3" description="description 3"/>
<img src="4.jpg" title="photo 4" description="description 4"/>
</album>
Where do i have to put the url??
If someone clicks on foto 4.jpg the page www.mypage.com needs to open.
Kind regards
Paul
You are using Version 1 or 2 ??
version 1.32
<img src="4.jpg" link="http://www.mypage.com" title="photo 4" description="description 4"/>
Thank you... It works!
It works in IE 8.0
How come it doesn't work in IE 7.0 and Firefox 3.5.3
Paul
Do you have a test link? I don't have a problem with my test show. I used ie7 and ff 3.5.5
Here is my test link for version 1.32
http://www.texasvirtualtours.com/monos/viewer1/index.html
Indeed, it doesn't work in Firefox.
You are closing one more <div> than you are opening, that could irritate Firefox.
Another idea: As you are giving MSS's <div> a z-index of -1, you are effectively putting it "behind" the container div, which is of course not clickable. I would take the z-index away or try a positive value.
Hope this helps,
Christoph
Thank you Christoph
It works
Paul
1 to 14 of 14