I finish up the changes needed for the theme
authorIan Weller <ian@gaslightmedia.com>
Fri, 18 Nov 2016 21:54:25 +0000 (16:54 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 18 Nov 2016 21:54:25 +0000 (16:54 -0500)
I took out duplicate files and got foundation 5 markup back into the theme
where there were foundation 6 markup

index.php
parts/top-bar.php [deleted file]

index 5a47a26..1785825 100644 (file)
--- a/index.php
+++ b/index.php
@@ -2,9 +2,9 @@
 <html class="no-js" lang="en">
     <?php get_template_part("parts/header-meta"); ?>
     <body>
-        <div class="off-canvas-wrapper">
-            <div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
-                <div class="off-canvas-content" data-off-canvas-content>
+        <div class="off-canvas-wrap" data-offcanvas>
+            <div class="inner-wrap">
+                <div id="page-wrapper">
                     <?php
                     include "sections/header.php"; 
                     ?>
@@ -34,8 +34,7 @@
                         include "sections/copyright.php";  
                         ?>
                     </div>
-                    <div class="js-off-canvas-exit"></div>
-                </div><!--/.off-canvas-content-->
+                    <a class="exit-off-canvas"></a>
             </div><!--End of inner-wrap-->
         </div><!--End of off-canvas-->
         <?php wp_footer();?>
diff --git a/parts/top-bar.php b/parts/top-bar.php
deleted file mode 100644 (file)
index d34aeb2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<nav class="top-bar show-for-large-up" data-topbar role="navigation">
-    <section class="top-bar-section">
-        <?php glm_theme_top_bar(); ?>
-    </section>
-</nav>
-<nav class="tab-bar show-for-medium-down">
-    <section class="left-small">
-        <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
-    </section>
-</nav>