added a new class
authorIan Weller <ian@gaslightmedia.com>
Fri, 13 Jan 2017 16:34:55 +0000 (11:34 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 13 Jan 2017 16:34:55 +0000 (11:34 -0500)
Steve asked me to add a new class the parts of the theme that don't need
to be apart of the search.

root/sections/copyright.php
root/sections/footer.php
root/sections/off-canvas.php
root/sections/top-bar.php
root/sidebar.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 f52e0d7..076b2e8 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 87de2dd..abf9eb8 100644 (file)
@@ -1,4 +1,4 @@
-                    <aside class="left-off-canvas-menu hide-for-large-up">
+                    <aside class="left-off-canvas-menu hide-for-large-up opensearchserver.ignore">
                         <?php glm_theme_mobile_off_canvas(); ?>
                         <?php get_template_part('parts/search-form');?>
                         <?php if (function_exists('glm_get_clientinfo_option')) :?>
index 36a5d22..5627da8 100644 (file)
@@ -1,4 +1,4 @@
-                    <nav class="top-bar text-center show-for-large-up" data-topbar role="navigation">
+                    <nav class="top-bar text-center show-for-large-up opensearchserver.ignore" data-topbar role="navigation">
                         <section class="top-bar-section">
                             <?php glm_theme_top_bar(); ?>
                         </section>
index 03ba537..4cf9d86 100644 (file)
@@ -1,6 +1,6 @@
 <!--
                         <div id="side-nav" class="show-for-large-up" data-equalizer-watch>
-                            <div class="row collapse">
+                            <div class="row collapse opensearchserver.ignore">
                                 <?php //glm_side_menu(); ?>
                             </div>
                         </div>-->