• Hello! I have a NextGen Slideshow setup but I do not have the flash slideshow enabled. I am wanting to add code to the plugin php files as well as the template files so that it outputs an image counter to show you what image you are on and give the user the choice to go through the images at their own pace.

    I have tried adding below to the gallery.php
    <?php $img_counter = 0;
    foreach ( $images as $image ) : ++$img_counter; ?>

    And then adding to my template file to output the numbers
    <?php echo $img_counter; ?>

    It doesn’t work however so does anybody have any ideas on how to make it work?

Viewing 1 replies (of 1 total)
  • Thread Starter ellewoodward

    (@ellewoodward)

    I have found the JQuery Cycle Lite Plugin that lets you add a next and previous button to your slideshow so you can control the pace that you view the images. An example is here https://jquery.malsup.com/cycle/lite.

    How would I go about making that work for every slideshow throughout my site (there are 58 total) and also how would I control where the next and previous buttons are located?

Viewing 1 replies (of 1 total)
  • The topic ‘Add an Image Counter to NextGen Slideshow’ is closed to new replies.