• 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

Viewing 1 replies (of 1 total)
  • 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>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] How do I remove Titles on gallery?’ is closed to new replies.