This support ticket is created vor 7 Jahren, 5 Monaten. 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.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
It worked fine, inasmuch as it linked to a page displaying the full sized image.
The flexslider doesn't include a lightbox feature, and if you want one (i.e. where clicking the image opens it in a modal) then you'd need to either craft that yourself using Bootstrap modals, for example, or using a lightbox JS library.
Or you could try a different slider library than flexslider. I've used flexslider by way of illustration, but you can use other slider JS libraries, the principles are the same, you would just need to enqueue the appropriate files and make sure the markup around the images was as required.
Thanks for looking into this. i was asking about the caption and title part , how to include them .
Ive done the code for slider with lightbox and thumbnail carousel. its working well.
the challenge is now the caption/title inclusion .
Does your lightbox implementation require adding the title and alt parameters to the link tag (not valid HTML) rather than the image tag (valid HTML)? Can it not read them directly from the image tags?
In my example I had been using the wpv-post-field shortcode to insert the image, but if you use the types shortcode then it will automatically insert the alt and title parameters.
If you need to have those parameters on the link tag you could either add some JS to the front-end which copies them across from the img tag, or you could write a custom shortcode to output them in the template where you add the link tag.
But I would inserting the image with the types shortcode like so, so that the image itself includes the alt and title tags: