removing and commenting out things develop
authorIan Weller <ian@gaslightmedia.com>
Thu, 27 Apr 2017 18:44:53 +0000 (14:44 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 27 Apr 2017 18:44:53 +0000 (14:44 -0400)
I removed the site thing in the footer that was placed for the Emmet
County sites.  And I commented out the favicon.

footer.php
header.php

index a9b848d..69625b5 100644 (file)
     <script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
     <script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
     <script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.3.1";</script>
-    <script>
-    $(function(){
-        var toggleSitelist = true;
-        $('#emmet').on('click',function(e) {
-            var footerPosition = 'fixed';
-            if (footerPosition === 'fixed') {
-                if (toggleSitelist) {
-                    $("#sitelist").animate({'height': 53}, 600);
-                    toggleSitelist = false;
-                } else {
-                    $("#sitelist").animate({'height': 0}, 600);
-                    toggleSitelist = true;
-                }
-                $('#connect').bind('mouseleave', function () {
-                    if (!toggleSitelist) {
-                        $("#sitelist").animate({'height': 0}, 600);
-                        toggleSitelist = true;
-                    }
-                });
-            }
-        })
-    });
-    </script>
 </html>
index f2f13f7..2e19802 100644 (file)
@@ -4,8 +4,8 @@
     <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.0.24">
-      <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css">
+<!--      <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">-->
     <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Lobster+Two:700,700italic' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>