Displaying image count
-
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!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Displaying image count’ is closed to new replies.