Hover – Shows Alt Text – Need to Show Description
-
In the previous versions of NextGen, I was able to alter the plugin so that when I hover over a thumbnail, the DESCRIPTION pops up in lieu of the Alt Text. What I used to do was
– Edit the Plug-in by going to Nextgen-gallery/view/gallery.php
– Change alttext to description
– Originally this:
<img title=”<?php echo $image->alttext ?>” alt=”<?php echo $image->alttext ?>” src=”<?php echo $image->thumbnailURL ?>” <?php echo
$image->size ?> />The “Nextgen-gallery/view/gallery.php” area, though, is no longer around. Anyone have any idea how to do this with the new update (or a different work-around)?
- The topic ‘Hover – Shows Alt Text – Need to Show Description’ is closed to new replies.