I've spent hours trying to figure this out, and it just won't work. Is there a way to not only show the description text below the image using the Shutter setting in NextGen gallery, but to also show the alttext?
I'm pretty sure that the Shutter setting (controlled by shutter-reloaded.js) does not ever get the alttext value from the database, only something called the title, which for whatever reason is actually the description box in NextGen Gallery.
Anyone have any experience with this? The code in shutter-reloaded.js is:
NavBar = '<div id="shTitle"><div id="shPrev">' + prevlink + '</div><div id="shNext">' + nextlink + '</div><div id="shName">' + shutterLinks[ln].title + '</div>' + imgNum + '</div>';
where shutterLinks[ln].title is the text that comes in on your NextGen navbar in the Shudder setting. Is there any way to get the NextGen alttext in there too?