Adding missing element end tags throughout theme
authorLaury GvR <laury@gaslightmedia.com>
Thu, 10 Nov 2016 19:57:10 +0000 (14:57 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 10 Nov 2016 19:57:10 +0000 (14:57 -0500)
After the previous commit a number of files were not updated to
accommodate the lack of a main element closing tag in the footer.

12 files changed:
archive.php
craft-beer-template.php
footer.php
front-page.php
glm-associate-template.php
glm-members-only-template.php
home.php
index.php
landing-page.php
page-3323.php
search.php
single.php

index 24bd030..eaafb6e 100644 (file)
@@ -28,7 +28,6 @@
                     </div>
                     <?php echo the_advanced_excerpt('length=265&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?>        
                 </article>
-                </div>
             </div>
             <?php endwhile; ?>
             <div class="navigation">
index 5cafb38..ab9b60f 100644 (file)
@@ -34,5 +34,6 @@
         </div>
         <?php } ?>
     </div>
+</main>
 
 <?php get_footer(); ?>
index a380596..6a8afa3 100644 (file)
@@ -1,14 +1,14 @@
                 
-        <footer>
-            <?php if (is_active_sidebar('sidebar-f')) :?>
-            <?php dynamic_sidebar('sidebar-f');?>
-            <?php endif;?>
-            <h1 id="pount-text" class="text-center show-for-large-up">#kbw2017</h1>
-        </footer>
-        <div id="bottom-lens">
-            <script id="cr__init-38a0f95d" src="https://embed.crowdriff.com/js/init?hash=38a0f95d" async></script>
-        </div>
-    </div><!--/#transparent-back-->
+                    <footer>
+                        <?php if (is_active_sidebar('sidebar-f')) :?>
+                        <?php dynamic_sidebar('sidebar-f');?>
+                        <?php endif;?>
+                        <h1 id="pount-text" class="text-center show-for-large-up">#kbw2017</h1>
+                    </footer>
+                    <div id="bottom-lens">
+                        <script id="cr__init-38a0f95d" src="https://embed.crowdriff.com/js/init?hash=38a0f95d" async></script>
+                    </div>
+                </div><!--/#transparent-back-->
                 <div id="copyright" class="small-12 text-center row columns">
                     <div class="small-12 columns">
                         <span>Copyright &copy; 2012 - <?php echo date('Y');?> </span>
index c404b7d..969299a 100644 (file)
@@ -1,27 +1,27 @@
 <?php get_header(); ?>
 <div class="row">
-<div id="content-wrapper" class="small-12 small-centered columns">
-    <main class="page-front">    
-        <div class="row">
-            <div class="medium-3 columns right show-for-medium-up">
-                <ul class="social text-right">
-                    <li class="facebook"><a href="http://www.facebook.com/KalamazooBeerWeek" target="_blank"></a></li>
-                    <li class="twitter"><a href="https://twitter.com/KzooBeerWeek" target="_blank"></a></li>
-                    <li class="blog"><a href="<?php echo get_permalink( 641 ); ?>"></a></li>
-                </ul>
+    <div id="content-wrapper" class="small-12 small-centered columns">
+        <main class="page-front">    
+            <div class="row">
+                <div class="medium-3 columns right show-for-medium-up">
+                    <ul class="social text-right">
+                        <li class="facebook"><a href="http://www.facebook.com/KalamazooBeerWeek" target="_blank"></a></li>
+                        <li class="twitter"><a href="https://twitter.com/KzooBeerWeek" target="_blank"></a></li>
+                        <li class="blog"><a href="<?php echo get_permalink( 641 ); ?>"></a></li>
+                    </ul>
+                </div>
             </div>
-        </div>
-            <div class="edit-wrapper">
-                <div class="row">
-                    <div id="main-content" class="small-12 columns">
-                        <?php get_template_part('parts/content-section'); ?>
+                <div class="edit-wrapper">
+                    <div class="row">
+                        <div id="main-content" class="small-12 columns">
+                            <?php get_template_part('parts/content-section'); ?>
+                        </div>
                     </div>
                 </div>
-            </div>
-            <div id="block-wrap" class="row collapse">                
-                <?php get_template_part('parts/glm-blocks'); ?>
-            </div>
-    </main><!--End of main-->
-</div><!--/#content-wrapper-->
+                <div id="block-wrap" class="row collapse">                
+                    <?php get_template_part('parts/glm-blocks'); ?>
+                </div>
+        </main><!--End of main-->
+    </div><!--/#content-wrapper-->
 </div><!--/.row container-->
 <?php get_footer(); ?>
index d6851a6..4b3267f 100644 (file)
@@ -31,5 +31,8 @@ Template Name: GLM Associate Template
                     <?php get_template_part('parts/content-section'); ?>
                 </div>
             </div>
+        </main>
+    </div>
+</div>
 <?php get_footer(); ?>
 
index 9f7eb0a..af0c014 100644 (file)
@@ -47,5 +47,7 @@ Template Name: GLM Members Only Template
                 <?php } ?>
             </div>
         </div>
