• Thanks for a great plugin.

    I am using Fancybox on a site to open inline content, images in post and finally trying to display a NEXTGEN gallery containing X images.

    I managed to implement the 1 click image display to load the gallery with Fancybox and scroll through the images.
    However I need each images of the gallery clicked to display Image title and Captions.

    If I tick the box “Show title” in Fancybox settings for images and inline content, it displays the Gallery title, but also display ALL title on all images over the site (which I dont want).

    So to clarify, how to make Fancybox pick up the Image Title and Caption when opened using the ONE thumbnail to open a complete gallery (in FAQ)

    Thx again

    S

    https://www.ads-software.com/extend/plugins/easy-fancybox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter salocined

    (@salocined)

    ok, I managed to add Titles or Description to my images in the Gallery.
    It was as stupid as adding title=”<?php echo $image->description ?>” to the href of the image.

    But I still have the problem of the title overlay div appearing on all clickable image or inline content.
    Is there a way of restricting the overlay div to only appear do specific section/div/images?

    It is possible to change different from default settings in certain cases by adding options to the a class attribute. So let’s say you set the options on Settings > Media to NOT show a title on images and inline content, then you might divert from that setting by adding extra data to the links class attribute like this:

    <a href="..." class="fancybox {titleShow:true}" title="..."><img ... /></a>

    But be aware that this new option to show the title will become default for all image and inline content on the same page. On other pages FancyBox will behave according to the default settings again.

    Hope that is of use to you in any way ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Easy FancyBox] Fancy BOx Nextgen Gallery image title and caption’ is closed to new replies.