linking social icons in footer, header and offcanvas to their pages. linking the glm client
info email link to the contact us page
<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;?>
<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/'; ?>">
<?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>
<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"> • </span><span><?php echo glm_get_clientinfo_option('phone2');?></span>