changing all of the block grids in the nextgen templates to use foundation 6 conventions
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 13 Sep 2016 19:11:27 +0000 (15:11 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 13 Sep 2016 19:11:27 +0000 (15:11 -0400)
root/nggallery/gallery-glmphotos-8.php
root/nggallery/gallery-glmphotos-narrow.php
root/nggallery/gallery-glmphotos.php
root/nggallery/gallery-glmvideos.php

index 28bb6c9..62bf465 100644 (file)
@@ -16,9 +16,9 @@ Follow variables are useable :
 
        <!-- Thumbnails -->
     <?php $i = 0; ?>
-        <ul class="gallery row small-block-grid-3 medium-block-grid-6 large-block-grid-8">
+        <ul class="gallery row smal-up-3 medium-up-6 large-up-8">
        <?php foreach ( $images as $image ) : ?>
-        <li>
+        <li class="column no-bullet">
             <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe" <?php echo $image->style ?> >
 
                 <div class="ngg-gallery-thumbnail" >
index bc07527..50742ba 100644 (file)
@@ -16,9 +16,9 @@ Follow variables are useable :
 
        <!-- Thumbnails -->
     <?php $i = 0; ?>
-        <ul class="gallery row small-block-grid-1 medium-block-grid-2 large-block-grid-3">
+        <ul class="gallery row small-up-1 medium-up-2 large-up-3">
        <?php foreach ( $images as $image ) : ?>
-        <li>
+        <li class="column no-bullet">
             <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe" <?php echo $image->style ?> >
 
                 <div class="ngg-gallery-thumbnail" >
index c5329e2..5c82de9 100644 (file)
@@ -17,9 +17,9 @@ Follow variables are useable :
 <div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
        <!-- Thumbnails -->
     <?php $i = 0; ?>
-        <ul class="gallery row small-block-grid-2 medium-block-grid-3 large-block-grid-4">
+        <ul class="gallery row small-up-2 medium-up-3 large-up-4">
        <?php foreach ( $images as $image ) : ?>
-        <li>
+        <li class="column no-bullet">
             <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe" <?php echo $image->style ?> >
 
                 <div class="ngg-gallery-thumbnail" >
index 367627d..5111327 100644 (file)
@@ -14,7 +14,7 @@ Follow variables are useable :
 ?>
 <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
 
-<ul id='gallery' class='gallery row small-block-grid-2 medium-block-grid-3 large-block-grid-4'>
+<ul id='gallery' class='gallery row small-up-2 medium-up-3 large-up-4'>
 <?php if ($gallery->show_slideshow) { ?>
        <!-- Slideshow link -->
        <div class="slideshowlink">
@@ -26,7 +26,7 @@ Follow variables are useable :
        <!-- Thumbnails -->
     <?php $i = 0; ?>
        <?php foreach ( $images as $image ) : ?>
-       <li>
+       <li class="column no-bullet">
             <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe" <?php echo $image->style ?> >
 
                 <div class="ngg-gallery-thumbnail" >