Well, i used a HTML Table tag to solve my problem.
It’s work !
I found it !
The simpliest way :
Go to “Gallery/options” (where you manage your gallery)
Select the fourth tab “Gallery”
And just uncheck “Show as slideshow” !
That’s it !
Hi,
I used the following tips to do it, its a bit brutal, but it work :
1) edit the nextgen-gallery/view/gallery.php
2) comment the line as it :
<!– Slideshow link –>
<!– Mask the Slideshow link
<div class=”slideshowlink”>
slideshow_link ?>”>
<?php echo $gallery->slideshow_link_text ?>
</div>
–>
<?php } ?>
3) save
Well, i’m sure there is a really easyest way, but it’s a reversible tips, so you can do it 😉