adding chute to specific pages, 154 and 113 (id)
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 May 2018 15:42:00 +0000 (11:42 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 May 2018 15:42:00 +0000 (11:42 -0400)
adding chute scripts to pages 154 and 113, attractions and tahquamenon falls

header.php
index.php
style.css

index 092f047..52375a6 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.32.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.33">
     <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 5d36717..e244508 100644 (file)
--- a/index.php
+++ b/index.php
                     ?>
                 </div>
             </div>
-
+            <?php if (is_page( 113 ) ) : ?>
+                <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>
+                    <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>
+            <?php endif; ?>
             <div class="row">
                 <div id="main-content" class="small-12 columns">
                     <?php if ( is_page( 5903 ) ) : ?>
index d3c64ae..e7b21d8 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.32
+Version: 1.1.33
 */