undoing changes in the header develop
authorIan Weller <ian@gaslightmedia.com>
Fri, 9 Jun 2017 17:14:28 +0000 (13:14 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 9 Jun 2017 17:14:28 +0000 (13:14 -0400)
I put the original parts of the theader back after realizing the layout
as I thought would work turned out to look like crap.

sections/header.php

index e032b97..427017a 100644 (file)
@@ -4,38 +4,28 @@
     </div>
     <div class="alert-x">X</div>
 </div>-->
-<!--
 <div id="pre-head" class="show-for-medium-up opensearchserver.ignore">
     <div class="row">
         <div class="medium-9 large-5 columns">
             <ul>
+<!--
                 <li><a href="<?php bloginfo('url'); ?>/about-us/contact-us">Send Us A Note</a></li>
                 <li>800.705.3031</li>
                 <li>989.705.3700</li>
+-->
             </ul>
         </div>
         <div class="medium-3 large-5 columns text-right">
-            <?php //get_template_part('parts/header-search'); ?>
+            <?php get_template_part('parts/header-search'); ?>
         </div>
     </div>
 </div>
--->
 <header class="main opensearchserver.ignore">
     <div class="row">
-        <?php get_custom_logo($blog_id = 0 );?>
-        <?php the_custom_logo($blog_id = 0 );?>
-        <?php
-            if ( is_front_page() && is_home() ) : ?>
-                <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
-            <?php else : ?>
-                <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
-            <?php endif;
-
-            $description = get_bloginfo( 'description', 'display' );
-            if ( $description || is_customize_preview() ) : ?>
-                <p class="site-description"><?php echo $description; ?></p>
-            <?php endif;
-        ?>
+        <a class="logo left show-for-large-up" href="<?php bloginfo('url'); ?>">Logo Here</a>
+        <div class="small-12 columns text-center show-for-medium-down">
+            <a class="logo" href="<?php bloginfo('url'); ?>">Logo Here</a>
+        </div>
+        <?php get_template_part('sections/top-bar');?>
     </div>
-    <?php get_template_part('sections/top-bar');?>
 </header>
\ No newline at end of file