Add new nggallery template glmphotos without titles
authorLaury GvR <laury@gaslightmedia.com>
Tue, 18 Jun 2019 17:05:44 +0000 (13:05 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 18 Jun 2019 17:05:44 +0000 (13:05 -0400)
nggallery/gallery-glmphotos.php
parts/header-meta.php
style.css

index 2decd8d..3fe2e78 100644 (file)
@@ -41,11 +41,11 @@ Follow variables are useable :
                             <?php echo $image->size ?> />
                         </div>
                     <?php
-                    $imageTitle = !preg_match(';is\d{2,}-\d{10,}-\d{5,}$;', $image->alttext) ? $image->alttext: '';
+                    //$imageTitle = !preg_match(';is\d{2,}-\d{10,}-\d{5,}$;', $image->alttext) ? $image->alttext: '';
                     ?>
-                    <span class="photoTitle" title="<?php echo esc_attr($imageTitle) ?>">
-                        <?php if (!$image->hidden) { echo esc_attr($imageTitle); }?>
-                    </span>
+                    <!--<span class="photoTitle" title="<?php// echo esc_attr($imageTitle) ?>">
+                        <?php// if (!$image->hidden) { echo// esc_attr($imageTitle); }?>
+                    </span>-->
                             <?php } ?>
                     </a>
                 </div>
index 36b96c6..22ccf2a 100644 (file)
@@ -3,7 +3,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/animate.min.css">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.4">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.6">
     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700|Josefin+Sans|Lato' rel='stylesheet' type='text/css'>
index dc8b3a4..8be43ae 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: UPTravel 2018
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for UP Travel
-Version: 1.0.4
+Version: 1.0.6
 */