I added a class to help search
authorIan Weller <ian@gaslightmedia.com>
Fri, 13 Jan 2017 16:03:36 +0000 (11:03 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 13 Jan 2017 16:03:36 +0000 (11:03 -0500)
I added a class Chuck provided to help clean up search issues.

sections/copyright.php
sections/footer.php
sections/header.php
sections/off-canvas.php
sections/top-bar.php

index a2380e2..ac54b44 100644 (file)
@@ -1,4 +1,4 @@
-                <div id="copyright" class="small-12 text-center row columns">
+                <div id="copyright" class="small-12 text-center row columns opensearchserver.ignore">
                     <span>Copyright &copy; <?php echo date('Y');?> </span>
                     <span class="bullet"> &#8226; </span>
                     <span> All Rights Reserved.</span>
index 6669aa9..f883e94 100644 (file)
@@ -1,4 +1,4 @@
-<footer class="main">
+<footer class="main opensearchserver.ignore">
     <?php if (is_active_sidebar('sidebar-f')) :?>
         <?php dynamic_sidebar('sidebar-f');?>
     <?php endif;?>
index aae7cab..c601b99 100644 (file)
@@ -1,4 +1,4 @@
-<header class="main">
+<header class="main opensearchserver.ignore">
     <div class="row medium-collapse">
         <div class="small-12 text-left medium-6 large-5 columns">
             <h2><a href="<?php bloginfo('url');?>">Michigan Communication <br>Directors Association</a></h2>
index 3dae2f7..e491ab1 100644 (file)
@@ -1,4 +1,4 @@
-                    <aside class="left-off-canvas-menu">
+                    <aside class="left-off-canvas-menu opensearchserver.ignore">
                         <?php glm_theme_mobile_off_canvas(); ?>
                         
                         <?php if (get_page_template_slug( $post->ID ) === "members-only-template.php") {  ?>
index 99987d2..c0cdb98 100644 (file)
@@ -1,4 +1,4 @@
-                    <nav class="top-bar text-center show-for-medium-up" data-topbar role="navigation">
+                    <nav class="top-bar text-center show-for-medium-up opensearchserver.ignore" data-topbar role="navigation">
                         <section class="top-bar-section text-center">
                             <?php glm_theme_top_bar("top-bar"); ?>
                         </section>