I want to use a title that will appear only on rollover in the mouse over box and not below the gallery thumbnail. How do I do this?
Thanks,
Amy
I want to use a title that will appear only on rollover in the mouse over box and not below the gallery thumbnail. How do I do this?
Thanks,
Amy
You need to modify the gallery.php file. I believe around line 20 or so. I went the other way, but play around near code looking like this
?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
<div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
<div id="gallery-heading">
<h3><?php echo $gallery->title?></h3>
</div>
<div id="gallery-description">
<?php echo $gallery->description ?>
</div>This topic has been closed to new replies.