Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#1740 tag for hidden images

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by sbluege on Sunday, 04 October 2015 06:25 UTC

shanau66
Hi Sven,

I'm trying to include an event which consists of 10 pictures as a thumbnail preview with only 5 thumbnails into one of my content pages. Therefore I included 2 tags:

{eventgallery event='atlanta' attr=images mode=lightbox thumb_width=120 offset=0 }
{eventgallery event='atlanta' attr=images mode=hidden max_images=0 thumb_width=50 offset=6 }

My problem ist, that only the first 5 pictures keep appearing in the lightbox. What am I doing wrong ?

Best regards,
Stephan

sbluege
Nothing. Seems like a bug. It's fixed in Event Gallery 3.4.2 once it's released.

shanau66
Hi Sven,

Thank you very much for correcting the error mentioned above in version 3.4.2. I tried it out and it works fine.

But still there might be a small issue regarding the 'offset'-attribute. I've created an event consisting of 10 pictures. I'm using two tags like these two

{eventgallery event='atlanta' attr=images mode=lightbox thumb_width=120 offset=0 }
{eventgallery event='atlanta' attr=images mode=hidden max_images=0 thumb_width=50 offset=6 }

to create 5 visible thumbsnails and the remaining 5 as hidden. But the lightbox shows 15 pictures, showing the first 5 pictures twice in this order 1,2,3,4,5,1,2,3,4,5,6,7,8,9,10.

Any advice ?

Best regards,
Stephan

sbluege
Right. The zero as max_image value removes the offset from the query. Try to use 9999 instead of zero. I'll fix that in the next version.