WPChill / EverlightBox

WordPress lightbox gallery with social attitude
GNU General Public License v3.0
2 stars 0 forks source link

Multiple galleries when using foogallery are combined #11

Open GhostPengy opened 5 years ago

GhostPengy commented 5 years ago

I am using FooGallery in combination with EverlightBox. All of the pages contain multiple galleries. You can find it here: testpage

Issue: When you open any gallery, after finishing the list (in some cases without finishing), instead of looping to the start of the same gallery or ending it (if looping disabled), it skips to next gallery. This is not desired if you have multiple galleries.

Solution?: After looking through script and settings, I didn't manage to find is there way to restrict images what will be displayed. Is there a way to group images, and display only those? Or perhaps there is a way to restrict them by using FooGallery built-in structure.

razvanaldea89 commented 4 years ago

Images can be grouped by setting a rel attribute to the image link. In a future update, galleries can be grouped by setting 2 attributes to images container: everlightbox_rel="true" and rel="your_option". In the case of FooGallery, when editing a gallery there is an advanced tab where you can input custom attributes. Here you can enter everlightbox_rel="true" and rel="your_option"