• Hello! I’ve been using this plugin for years and it’s really treated me well. With this last update, however, my image count seems to have disappeared. Below is the code which functioned before:

    $("a[rel=gallery-rel]").fancybox({
    	'transitionIn' : 'none',
    	'transitionOut' : 'none',
    	'titlePosition' : 'over',
    	'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
    	return '<span id="fancybox-title-over">Image ' // <-- here
    	+ (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title
    	+ '</span>';
    	}
    });

    I am using the most current version of the NextGEN Gallery plugin to display my galleries.

    Any suggestions as to why this is no longer working properly is greatly appreciated.

    Thanks!

    http://ww.wp.xz.cn/plugins/easy-fancybox/

Viewing 1 replies (of 1 total)
  • Hi, can you provide a link? It looks like the code should still work but maybe the problem is with the [rel=gallery-rel]… Have you defined that rel attribute in the NextGEN settings? And have you disabled (!) the Autogallery option in the FancyBox settings? Please verify because there might have been a change since an upgrade…

Viewing 1 replies (of 1 total)

The topic ‘Displaying image count’ is closed to new replies.