Hi there, can it be that till enfold 371
caption/title of an image show up with the thumbnails,
but not when the image is enlarged in the lightbox ?
In 361 it was working
Regards
… no, I tried 352, 361, but this does not change anything – no Idea, the captions don’t appear in the lightbox.
But they did, I know because we wrote a css for them.
I tried without plugIns, too.
Without any extra css.
But no …
below the Link for the site. Do you have any idea?
ahh ok,
we needed to build our gallery with single images. Maybe it is because of that?
»How can we activate the captions in a lightbox coming out of the single images« is the question then.
Regards, Jochen
must be something here in the avia.js, the image counter appears!!
// Ligthbox activation
// ——————————————————————————————-
…
…
…
image: {
titleSrc: function(item){
var title = item.el.attr(‘title’);
if(!title) title = item.el.find(‘img’).attr(‘title’);
if(!title) title = item.el.parent().next(‘.wp-caption-text’).html();
if(typeof title == “undefined”) return “”;
return title;
}
},
gallery: {
// delegate: options.autolinkElements,
tPrev: ”,
tNext: ”,
tCounter: ‘%curr% / %total%’,
enabled: true,
preload: [1,1] // Will preload 1 – before current, and 1 after the current image
},
Hi!
Thank you for using Enfold.
Edit the images in the Media > Library, add a title or a caption. The theme will then apply this info as title attribute in the image container link and use by the lightbox.
Regards,
Ismael
ok, thank you, this works