Skip Navigation

[Resolved] I want to have multiple images

This support ticket is created 6 years 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.

This topic contains 4 replies, has 2 voices.

Last updated by BarryS9673 6 years ago.

Author
Posts
#701398

Hi,

Do you have any advice or even a template that will allow me to have multiple images per post, the thumbnail that is clickable for larger image?

#704846

There are several approaches you can take.

Basically, you will need to apply some Custom HTML and eventually, for example, use the WordPress inbuilt ThickBox library to have the little thumbnails clickable and expandable.
https://toolset.com/de/forums/topic/how-to-define-the-size-of-the-photo-for-the-thickbox-class/

We have also some modules you can download from here:
https://toolset.com/home/module-manager/
This one you would like I think:
FlexSlider

#721542

Thank you, let me give this a bash

#721702

Sorry,m I downloaded the Flexislider module to see how to use a module, and I am totally lost, I noticed it appearing under templates, so I thought I may move the source from there to my template and it does not seem to function, naturally it will work once I know more.

https://toolset.com/home/module-manager/

#721819

Hi,

I decided to go this route and found your first link worked just fine once I figured the logic out and then added FooBox to get the lightbox to work nicely.

[wpv-for-each field="wpcf-coach-holiday-large-image"]
<a class="foobox" href='[types field="coach-holiday-large-image" output="raw"][/types]'>
[types field='coach-holiday-small-image' alt='%%ALT%%' title='%%TITLE%%' size='medium' align='center' resize='proportional'][/types]
</a>
[/wpv-for-each]

See it in action here
hidden link

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.