Remove 'add event' button from displaying
authorLaury GvR <laury@gaslightmedia.com>
Tue, 8 Jan 2019 21:21:40 +0000 (16:21 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 8 Jan 2019 21:21:40 +0000 (16:21 -0500)
css/app.css
header.php
scss/plugins/_glm-member-db-events.scss
style.css

index 55655e2..2f1e289 100644 (file)
@@ -7484,6 +7484,8 @@ h2#slide-text {
     background-color: #8f1a1d; }
   #glm-event-wrapper #glm-events-search-form .button:hover, #glm-event-wrapper #glm-events-search-form .button:focus {
     color: #FFFFFF; }
+#glm-event-wrapper #glm-events-search-form #glm-event-add-event {
+  display: none; }
 #glm-event-wrapper #glm-events-shortcuts .shortcuts-button-group {
   list-style: none;
   margin: 0;
index 385aa29..0e1ce40 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <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/app.css?v=1.0.26">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.33">
 <!--      <link rel="shortcut icon" href="<?php //echo get_stylesheet_directory_uri(); ?>/favicon.ico">-->
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index efe50fe..b69623d 100644 (file)
@@ -33,7 +33,10 @@ $readMoreColor           : $l-blue;
                 // disabled transparent button. Default:false
                 false
               );
-            }
+        }
+        #glm-event-add-event {
+            display: none;
+        }
 
     }
     #glm-events-shortcuts .shortcuts-button-group {
index cfb36ee..13aa0d6 100644 (file)
--- a/style.css
+++ b/style.css
@@ -4,5 +4,5 @@ Theme Name: TrueNorthGolf
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for True North Golf Club
-Version: 1.0.32
+Version: 1.0.33
 */