Hello all,
I want to use an image gallery (in the FC item vue) that is not proposed by FC. It's "Responsive Simple Image Gallery" :
github.com/KarolisMart/RSIG
(Because of the Masonry feature)
This plugin is not integrated in FC, and I still want to use the FC form submission in frontend.
This plugin gallery, use the tag {gallery}the/path/to/images{/gallery} to be called.
Image files are stored by FC, in the path: images/stories/flexicontent/item_ID_field_XX/original
So my tag is {gallery}images/stories/flexicontent/item_
ID_field_XX/original{/gallery}
The "field_XX" is known, in my case it's : field_34. It's ok for that, but now I need to call the item_ID.
In the item vue, instead of the FC image field, I thought to use the core property ID with open and close texte param. That is ok, but... plugins doesn't work here.
Do you know how I can do ? Please.