I took out a few things develop
authorIan Weller <ian@gaslightmedia.com>
Thu, 27 Apr 2017 19:45:31 +0000 (15:45 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 27 Apr 2017 19:45:31 +0000 (15:45 -0400)
I took out a few things that related to plugins or cache breaking

footer.php
header.php

index 90799ee..d010f0a 100644 (file)
@@ -23,9 +23,7 @@
         </div><!--End of inner-wrap-->
       </div><!--End of off-canvas-->
 
-    <div id="modal-placeholder">
-        <?php $modal_link = do_shortcode('[ninja_forms_modal_form id=6 text_link="eNews Signup"]'); // Must stay above wp_footer() as it adds actions to it ?>
-    </div>
+    
     <?php wp_footer();?>
     <script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
 <script charset="utf-8" type="text/javascript" src="//w.sharethis.com/button/buttons.js"></script>
index 68a5f37..b841f07 100644 (file)
@@ -5,7 +5,7 @@
     <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">
-    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1">
+<!--    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">-->
     <link href='//fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Eagle+Lake' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>