Hello all,
After uploading 7 pictures, I could not achieve correct navigation through the default imagevue gallery module.
After clicking on one of the pics' thumbs, i've got a NaN (Not a Number) issue.
Instead of a "Image 1 of 7" output, it prints "Image NaN of 7".
Well It looks like the software can't determine the selected picture's id. As a consequence, when I clik 'next' or 'previous' buttons, imagevue can't show NaN + 1 or NaN - 1 pictures... Visual effects are working, but picture switching isn't (meaning that I'm stucked at the first picture of the list).
Nevertheless, when I manually choose a picture in the bottom bar (from id 1 to id 7), on click, the id is correctly provided and the gallery starts working flawlessly.
Any idea?