okrutnik
Forum Replies Created
-
that is quite easy customisation – a little of JS and PHP. You have to dig into files that are inside of the ‘view’ folder.
you are displaying slideshow, which automatically shows images only. Try using different shortcodes:
https://www.ads-software.com/extend/plugins/nextgen-gallery/other_notes/hi,
you have to add target=”_blank” to a link element which is in the singlepic.php file. You can find the file in the ‘view’ folder.
here is how this file should look like:
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($image)) : ?> <a target="_blank" href="<?php echo $image->imageURL ?>" title="<?php echo $image->linktitle ?>" <?php echo $image->thumbcode ?> > <img class="<?php echo $image->classname ?>" src="<?php echo $image->thumbnailURL ?>" alt="<?php echo $image->alttext ?>" title="<?php echo $image->alttext ?>" /> </a> <?php if (!empty ($image->caption)) : ?><span><?php echo $image->caption ?></span><?php endif; ?> <?php endif; ?>
let me know if this works
hi, the link is not working
hi,
go to options, then find gallery. There is a sorting method. You can check date/timeoki ??
can you please check if you experience the same on your WP installation? I would appreciate it, as I couldn’t debug this problem
thanksjust use the plugin and play with it, you will discover a lot more nice features ??
you can set thumbnails for albums through the edit button in the album panel
have you checked it on a fresh wordpress installation? Also have you checked if the random option for slideshow is not set?
Hi,
AD1
yes, you can. When you enter an album then you can drag and drop another album to itAD2
you can have thumbnail inside of a gallery. So if you create an album then you have to add a gallery which contains photos thumbnails to it.let me know if this helps