Remove smart banner
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 5 Sep 2019 12:54:08 +0000 (08:54 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 5 Sep 2019 12:54:08 +0000 (08:54 -0400)
Removing smart banner

index.php
parts/header-meta.php

index 3827349..5f50fb3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -47,8 +47,5 @@
             </div><!--End of inner-wrap-->
         </div><!--End of off-canvas-->
         <?php wp_footer();?>
-    <?php if ( in_array( $post->ID, array( 221, 228, 465 ) ) ) : ?>
-        <script src="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.js"></script>
-    <?php endif; ?>
     </body>
 </html>
index cf1be04..3dbad5f 100644 (file)
     /></noscript>
     <!-- End Facebook Pixel Code -->
 
-    <?php if ( in_array( $post->ID, array( 221, 228, 465 ) ) ) : ?>
-        <meta name="smartbanner:title" content="The Official Keweenaw App">
-        <meta name="smartbanner:author" content="VisitApps">
-        <meta name="smartbanner:price" content="FREE">
-        <meta name="smartbanner:price-suffix-apple" content=" - On the App Store">
-        <meta name="smartbanner:price-suffix-google" content=" - In Google Play">
-        <meta name="smartbanner:icon-apple" content="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.png">
-        <meta name="smartbanner:icon-google" content="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.png">
-        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/smartbanner/smartbanner.css">
-        <meta name="smartbanner:button" content="View">
-        <meta name="smartbanner:button-url-apple" content="https://itunes.apple.com/us/app/michigans-keweenaw-peninsula/id1003861626?ls=1&mt=8">
-        <meta name="smartbanner:button-url-google" content="https://play.google.com/store/apps/details?id=com.visitapps.keweenawmi">
-        <meta name="smartbanner:enabled-platforms" content="android,ios">
-    <?php endif; ?>
   </head>