You’re correct, it’s been omitted. I’ll add that to the 2.0.1.4 bugfix, thanks for pointing it out!
Greatly appreciated.
On a side note, have a look at the slideshow.js file’s event bindings if you want to hook into the transition events. For example, you could show the caption via JS by hooking into the event like so:
jQuery('.easingsliderlite').data('easingsliderlite').$el.on('aftertransition', function() {
.. Show the caption here ..
});
You might have already known this, but no harm done regardless 🙂
Hello Mathews,
I installed the latest versio (2.1.2) of Easing Slider “Lite”. I want to display Title on each of the slides, but it is not displaying, although I have added Title to individual slider image. Please provide the fix for that.
The “Title” option refers to the images HTML title attribute. Sounds like what you are looking for is a “caption”. Unfortunately this is only available in the premium version of the plugin that can be purchased here.