linking social icons
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 May 2017 20:02:58 +0000 (16:02 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 May 2017 20:02:58 +0000 (16:02 -0400)
linking social icons in footer, header and offcanvas to their pages. linking the glm client
info email link to the contact us page

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

index 13f1365..29c007b 100644 (file)
                                                     <h6><?php echo glm_get_clientinfo_option('phone');?></h6>
                                                 <?php endif;?>
                                                 <?php if (glm_get_clientinfo_option('email')) :?>
-                                                    <a href="#"><?php echo glm_get_clientinfo_option('email');?></a>
+                                                    <a class="mail" href="<?php echo get_permalink(126);?>">Contact Us</a>
                                                 <?php endif;?>
                                                 <ul class="social-foot">
-                                                    <li><a class="facebook" href="#"></a></li>
-                                                    <li><a class="twit" href="#"></a></li>
-                                                    <li><a class="tube" href="#"></a></li>
-                                                    <li><a class="insta" href="#"></a></li>
+                                                    <li><a target="_blank" class="facebook" href="https://www.facebook.com/greatlakescenterforthearts/"></a></li>
+                                                    <li><a target="_blank" class="twit" href="https://twitter.com/GreatLakesCFA"></a></li>
+                                                    <li><a target="_blank" class="tube" href="https://www.youtube.com/channel/UCvwAZ0cE3cdUZ1DPzzQYlMQ"></a></li>
+                                                    <li><a target="_blank" class="insta" href="https://www.instagram.com/greatlakescfa/"></a></li>
                                                 </ul>
                                             </div>
                                             <?php endif;?>
index 23bccee..4b2be57 100644 (file)
@@ -6,11 +6,11 @@
         <div class="text-right medium-6 large-9 columns show-for-large-up right">
             <ul class="nav-social"><!--
                 --><li><a href="<?php echo esc_url( home_url( '/' ) ); ?>">Home</a></li><!--
-                --><li><a href="#" target="_blank" class="facebook"></a></li><!--
-                --><li><a href="#" target="_blank" class="twit"></a></li><!--
-                --><li><a href="#" target="_blank" class="tube"></a></li><!--
-                --><li><a href="#" target="_blank" class="insta"></a></li><!--
-                --><li><a href="#" class="contact"></a></li><!--
+                --><li><a target="_blank" class="facebook" href="https://www.facebook.com/greatlakescenterforthearts/"></a></li><!--
+                --><li><a class="twit" target="_blank" href="https://twitter.com/GreatLakesCFA"></a></li><!--
+                --><li><a target="_blank" class="tube" href="https://www.youtube.com/channel/UCvwAZ0cE3cdUZ1DPzzQYlMQ"></a></li><!--
+                --><li><a target="_blank" class="insta" href="https://www.instagram.com/greatlakescfa/"></a></li><!--
+                --><li><a href="<?php echo get_permalink(126); ?>" class="contact"></a></li><!--
                 --><li class="search-icon"><a href="#" class="search"></a></li><!--
             --></ul>
             <form role="search" method="get" class="header-search-form" action="<?php echo home_url('/').'site-search/'; ?>">
index 884ba22..4a9f919 100644 (file)
@@ -2,10 +2,10 @@
                         <?php glm_theme_mobile_off_canvas(); ?>
                         <?php get_template_part('parts/search-form');?>
                         <ul class="offcavas-social-list">
-                            <li><a href="#" target="_blank" class="facebook"></a></li>
-                            <li><a href="#" target="_blank" class="twit"></a></li>
-                            <li><a href="#" target="_blank" class="tube"></a></li>
-                            <li><a href="#" target="_blank" class="insta"></a></li>
+                            <li><a class="facebook" target="_blank" href="https://www.facebook.com/greatlakescenterforthearts/"></a></li>
+                             <li><a class="twit" target="_blank" href="https://twitter.com/GreatLakesCFA"></a></li>
+                             <li><a class="tube" target="_blank" href="https://www.youtube.com/channel/UCvwAZ0cE3cdUZ1DPzzQYlMQ"></a></li>
+                             <li><a class="insta" target="_blank" href="https://www.instagram.com/greatlakescfa/"></a></li>
                         </ul>
                         <?php if (function_exists('glm_get_clientinfo_option')) :?>
                             <ul>
@@ -24,7 +24,7 @@
                                     <li><?php echo glm_get_clientinfo_option('phone');?></li>
                                 <?php endif;?>
                                 <?php if (glm_get_clientinfo_option('email')) :?>
-                                    <li><?php echo glm_get_clientinfo_option('email');?></li>
+                                    <li><a class="mail" href="<?php echo get_permalink(126);?>">Contact Us</a></li>
                                 <?php endif;?>
                                 <?php if (glm_get_clientinfo_option('phone2')) :?>
                                     <span class="bullet"> &#8226; </span><span><?php echo glm_get_clientinfo_option('phone2');?></span>