I removed a chunk of the emmet county items
authorIan Weller <ian@gaslightmedia.com>
Thu, 19 Jan 2017 15:19:27 +0000 (10:19 -0500)
committerIan Weller <ian@gaslightmedia.com>
Thu, 19 Jan 2017 15:19:27 +0000 (10:19 -0500)
I took out some of the emmet county code.  The parts I took out were emmet
specific codes such as links and hotfix cache breaks.

header.php
parts/top-bar.php

index cf02982..e36f076 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.2.8">
-    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1">
+    <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 href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
                 <header>
                     <div class="row">
                         <div class="small-12 small-only-text-center medium-6 large-3 columns">
-                            <a id="logo" href="<?php echo home_url('/'); ?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/logo.png?v=1"></a>
+                            <a id="logo" href="<?php echo home_url('/'); ?>"></a>
                         </div>
                         <div class="small-12 medium-6 medium-offset-0 large-8 large-offset-1 columns">
                             <div id="sec-nav" class="left show-for-medium-up">
                                 <ul>
-                                <li><a href="<?php echo esc_url(get_permalink(10660));?>">Property Search</a></li>
-                                    <li><a href="<?php echo esc_url(get_permalink(1465));?>">GIS Mapping</a></li>
-                                    <li><a href="<?php echo esc_url(get_permalink(11282));?>">Contact Us</a></li>
+                                    <li><a href="">Property Search</a></li>
+                                    
+                                    <li><a href="">Contact Us</a></li>
                                 </ul>
                             </div>
                             <div class="search-top show-for-medium-up">
                                 <?php get_template_part('parts/search');?>
                             </div>
-                            <div class="show-for-large-up social">
-                                <a href="http://www.youtube.com/gappold" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/assets/youtube.jpg"></a>
-                                <a href="http://twitter.com/#!/emmetcounty/" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/assets/twitter.png"></a>
-                                <a href="http://www.facebook.com/pages/Emmet-County-Michigan/118331701536408" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/assets/facebook.png"></a>
-                            </div>
                         </div>
                     </div>
                 </header>
index 866739e..7584b31 100644 (file)
@@ -1,9 +1,6 @@
 <nav class="top-bar show-for-medium-up" data-topbar role="navigation">
     <section class="top-bar-section">
-
-                    <?php echo do_shortcode('[ubermenu config_id="main" theme_location="top-bar"]'); ?>
-        <?php // ubermenu( 'main' , array( 'theme_location' => 'top-bar' ) ); ?>
-        <?php // echo emmetcounty_top_bar(); ?>
+        
     </section>
 </nav>
 <nav class="tab-bar show-for-small-down">