Fix for the bad end div tag in index page, and missing one in footer.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 21 Oct 2016 17:20:16 +0000 (13:20 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 21 Oct 2016 17:20:16 +0000 (13:20 -0400)
Fixing a missing end div tag in footer.
Remove extra end div tag in the index page.

footer.php
index.php
style.css

index 889af2b..024a136 100644 (file)
                                         </ul>
                                     </div>
                                 </div>
-                                
+
                             </div>
                             <div class="row">
                                 <div id="foot-logo" class="small-11 columns text-center">
                                     <a href="<?php echo esc_url( home_url() ); ?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/silver-lake-sand-dunes-footer-logo.png"></a>
                                 </div>
-                                
-                                
+
+
 <!--
                                <div class="small-12 medium-6 columns ta_cert" id="TA_certificateOfExcellence724" class="TA_certificateOfExcellence"><ul id="PPnGczghPDB4" class="TA_links DN45CWevUlp"><li id="KpQ46oqBw0O" class="bZlQ1L12T9g"><a target="_blank" href="https://www.tripadvisor.com/Hotel_Review-g42454-d316988-Reviews-Sierra_Sands_Family_Lodge-Mears_Oceana_County_Michigan.html"><img src="https://www.tripadvisor.com/img/cdsi/img2/awards/CoE2016_WidgetAsset-14348-2.png" alt="TripAdvisor" class="widCOEImg" id="CDSWIDCOELOGO"/></a></li></ul></div><script src="https://www.jscache.com/wejs?wtype=certificateOfExcellence&amp;uniq=724&amp;locationId=316988&amp;lang=en_US&amp;year=2016&amp;display_version=2"></script>
                             </div>
                             <div class="row">
                                  <?php get_template_part('parts/client-info-footer');?>
                             </div>
+                            </div>
                         </footer>
-                    
-                
+
+
                 <div id="copyright" class="text-center">
                     <span>Copyright &copy; <?php echo date('Y');?> </span>
                     <span class="bullet"> &#8226; </span>
index 1f62095..a40f439 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,10 +1,9 @@
 <?php get_header(); ?>
 <main class="page-inside">
-        <?php 
-//            echo glm_get_header(); 
-        get_template_part('parts/slide-show');    
+        <?php
+//            echo glm_get_header();
+        get_template_part('parts/slide-show');
         ?>
-    </div>
         <div id="content-wrapper">
             <div class="row">
                 <?php
index a0cdce0..19cbeee 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ThinkDunes
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ThinkDunes
-Version: 1.0.23
+Version: 1.0.26
 */