Also change the agenda (list) view Register button to say Reserve
authorLaury GvR <laury@gaslightmedia.com>
Thu, 3 Oct 2019 14:49:35 +0000 (10:49 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 3 Oct 2019 14:49:35 +0000 (10:49 -0400)
glm-member-db-events/views/front/events/agenda.html
parts/header-meta.php
style.css

index 4271b8e..35a46d3 100644 (file)
@@ -74,7 +74,7 @@
                         <a class="front-event-link subscribe-link" target="_blank" style="background: #b1e3e3;border-color: #b1e3e3;color: #0080bb;" href="{$event.url}">Join Wait List</a>
                         {/if}
                         {if $event.registration_url}
-                            <a class="front-event-link subscribe-link" target="_blank" href="{$event.registration_url}">Register</a>
+                            <a class="front-event-link subscribe-link" target="_blank" href="{$event.registration_url}">Reserve</a>
                         {/if}
 
                     </div>
index 4ac1bfc..574ab55 100644 (file)
@@ -2,7 +2,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.49">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.51">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href="https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,700" rel="stylesheet">
 <!--    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>-->
index de0baa8..acdb8bb 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: GreatLakesCenterfortheArts
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for GreatLakesCenterfortheArts
-Version: 1.0.50
+Version: 1.0.51
 */