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.
  1.  permalink

    in previous version of Monoslideshow v1.32 it was an option to start the show with any of the 3 levels: albums, thumnails or photos.
    startWith “photos”, “thumbnails”, “albums”, “albumsThenThumbnails”

    unfortunately this function is no available in v2.04

    can we have "startWith" control available again, in next update perhaps?

    oliver

    • CommentAuthorRvDam
    • CommentTimeOct 13th 2009 edited
     permalink

    There is no need for this. If you give an album an id and use the startwithalbumid property it will start with this album. If the album contains images it will start to show the images. If you set the option startWithNavigationWindow to true and the startwithalbumid contains sub albums, you will see the album navigation window. If the album contains images it will show the thumbnail of these images. If you don't use the startWithAlbumId it will start with the first album that contains images.

    Hope this will solve the problem.

    • CommentAuthoruwe1025
    • CommentTimeOct 14th 2009 edited
     permalink

    Because I'm not very advanced in xml, could you please tell me where I have to edit the xml file. I can activiate the option startWithNavigationWindow="true", but I have no idea how to give the "startWithAlbumId".

    This is my content including two albums. If I start Monoslideshow it should be opened with the overview for two albums.

    <contents>
    <album thumbnail="album/thumbnails/gallery/_DSC5276.jpg" itemPath="album/images/gallery" thumbnailPath="album/thumbnails/gallery" title="Gallery" description="Keep your eyes open">

    <contents>
    <image source="_DSC5160.jpg" title="title 1" description="description 1" />
    <image source="_DSC5239.jpg" title="title 2" description="description 2" />
    <image source="_DSC5276.jpg" title="title 3" description="description 3" />
    </contents>

    </album>
    <album thumbnail="album/thumbnails/shooting/_DSC2412.jpg" itemPath="album/images/shooting" thumbnailPath="album/thumbnails/shooting" title="Shootings" description="Keep your eyes open">

    <contents>
    <image source="_DSC2412.jpg" title="title 1" description="description 1" />

    </contents>

    </album>
    </contents>

    Thanks a lot

    Uwe

  2.  permalink

    That is, with example, described on p8 and p9 of the manual.
    You need a structure like this:

    <album>
    <configuration startWithAlbumID="Foo" />
    <album id="Foo">
    <content...
    </album>
    <album> //second one, no ID necessary
    <content...
    </album>
    </album>

    • CommentAuthoruwe1025
    • CommentTimeOct 15th 2009 edited
     permalink

    Thanks a lot christophvl. But it is not working like I wanted.... :-(

    I try to explaie it again: I do have two albums - for example "The best of" and "Shootings". If I work with the id I can start the monoslideshow with the overview for one specific album. I want to the overview for the highest level, where all albums are shown, not the photos in one specific album. Where do I have to add the album id for this case? And is it possibleI that a photo is lying in the background like in the screenshot below. I tried a lot but is doesn't work. My content test window is posted above.

    Here is a screenshot:

  3.  permalink

    Ah yes, silly mistake.
    You need to change my example
    <album>
    <configuration startWithAlbumID="Foo" />
    <album id="Foo">
    <content...
    </album>
    <album> //second one, no ID necessary
    <content...
    </album>
    </album>

    into

    <album id="Foo">
    <configuration startWithAlbumID="Foo" />
    <album>
    <content...
    </album>
    <album> //second one, no ID necessary
    <content...
    </album>
    </album>

    If that doesn't work, throw in another wrapper album.

    Christoph

    • CommentAuthoruwe1025
    • CommentTimeOct 16th 2009
     permalink

    Now it works - thanks a lot.

    It would be great if one specific photo could be in the background like you can see in the screenshot. Have you any idea?

  4.  permalink

    Have you tried backgroundImage in the album configuration? (p18 of the manual)
    Christoph

    • CommentAuthoruwe1025
    • CommentTimeOct 16th 2009
     permalink

    Yes, I got the message that "BackgroundImage is not a valid attribut for album". Is the position where I placed it ok?

    <album id="Foo" backgroundImage="album/images/shooting/_DSC2412.jpg">
    <configuration startWithAlbumID="Foo" />
    <album>
    <content...
    </album>
    <album> //second one, no ID necessary
    <content...
    </album>
    </album>

  5.  permalink

    No, change that to

    <album id="Foo" >
    <configuration backgroundImage="album/images/shooting/_DSC2412.jpg" startWithAlbumID="Foo" />
    <album>
    <content...
    </album>
    <album> //second one, no ID necessary
    <content...
    </album>
    </album>

    Christoph

    • CommentAuthoruwe1025
    • CommentTimeOct 16th 2009 edited
     permalink

    I tried this before. Than I have the backgroundImage over the whole side. I tried to work with a padding, but I doesn't work so fare. You can look here:

    http://www.uwehasubek.de/monoslideshow_1/index.html

    Look at the first album and you will see what I mean.

    I also tried to center the album overview over the photo. I can't work there with padding..

  6.  permalink

    thanks for all your comments, this works now for me.

    BUT, just another question: is it possible to start the slideshow with the first image after clicking on an album thumbnail instead of showing the thumbnails of all images in that album?

    thx
    oliver

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