trying to finish up the footer and off canvas
authorIan Weller <ian@gaslightmedia.com>
Wed, 11 Jan 2017 14:08:40 +0000 (09:08 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 11 Jan 2017 14:08:40 +0000 (09:08 -0500)
I updated the footer a bit more and I removed some items in the off canvas
that I believe do not apply to this site that was left over from the
cloning process.  I need some help with the graphics however.  I sent an
email to Collins to have him try his hand at it.

footer.php
parts/client-info-footer.php
parts/off-canvas-menu.php

index 7e5b280..875319a 100644 (file)
@@ -2,7 +2,7 @@
                         <footer class="main">
                             <div class="row">
                                 <?php get_template_part('parts/client-info-footer');?>
-                                <div class="small-11 small-centered medium-uncentered medium-6 columns">
+                                <div class="small-11 small-centered text-center  medium-uncentered medium-6 medium-text-right columns">
                                     <img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/slogan.png">
                                 </div>
                             </div>
index dc271a0..d98d5a3 100644 (file)
@@ -15,7 +15,7 @@
                 <span class="bullet"> &#8226; </span><span><?php echo glm_get_clientinfo_option('phone2');?></span>
             <?php endif;?>
             <?php if (glm_get_clientinfo_option('email')) :?>
-                <br><a href="#"><span><?php echo glm_get_clientinfo_option('email');?></span></a>
+                <a href="<?php echo esc_url( get_permalink( 24 ) ) ?>"><span><?php echo glm_get_clientinfo_option('email');?></span></a>
             <?php endif;?>
         </div>
     </div>
index 4b68888..d5e0058 100644 (file)
@@ -1,12 +1,5 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
     <?php glm_theme_mobile_off_canvas(); ?>
-    <?php get_template_part('parts/search');?>
-    <ul class="offcavas-social-list">
-        <li><a class="facebook" href="#" target="_blank"></a></li>
-        <li><a class="insta" href="#" target="_blank"></a></li>
-        <li><a class="twit" href="#" target="_blank"></a></li>
-        <li><a class="tube" href="#" target="_blank"></a></li>
-    </ul>
     <?php get_template_part('parts/client-info-offcanvas');?>
     
 </aside>