Bring Your Business to Life › Support › Image Store › Add caption to Lightbox?
Tagged: Lightbox captions
- AuthorPosts
- April 14, 2013 at 12:37 pm #52686April 16, 2013 at 11:32 am #52713ArtisanParticipant
Anyone?
Regards
Malcolm
June 9, 2013 at 9:28 pm #53351mrdaresParticipantHello,
I would like to add captions too, in the Lightbox pop-up.
Tried to look at the touch.jquery.js, still looking for a solution
Any Idea?
June 10, 2013 at 6:16 am #53355mrdaresParticipantHello,
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! 🙂
June 11, 2013 at 11:31 pm #53374Xpark MediaKeymastercaption should be displying in the lightbox, check be sure that the images do have a caption and that there is no css/js conflict ex: dia de los muertos
June 16, 2013 at 6:44 am #53426mrdaresParticipantHello Hax, thanks for the reply,
In dia de los Muertos, it is the name of the picture that appears in the lightbox,
I would like to display the “caption” that is (in the admin section of galleries) the box right under the title of the picture
June 16, 2013 at 4:57 pm #53442Xpark MediaKeymasterYou are right, at the moment this is not a setting, by default it should use caption and then title but it is not. We will try to fix this issue in the next release.
June 16, 2013 at 5:11 pm #53446mrdaresParticipantHEllo,
maybe if you give me a little hint, I can try to set it up…
The captions appear in the slideshow view of the gallery…
I’m sure it’s something to do with store.php and touch.jquery.js to have them appear in the lightbox…
🙂June 19, 2013 at 6:51 pm #53491mrdaresParticipantOk,
Will be waiting for the next release! - AuthorPosts
- You must be logged in to reply to this topic.