Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #682884

    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

    #683209

    … 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?

    #683219

    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

    #683242

    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
    },

    #684418

    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

    #685857

    ok, thank you, this works

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘enfold 371 caption/title in lightbox missing?’ is closed to new replies.