I can't seem to figure out how to group images on a WordPress post.
I went to Arisoft Lightbox settings: Integration > Images > Custom grouping selectors. I tried the following (single line of code in each attempt):
Code: |
.modern-footnotes-footnote__note--tooltip$$.tiled-gallery-item A
.modern-footnotes-footnote__note--tooltip .tiled-gallery-item$$A
.modern-footnotes-footnote__note--tooltip$$A .tiled-gallery-item$$A
.modern-footnotes-footnote__note--tooltip A.tiled-gallery-item
|
I tried many other variations as well with no luck. Admittedly I can't claim to understand the selector pattern; a bit different from CSS selectors as I haven't grasped how the $$A tokens work.
On the following page you'll see red ordered numbers that have a camera icon preceding them, click one to open the tooltip with an image.
Clicking the image opens up Arisoft lightbox but you'll see the opened image is not grouped:
dev.mountainwiki.com/chair-peak-s-shoulder-7-19-19
Ideally the opened Arisoft lightbox allows grouping of other tooltip images so that we can navigate the post diagrams. Each diagram image is wrapped in a span that has a class of 'modern-footnotes-footnote__note--tooltip'. Any help with this would be greatly appreciated.