I have a custom field with repeating images, to create a gallery.
If I use a Views Toolset template, I am able to show this pictures through a Gallery Block.
But, as we use Brizy's templates for this CPT, how can I insert this template? It seems to generate an infinite loop.
Any hint it's appreciated.
Hello,
I assume the "Brizy" is also a WordPress page builder.
The Toolset Gallery Block is based on WordPress Blocks editor(Gutenberg editor), it is not recommended to design the same page/post with two page builders(Blocks editor and Brizy), this might conducts unexpected result.
So if you are going to display a Toolset Gallery Block, use WordPress Blocks editor to design that post/page.
In this case, there's a way to display a slider, from multiple images stored in a Toolset Image custom field, using only a view?
You can try one of below two options:
1) As I mentioned above
https://toolset.com/forums/topic/custom-field-gallery-with-brizy/#post-1867427
use WordPress Blocks editor to design that post/page, and display the Toolset Gallery Block
2) Use [wpv-for-each] shortcode to output the multiple instances image field into HTML codes:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-for-each
And use custom CSS/JS codes to display it as sliders.