Forums

[Plugin: NextGEN Gallery] Remove Show Slideshow Link (4 posts)

  1. joever
    Member
    Posted 3 years ago #

    Hello all,

    This should be an easy one...I just want to remove the "show slideshow" link in the post, I looked in the style sheet but couldn't find it...

  2. smtotman
    Member
    Posted 3 years ago #

    In nextgen-gallery/view/gallery.php, find these lines:

    <?php if ($gallery->show_slideshow) { ?>
    	<!-- Slideshow link -->
    	<div class="slideshowlink">
    		<a class="slideshowlink" href="<?php echo $gallery->slideshow_link ?>">
    			<?php echo $gallery->slideshow_link_text ?>
    		</a>
    	</div>
    <?php } ?>

    Either comment them out or remove them.

  3. hedu64
    Member
    Posted 3 years ago #

    De-activate this in the gallery options.

    Options -> Gallery -> Use slideshow (or similar, in German it's "Slideshow verwenden:")

    This sets $gallery->show_slideshow from the above code to false.

  4. webcentred
    Member
    Posted 2 years ago #

    for nextgen gallery plugin version 0.98

    wp-content/plugins/nextgen-gallery/nggfunctions.php around line 236
    comment

    //$out .= '<div class="slideshowlink"><a class="slideshowlink" href="' . $nggRewrite->get_permalink($args) . '">'.$ngg_options['galTextGallery'].'</a></div>';

    would be nice to be a configurable option in nextgen admin

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.