Adding ROI Study code
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 28 Jan 2019 17:07:17 +0000 (12:07 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 28 Jan 2019 17:07:17 +0000 (12:07 -0500)
For client

index.php
style.css

index d2575c2..a090886 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,18 @@
     <?php get_template_part("parts/header-meta"); ?>
     <?php $index_template = true;?>
     <body>
-    <div id='woobox-root'></div>
+        <!-- Qualaroo for discoverkalamazoo.com -->
+        <!-- Paste this code right after the <body> tag on every page of your site. -->
+        <script type="text/javascript">
+          var _kiq = _kiq || [];
+          (function(){
+            setTimeout(function(){
+            var d = document, f = d.getElementsByTagName('script')[0], s = d.createElement('script'); s.type = 'text/javascript';
+            s.async = true; s.src = 'https://cl.qualaroo.com/ki.js/54001/gPp.js'; f.parentNode.insertBefore(s, f);
+            }, 1);
+          })();
+        </script>
+        <div id='woobox-root'></div>
         <script>(function(d, s, id) {
         var js, fjs = d.getElementsByTagName(s)[0];
         if (d.getElementById(id)) return;
         <div class="off-canvas-wrap" data-offcanvas>
             <div class="inner-wrap">
                 <div id="page-wrapper">
-                    <?php 
-                    include "sections/header.php"; 
+                    <?php
+                    include "sections/header.php";
                     include "sections/top-bar.php";
-                    include "sections/off-canvas.php"; 
+                    include "sections/off-canvas.php";
                     include "parts/slideshow.php";
-                    if (is_front_page()) { 
-                        include "sections/front-page.php"; 
-                    } 
-                    if (is_home()) { 
+                    if (is_front_page()) {
+                        include "sections/front-page.php";
+                    }
+                    if (is_home()) {
                         include "sections/blog-home.php";
-                    } 
-                    if (is_archive()) { 
+                    }
+                    if (is_archive()) {
                         include "sections/blog-archive.php";
-                    } 
+                    }
                     if (is_single()) {
                         include "sections/blog-single.php";
                     }
-                    if (is_search()) { 
+                    if (is_search()) {
                         include "sections/search.php";
                     }
-                    if (is_page() && !is_front_page()) { 
-                        include "sections/interior-page.php"; 
+                    if (is_page() && !is_front_page()) {
+                        include "sections/interior-page.php";
                     }
                     echo '<div id="footer-page-anchor">';
-                    include "sections/footer.php";  
-                    include "sections/copyright.php"; 
-                    echo '</div>'; 
+                    include "sections/footer.php";
+                    include "sections/copyright.php";
+                    echo '</div>';
                     ?>
                     </div><!--/#page-wrapper-->
             <a class="exit-off-canvas"></a>
@@ -51,4 +62,4 @@
             <div class='scroll icon'><i class="fa fa-4x fa-angle-up"></i></div>
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>
index 0a24cc6..afdbd66 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.27
+Version: 1.0.28
 */