removing the special exhibits tab from the events page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Aug 2019 19:39:03 +0000 (15:39 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Aug 2019 19:39:03 +0000 (15:39 -0400)
glm-member-db-events/views/front/events/agenda.html
parts/header-meta.php
style.css

index 67cf9a1..0fb57dd 100644 (file)
@@ -4,7 +4,7 @@
     </div>
     <div id="ongoing-events">
         <a data-text="Current &amp; Upcoming Events" class="button events-sort-tab" href="{$siteBaseUrl}/events#glm-member-event-search" id="ongoing-events-btn">Current &amp; Upcoming Events </a>
-        <a data-text="Ongoing Special Exhibits" class="button events-sort-tab" href="{$siteBaseUrl}/events?category=38#glm-member-event-search" id="special-exhibits-btn">Ongoing Special Exhibits</a>
+        <!-- <a data-text="Ongoing Special Exhibits" class="button events-sort-tab" href="{$siteBaseUrl}/events?category=38#glm-member-event-search" id="special-exhibits-btn">Ongoing Special Exhibits</a> -->
         <a data-text="Free Events" class="button events-sort-tab" href="{$siteBaseUrl}/events?free=true#glm-member-event-search" id="free-exhibits-btn">Free Events</a>
         <div id="event-tab-title"></div>
     </div>
index 05f1ed3..39169c5 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.32">
+    <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() ; ?>/assets/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Montserrat:400,400italic,700' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" href="https://use.typekit.net/vqf0bqy.css">
index 8a142a8..3668196 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Discover Kalamazoo 2018
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Discover Kalamazoo
-Version: 1.0.32
+Version: 1.0.33
 */