I updated the last few things
authorIan Weller <ian@gaslightmedia.com>
Fri, 7 Jul 2017 15:25:17 +0000 (11:25 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 7 Jul 2017 15:25:17 +0000 (11:25 -0400)
I finished the theme functions.  But I need to go through the checklist.

sections/footer.php
sections/off-canvas.php

index 76fa32f..970cbc6 100644 (file)
@@ -3,7 +3,7 @@
                                 <?php dynamic_sidebar('sidebar-f');?>
                             <?php endif;?>
                             <div class="row">
-                                <div id="footer_address" class="small-centered small-11 medium-6 large-4 medium-uncentered columns">
+                                <div id="footer_address" class="show-for-medium-up medium-6 large-4 columns">
                                     <?php if (function_exists('glm_get_clientinfo_option')) :?>
                                     <h2><?php echo glm_get_clientinfo_option('businessName');?></h2>
                                     <?php if (glm_get_clientinfo_option('address')):?>
index 9333dff..8f2ae91 100644 (file)
@@ -6,7 +6,11 @@
                             <li><a href="http://www.facebook.com/pages/d41d8cd9/#/pages/Harbor-Springs-MI/Trout-Creek-Condominium-Resort/68823519594?ref=ts" target="_blank" class="facebook"></a></li>
                             <li><a href="http://www.tripadvisor.com/Hotel_Review-g42281-d283641-Reviews-Trout_Creek_Condominiums_Vacation_Rentals-Harbor_Springs_Michigan.html" target="_blank" class="tripadvisor"></a></li>
                             <li><a href="https://www.instagram.com/troutcreekcondos/" target="_blank" class="instagram"></a></li>
-                        </ul>    
+                        </ul>
+                        <ul>
+                            <li><a href="#">Site Map</a></li>
+                            <li><a href="#">Owners Section</a></li>
+                        </ul>
                         <ul class="address">
                                 <li><?php echo glm_get_clientinfo_option('businessName');?></li>
                                 <?php if (glm_get_clientinfo_option('address')):?>
@@ -37,7 +41,7 @@
                             </ul>
                             <?php endif;?>
                     </aside>
-                    <!--
+                    
                     <aside class="right-off-canvas-menu">
-
-                    </aside>-->
\ No newline at end of file
+                        
+                    </aside>
\ No newline at end of file