Skip Navigation

[Waiting for user confirmation] non-Gutenberg Gallery

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 3 replies, has 1 voice.

Last updated by Minesh 1 day ago.

Assisted by: Minesh.

Author
Posts
#2784442
Toolset Gallery Field.png

Hi,

Is there a field type Gallery coming or some solution to use repeating Image field with page builders?
I build sites with Elementor like 10+ mil other developers, but the concern is same for everyone, who refuses to work with crap tools like Gutenberg.

#2784473

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Toolset Blocks offers Gallery block which is based on the repeating image field.
- https://toolset.com/block-item/gallery/

There is no such readymade feature available.

Another way is to display repeating field image using shortcode:
- https://toolset.com/documentation/legacy-features/views-plugin/create-image-galleries-using-repeating-custom-fields/

#2784486

Hi Minesh,

> Toolset Blocks offers Gallery block ...

This looks out of topic or it's just me not catching. Can You explain how to?

> Another way is to display repeating field image using shortcode:
- https://toolset.com/documentation/legacy-features/views-plugin/create-image-galleries-using-repeating-custom-fields/

Can check the code? Looks pretty broken for me.
(I was told years ago it's fine, but look again please)

#2784488

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

> Another way is to display repeating field image using shortcode:
- https://toolset.com/documentation/legacy-features/views-plugin/create-image-galleries-using-repeating-custom-fields/
====>
It seems there is a typo as there is extra closing "[/wpv-for-each]" and I will ask the Doc team to handle.

You can use the following code:

<div class="tb-repeating-field tb-repeating-field--crop">
<div class="tb-repeating-field--grid">
[wpv-for-each field="wpcf-gallery"]
<div>
<a href="[types field='gallery' output='normal' align='none' size='full' proportional='true' resize='proportional' title='%%TITLE%%' alt='%%ALT%%'][/types]</a>
</div>
[/wpv-for-each]
</div>
</div>

Regarding Gallery block, we do not suggest mix the page builder content. Having said that you should not add Gallery block to third-party page builder template directly.

Maybe you can create a content template from: Toolset => Content Templates, this content template will work as a container for Gallery block and to this content template you should try to add the gallery block.

More info:
- https://toolset.com/course-lesson/dynamic-galleries-and-sliders-for-templates-displaying-repeating-image-fields/
- https://toolset.com/course-lesson/galleries-grid-masonry-collage-of-static-images-for-pages/