Don't show crowd lens for event pages
authorLaury GvR <laury@gaslightmedia.com>
Tue, 16 Feb 2016 22:04:36 +0000 (17:04 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 16 Feb 2016 22:04:36 +0000 (17:04 -0500)
index.php

index 835b835..ce98a1b 100644 (file)
--- a/index.php
+++ b/index.php
             <div class="small-12 columns small-center text-center">
                 <a id="big-lens"><h1>#DiscoverKZoo</h1></a>
             </div>
-        </div>
+        </div>            
+        <?php if ((get_post_type( $post ) != "ai1ec_event") || ($post == get_post(3198))) { ?>   
         <div id="bottom-lens">
             <script id="cr__init-38a0f95d" src="https://embed.crowdriff.com/js/init?hash=38a0f95d"></script>
         </div>
+        <?php } ?>
     </div>
         
 <?php get_footer(); ?>