Reply To: Add caption to Lightbox?

Bring Your Business to LifeSupportImage StoreAdd caption to Lightbox?Reply To: Add caption to Lightbox?

#53355
mrdares
Participant

Hello,

in _inc folder >store.php : touch.jquery.js is loaded,

 

in touch.jquery.js
if (e(“.ims-touch-” + t).next(“.img-metadata”)[0]) {
title = e(“.ims-touch-” + t).attr(“title”);
e(“#ims-slide-” + t).html(this).append(e(“.ims-touch-” + t).next(“.img-metadata”).clone().prepend(‘<span class=”image-title”>’ + title + “</span>”).append(closelink))
} else e(“#ims-slide-” + t).html(this).append(e(‘<span class=”img-metadata” ></span>’).append(closelink))
});

and : .attr(“title”) seems to be the title of the picture that appears in the lightbox…

guess I have to create in store.php an attribute for “captions” that I could add in touch.jquery.js

a bit of help would be appreciated! 🙂