Viewing 5 replies - 1 through 5 (of 5 total)
  • Same here, would like to know, why I don’t see the title…

    Thread Starter KayWrite

    (@kaywrite)

    Some time back, I used it in another web site, and it showed the title. … Might have been Christmas 2013… so maybe it’s a bug in a newer edition?

    Would be neat if we could get older versions of these plugins, so we could test that theory.

    I had likely been working with version 3.0.2 at Christmas 2013, got one here in my backup file, maybe Mauko would like to try this (clear it please with your antivirus, it’s clean as far as I know, but I don’t want to be blamed for anything):

    https://www60.zippyshare.com/v/IoqCVQkD/file.html
    That’s Fancybox for WordPress 3.0.2

    I’m gonna go uninstal the current update, and then reinstal this one to see how it works.

    Also having this issue. I hope that a fix is posted!

    I had this issue as well after upgrading WordPress versions (currently at 4.2.2). I noticed that my fancybox’d gallery images had no title/description, however my fancybox’d images did. Browsing my page source indicated that the gallery images did not have any title set, only alt, vs my images that had both set.

    I edited this plugin’s source, line 229:
    var title = jQuery(this).children(“img”).attr(“title”);
    to
    var title = jQuery(this).children(“img”).attr(“alt”);

    and my fancybox’d gallery images are now showing descriptions again.

    worked for me.. thanks tankedsender

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image title not showing’ is closed to new replies.