Remove facebook from off-canvas and preserve footer client info into small view
authorLaury GvR <laury@gaslightmedia.com>
Wed, 24 Oct 2018 15:21:14 +0000 (11:21 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 24 Oct 2018 15:21:14 +0000 (11:21 -0400)
sections/footer.php
sections/off-canvas.php

index 5712299..8da23f4 100644 (file)
@@ -6,7 +6,7 @@
                 <img src="<?php echo get_template_directory_uri();?>/assets/logo.jpg" alt="" class="footer-logo">
             </a>
         </div> -->
-        <div id="footer-address" class="large-12 columns show-for-large-up">
+        <div id="footer-address" class="small-12 columns">
             <?php if ( function_exists( 'glm_get_clientinfo_option' ) ) :?>
                 <?php if ( glm_get_clientinfo_option( 'businessName' ) ) :?>
                 <div><?php echo glm_get_clientinfo_option( 'businessName' );?></div>
index 0005a98..3c62b78 100644 (file)
@@ -2,9 +2,9 @@
                         <?php glm_theme_mobile_off_canvas('mobile-menu'); ?>
                   
                         <?php //get_template_part('parts/search-form');?>
-                        <div id="oc-socials">
+                        <!-- <div id="oc-socials">
                             <a class="facebook social-icon" href="http://www.facebook.com/DestinationMichigan"></a>
-                        </div>
+                        </div> -->
                         <?php if (function_exists('glm_get_clientinfo_option')) :?>
                             <ul id="oc-client-info">
                                 <?php if ( glm_get_clientinfo_option( 'businessName' ) ) :?>
@@ -23,7 +23,7 @@
                                 <li>
                                     <?php if (glm_get_clientinfo_option('email')) :?>
                                     <a class="email-link" href="mailto:<?php echo glm_get_clientinfo_option('email');?>">Email</a>
-                                    <span class="bullet">&#8226;</span>
+                                    <!-- <span class="bullet">&#8226;</span> -->
                                     <?php endif;?>
                                     <!-- <a class="contact-us-link" href="<?php //echo get_permalink(131)?>">Contact Us</a> -->
                                 </li>