Allowing for ajax pagination in nextgen galleries.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 16 Oct 2015 19:18:29 +0000 (15:18 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 16 Oct 2015 19:18:29 +0000 (15:18 -0400)
nggallery/gallery-glmphotos-8.php
nggallery/gallery-glmphotos-narrow.php

index 28bb6c9..ed76a61 100644 (file)
@@ -14,6 +14,7 @@ Follow variables are useable :
 ?>
 <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
 
+<div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
        <!-- Thumbnails -->
     <?php $i = 0; ?>
         <ul class="gallery row small-block-grid-3 medium-block-grid-6 large-block-grid-8">
@@ -51,5 +52,5 @@ Follow variables are useable :
        <!-- Pagination -->
        <?php echo $pagination ?>
 </ul>
-
+</div>
 <?php endif; ?>
index bc07527..c893da6 100644 (file)
@@ -14,6 +14,7 @@ Follow variables are useable :
 ?>
 <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
 
+<div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
        <!-- Thumbnails -->
     <?php $i = 0; ?>
         <ul class="gallery row small-block-grid-1 medium-block-grid-2 large-block-grid-3">
@@ -51,5 +52,6 @@ Follow variables are useable :
        <!-- Pagination -->
        <?php echo $pagination ?>
 </ul>
+</div>
 
 <?php endif; ?>