Forums

[Plugin: FancyBox for WordPress] FancyBox not displaying caption in version 2.5.1 (1 post)

  1. mcolli
    Member
    Posted 5 months ago #

    This worked OK in the previous FancyBox version.

    I found on line #216 of fancybox.php that .children("img") should be .children("a") to display the caption based on the title

    var title = jQuery(this).children("img").attr("title");
    var title = jQuery(this).children("a").attr("title");

Reply

You must log in to post.

About this Topic