Skip Navigation

[Resolved] Custom field gallery with Brizy

This support ticket is created 4 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 4 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#1867019

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.

#1867427

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.

#1867643

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?

#1868529

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.