Skip Navigation

[Resolved] Image Gallery with Captions

This thread is resolved. Here is a description of the problem and solution.

Problem:

1) I want to create a gallery with a lot of images with toolset, with captions displayed underneath, If possible displayed as a masonry gallery

2) I would like to use the ID's with comma seperated.

Solution:

There isn't such a built-in masonry version feature within Toolset plugins, it needs custom codes, see details here:

https://toolset.com/forums/topic/image-gallery-with-captions/#post-1210471

Relevant Documentation:

This support ticket is created 5 years, 8 months 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 michaelM-30 5 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1210406
masonry with captions.jpg

I want to create a gallery with a lot of images with toolset, with captions displayed underneath.
If possible displayed as a masonry gallery. (see screenshot)

I looked at the forum and at this example:
https://toolset.com/2017/10/adding-a-gallery-of-images-for-custom-posts/

I understand that I have to use:
[wpv-for-each field="wpcf-gallery"]
[types field='bild' alt='%%ALT%%' title='%%TITLE%%' width='300' height='300' align='none' resize='crop' separator=', '][/types]
[/wpv-for-each]

In order to get the cropped 300x300 images, the alt and Title is on mouse overlay, but how do I get it to be displayed underneath the image - and how do I get it to be a masonry version of that (not cropped).

Also, as I do have a lot of pictures, I would like to use the ID's with comma seperated.

I understand from the forum that you don't have this functionality out of the box, which is kind of a shame.

thanks

#1210471

Hello,

Yes, you are right there isn't such a built-in masonry version feature within Toolset plugins, it needs custom codes.

You can also add a feature request for it:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

Q1) but how do I get it to be displayed underneath the image, and how do I get it to be a masonry version of that (not cropped).
That depends on your custom codes, I have searched it in google, find some demo lists here:
hidden link

There is a demo, seems to be able do this work:
hidden link

Q2) I would like to use the ID's with comma seperated.
I assume we are talking about a custom multiple instance image field, and you are going to display the media post IDs with comma separated, like this:
123, 456, 789

If it is, same as above, there isn't such a built-in feature within Views or Types shortcode, currently, you can try the solution in this thread:
https://toolset.com/forums/topic/image-field-id/#post-277416

#1210640

Q1) I will take a look at the masonry demo, but I am no expert in programming.

Q2) I already use your [media-info-multi] php shortcode snippet. But I think it only works with Images being uploaded from a custom field. What I want to use is just plain numbers for the gallery (as I have already uploaded the images with bulk upload).

I could live with a gallery like the one in your toolset example (cropped), - but what I do not find is a working code that displays the caption underneath the gallery images.
I tried most of the ones in the forum, but none displayed the caption or Alt information underneath the image.
Maybe I need more help on implementing it.

thanks
Michael

#1210774

My issue is resolved now. Thank you!