removing the view visitors guide link in the footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Feb 2019 14:58:13 +0000 (09:58 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Feb 2019 14:58:13 +0000 (09:58 -0500)
footer.php
lib/enqueue-scripts.php
style.css

index 63ce0d6..ee8d4f8 100644 (file)
               <div data-mh="footer-blocks" class="bg orange">
                 <div>REQUEST</div>
                 <h4>Visitors Guide</h4>
-                <div><a href="<?php echo esc_url(get_permalink(get_page_by_title("Request Visitors Guide"))); ?>">order</a>|<a target="_blank" href="http://www.publishingbyavanti.com/Flipbooks/2019MunisingVG/mobile/index.html">view</a></div>
+                <div><a href="<?php echo esc_url(get_permalink(get_page_by_title("Request Visitors Guide"))); ?>">order</a>
+                <!-- | -->
+                <!-- <a target="_blank" href="http://www.publishingbyavanti.com/Flipbooks/2019MunisingVG/mobile/index.html">view</a> -->
+              </div>
               </div>
             </div>
           </div>
index c336b0a..c47e463 100644 (file)
@@ -2,7 +2,7 @@
 
 if ( ! function_exists( 'munisingcvb_scripts' ) ) :
   function munisingcvb_scripts() {
-    wp_enqueue_style('Theme Stylesheet', get_stylesheet_directory_uri() .  '/css/app.css', array(), '1.1.40');
+    wp_enqueue_style('Theme Stylesheet', get_stylesheet_directory_uri() .  '/css/app.css', array(), '1.1.41');
     wp_deregister_script('jquery');
     wp_register_script('jquery',    get_template_directory_uri() . '/js/jquery.min.js', array(), '2.1.4', false);
     wp_register_script('modernizr', get_template_directory_uri() . '/js/modernizr.js',  array(), '2.8.3', false);
index 2bb306d..d021549 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Munising CVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A custom theme for Munising Convention and Visitor's Bureau.
-Version: 1.1.40
+Version: 1.1.41
 */