Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    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.

Viewing 2 replies - 1 through 2 (of 2 total)