adding script tag for header for mobile devices to download the alpenfest app
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 20:13:31 +0000 (16:13 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 20:13:31 +0000 (16:13 -0400)
adding script tag in header that should add modal on mobile devices

header.php
style.css

index 2edc57f..f3d0d46 100644 (file)
@@ -4,12 +4,13 @@
     <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=2.0.24">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=2.0.25">
       <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Lobster+Two:700,700italic' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
+    <script src='https://manageapps.net/clientmodal/js/122613' type='text/javascript'></script>
   </head>
   <body>
       <div class="off-canvas-wrap" data-offcanvas>
index 3b201e8..0c8deb9 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Gaylord Alpenfest
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Gaylord Alpenfest
-Version: 2.0.24
+Version: 2.0.25
 */