Removed chute from specific pages and frontpage
authorLaury GvR <laury@gaslightmedia.com>
Wed, 26 Dec 2018 15:43:42 +0000 (10:43 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 26 Dec 2018 15:43:42 +0000 (10:43 -0500)
front-page.php
header.php
index.php
style.css

index 39f1a62..139b0c3 100644 (file)
@@ -2,11 +2,11 @@
 
 <main class="page-front">
     <?php get_template_part('parts/slide-show');?>
-    <div id="front-chute">
+    <!-- <div id="front-chute">
         <script async src="https://static.getchute.com/display-runners/component-display-carousel/component-display-carousel.js" data-chute-component-display-carousel="https://s3.amazonaws.com/store.getchute.com/5ade0358d9ce2b40a1000002" data-chute-cta="true" >
         </script>
         <img src="https://pixel.getchute.com/?dID=5ade0358d9ce2b40a1000002&cID=4066&eTp=view_served" style="width:0; height: 0">
-    </div>
+    </div> -->
     <div id="content-wrapper">
         <div class="row" >
             <?php get_template_part('parts/glm-blocks'); ?>
index c0818d6..35a10a6 100644 (file)
@@ -5,7 +5,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.1.37">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.38">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/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=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
index e244508..22f8fae 100644 (file)
--- a/index.php
+++ b/index.php
                     ?>
                 </div>
             </div>
-            <?php if (is_page( 113 ) ) : ?>
-                <div>
+            <?php if (is_page( 113 ) ) : // disabled by client request, 12/26/18 ?>
+                <!-- <div>
                     <script async src="https://static.getchute.com/display-runners/component-display-carousel/component-display-carousel.js" data-chute-component-display-carousel="https://s3.amazonaws.com/store.getchute.com/5afad3aa980e907ef7000003" data-chute-cta="true" ></script><img src="https://pixel.getchute.com/?dID=5afad3aa980e907ef7000003&cID=4066&eTp=view_served" style="width:0; height: 0">
-                </div>
-            <?php elseif(is_page(154) ) : ?>
-                <div>
+                </div> -->
+            <?php elseif(is_page(154) ) : // disabled by client request, 12/26/18 ?>
+                <!-- <div>
                     <script async src="https://static.getchute.com/display-runners/component-display-carousel/component-display-carousel.js" data-chute-component-display-carousel="https://s3.amazonaws.com/store.getchute.com/5afad920980e907f00000005" data-chute-cta="true" ></script><img src="https://pixel.getchute.com/?dID=5afad920980e907f00000005&cID=4066&eTp=view_served" style="width:0; height: 0">
-                </div>
+                </div> -->
             <?php endif; ?>
             <div class="row">
                 <div id="main-content" class="small-12 columns">
index 43b1432..5c8b5d7 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: SaultSteMarieCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for SaultSteMarieCVB
-Version: 1.1.37
+Version: 1.1.38
 */