Viewing 10 replies - 1 through 10 (of 10 total)
  • I’ve got the same issue!

    Same issue here – even though I have Captions and Descriptions both turned off in settings. I’m using Colorbox in case that makes a difference.

    Same issue here.

    Same issue here.

    And actually the entire plugin has stopped working. None of my galleries are showing up anymore.

    For temporary, since there is no fix for it. How can we at least disable ‘boxTitle’ and ‘boxCaption’ so it doesn’t say undefined.

    Same issue here. I’am also wondering, why a scrollbar will be shown since one of the lase updates.

    Same here. Been doing some digging. “Undefined” only happens for me with Colorbox enabled. It does not happen with Swipebox. I’m going to dive into the code and see if there’s a way I can disable both boxTitle and boxCaption — until we hear from Miro.

    If/when I figure it out, I’ll report back here.

    Ok, that was quick. Not sure if other things are broken…and YMMV. Do this at your own risk and make sure you’ve got things backed up.

    Lines 357-360 are flickr-justified-gallery.php are currently:

    var tit= \'<div class=”boxTitle”>\’+jQuery(this).find(\’.photo-title\’).html()+\'</div>\’;
    var cap =\'<div class=”boxCaption”>\’+jQuery(this).find(\’.photo-desc\’).html()+\'</div>\’;

    Replace those lines with this:

    var tit= \'<div class=”boxTitle”>\’+\'</div>\’;
    var cap =\'<div class=”boxCaption”>\’+\'</div>\’;

    All this is doing is returning blank divs and not calling whatever jQuery array keeps returning undefined.

    This means you’ve hardcoded out your captions.

    Again, not sure if this will break anything else — but so far in my install, it’s working as I want it.

    Thanks for the code. var cap code got rid of the “undefined” on my photo gallery, but still waiting on a plugin update from the dev. :-/

    Dear Dev,

    Any updates?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘"undefined" showing in image’ is closed to new replies.