+    </main>
+</div>
                 
 <?php get_footer(); ?>
index c2b4b40..e1feb7b 100644 (file)
--- a/home.php
+++ b/home.php
@@ -28,7 +28,6 @@
                     </div>
                     <?php echo the_advanced_excerpt('length=265&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?>
                 </article>
-                </div>
             </div>
             <?php endwhile; ?>
             <div class="navigation">
index 9a88549..d8956fd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -5,35 +5,34 @@
     }
     ?>
     <div id="content-wrapper" class="small-12 small-centered large-uncentered large-9 columns">
-    <main class="page-inside">
-        <div class="row">
-            <div class="medium-3 columns right show-for-medium-up">
-                <ul class="social text-right">
-                    <li class="facebook"><a href="http://www.facebook.com/KalamazooBeerWeek" target="_blank"></a></li>
-                    <li class="twitter"><a href="https://twitter.com/KzooBeerWeek" target="_blank"></a></li>
-                    <li class="blog"><a href="http://blog.kalamazoobeerweek.com/" target="_blank"></a></li>
-                </ul>
+        <main class="page-inside">
+            <div class="row">
+                <div class="medium-3 columns right show-for-medium-up">
+                    <ul class="social text-right">
+                        <li class="facebook"><a href="http://www.facebook.com/KalamazooBeerWeek" target="_blank"></a></li>
+                        <li class="twitter"><a href="https://twitter.com/KzooBeerWeek" target="_blank"></a></li>
+                        <li class="blog"><a href="http://blog.kalamazoobeerweek.com/" target="_blank"></a></li>
+                    </ul>
+                </div>
             </div>
-        </div>
-        <div class="row">
-            <div id="main-content" class="small-12 columns">
-                <div id="addthis_wrapper">
-                    <!-- AddThis Button BEGIN -->
-                    <div class="addthis_toolbox addthis_default_style ">
-                        <a class="addthis_counter addthis_pill_style"></a>
-                    </div>
-                    <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
-                    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5135fe4558d287a9"></script>
-                    <!--                                        <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>-->
-                    <!-- AddThis Button END -->
-                </div><!--/#addthis_wrapper-->
-                <?php get_template_part('parts/content-section'); ?>
+            <div class="row">
+                <div id="main-content" class="small-12 columns">
+                    <div id="addthis_wrapper">
+                        <!-- AddThis Button BEGIN -->
+                        <div class="addthis_toolbox addthis_default_style ">
+                            <a class="addthis_counter addthis_pill_style"></a>
+                        </div>
+                        <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
+                        <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5135fe4558d287a9"></script>
+                        <!--                                        <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>-->
+                        <!-- AddThis Button END -->
+                    </div><!--/#addthis_wrapper-->
+                    <?php get_template_part('parts/content-section'); ?>
+                </div>
             </div>
-        </div>
-    </main><!--End of main-->
+        </main><!--End of main-->
     </div><!--/#content-wrapper-->
 </div><!--/.row container-->
-                
     
 
 <?php get_footer(); ?>
index 51fd5d0..0d50880 100644 (file)
@@ -37,4 +37,5 @@ Template Name: Landing Page
             </div>
         </div>
     </div>
+</main>
 <?php get_footer(); ?>
index 5702c80..4b7c42e 100644 (file)
             <div class="small-12 columns small-center text-center">
                 <a id="big-lens"><h1>#DiscoverKZoo</h1></a>
             </div>
-        </div>
-        <?php if ((get_post_type( $post ) != "ai1ec_event") && ($post != get_post(3198))  && ($post != get_post(1140))) { ?>
-        <div id="bottom-lens">
-            <script id="cr__init-b054762a" src="https://embed.crowdriff.com/js/init?hash=b054762a" async></script>
-        </div>
+            </div>
+            <?php if ((get_post_type( $post ) != "ai1ec_event") && ($post != get_post(3198))  && ($post != get_post(1140))) { ?>
+            <div id="bottom-lens">
+                <script id="cr__init-b054762a" src="https://embed.crowdriff.com/js/init?hash=b054762a" async></script>
+            </div>
         <?php } ?>
+        </div>
     </div>
+</main>
 
 <?php get_footer(); ?>
index 1e7dd40..0ea646c 100644 (file)
         </div>
 -->
     </div>
-    <?php get_footer(); ?>
+</main>
+<?php get_footer(); ?>
index 272a3c4..1bf5755 100644 (file)
@@ -67,5 +67,5 @@
         <?php } ?>    
     </div>
 </main><!--End of main-->        
-    <?php get_footer(); ?>
+<?php get_footer(); ?>