see live demo!

Not signed in (Sign In)

Categories

 

buy Monoslideshow

via PayPal / credit card

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorxukc15
    • CommentTimeNov 3rd 2009
     permalink

    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!

    • CommentAuthorJarredja
    • CommentTimeNov 3rd 2009
     permalink

    followImageLinks="true"

    Page 18 in the manual.

    • CommentAuthorvanzon
    • CommentTimeNov 5th 2009
     permalink

    Can you tel me why i get the warning Attribute "followImageLinks" in [GLOBAL] is undefined.

    Kind regards

    Paul

  1.  permalink

    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

    • CommentAuthorvanzon
    • CommentTimeNov 5th 2009
     permalink

    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

    • CommentAuthorJarredja
    • CommentTimeNov 5th 2009 edited
     permalink

    You are using Version 1 or 2 ??

    • CommentAuthorvanzon
    • CommentTimeNov 5th 2009
     permalink

    version 1.32

    • CommentAuthorJarredja
    • CommentTimeNov 6th 2009
     permalink

    <img src="4.jpg" link="http://www.mypage.com" title="photo 4" description="description 4"/>

    • CommentAuthorvanzon
    • CommentTimeNov 6th 2009
     permalink

    Thank you... It works!

    • CommentAuthorvanzon
    • CommentTimeNov 6th 2009
     permalink

    It works in IE 8.0
    How come it doesn't work in IE 7.0 and Firefox 3.5.3

    Paul

    • CommentAuthorJarredja
    • CommentTimeNov 6th 2009 edited
     permalink

    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

    • CommentAuthorvanzon
    • CommentTimeNov 7th 2009
     permalink

    Strange.

    My testlink is http://www.vanzoninternet.nl/fysiobox/

    Paul

  2.  permalink

    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

    • CommentAuthorvanzon
    • CommentTimeNov 7th 2009
     permalink

    Thank you Christoph

    It works

    Paul

monokai logo © 2009 Monokai, all rights reserved. Buy Monoslideshow.