Link up jobs, contact us, footer items
authorLaury GvR <laury@gaslightmedia.com>
Mon, 22 Jan 2018 22:17:08 +0000 (17:17 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 22 Jan 2018 22:17:08 +0000 (17:17 -0500)
header.php
parts/client-info-footer.php
parts/client-info-offcanvas.php
parts/pre-footer-bar.php

index c66331b..d36ab7b 100644 (file)
@@ -19,8 +19,8 @@
                         <div id="over-header-links-container" class="row large-collapse">
                             <div id="over-header-links">
                                 <a class="over-header-link" href="<?php bloginfo('url');?>">Home</a>
-                                <a class="over-header-link" href="#">Jobs</a>
-                                <a class="over-header-link" href="#">Contact Us</a>
+                                <a class="over-header-link" href="<?php echo get_permalink(88);?>">Jobs</a>
+                                <a class="over-header-link" href="<?php echo get_permalink(86);?>">Contact Us</a>
                                 <a class="facebook" target="_blank" href="https://www.facebook.com/Ka-Hale-A-Ke-Ola-Homeless-Resource-Centers-1444544482501919/"></a>
                             </div>
                         </div>
index fadba6d..69ef29c 100644 (file)
@@ -18,7 +18,7 @@
                 <span><?php echo glm_get_clientinfo_option('extra');?></span><br>
             <?php endif;?>
             <br>
-            <a class="mail location-mail" href="<?php echo get_permalink(63);?>">Contact Us</a>
+            <a class="mail location-mail" href="<?php echo get_permalink(86);?>">Contact Us</a>
         </div>
         <div class="location_2 address-container medium-6 columns">
             <span class="address_2_name location-name">Westside Center</span>
@@ -38,7 +38,7 @@
                 <span><?php echo glm_get_clientinfo_option('extra2');?></span><br>
             <?php endif;?>
             <br>
-            <a class="mail_2 location-mail" href="<?php echo get_permalink(63);?>">Contact Us</a>
+            <a class="mail_2 location-mail" href="<?php echo get_permalink(86);?>">Contact Us</a>
         </div>
     <?php endif;?>
 </div>
\ No newline at end of file
index 95917e2..3889a65 100644 (file)
@@ -13,7 +13,7 @@
     <?php if (glm_get_clientinfo_option('fax')) :?>
         <li><?php echo glm_get_clientinfo_option('fax');?></li>
     <?php endif;?>
-    <a class="mail" href="<?php echo get_permalink(63);?>">Contact Us</a>
+    <a class="mail" href="<?php echo get_permalink(86);?>">Contact Us</a>
     <br>
     <li><span><b>Cultural Center</b></span></li>
     <?php if (glm_get_clientinfo_option('address2')):?>
@@ -27,7 +27,7 @@
     <?php if (glm_get_clientinfo_option('fax2')) :?>
         <li><?php echo glm_get_clientinfo_option('fax2');?></li>
     <?php endif;?>
-    <a class="mail" href="<?php echo get_permalink(63);?>">Contact Us</a>
+    <a class="mail" href="<?php echo get_permalink(86);?>">Contact Us</a>
 
     <?php if (glm_get_clientinfo_option('extra')) :?>
         <li><?php echo glm_get_clientinfo_option('extra');?></li>
index a0a317f..a4e7a7d 100644 (file)
@@ -1,17 +1,17 @@
 <div id="pre-footer-bar">
     <div id="pre-footer-blocks" class="row collapse">
         <div class="pre-footer-block-container columns small-12 medium-4">
-            <a class="pre-footer-block i-need-help" href="#">
+            <a class="pre-footer-block i-need-help" href="<?php echo get_permalink(41);?>">
                 <img class="show-for-medium-down" alt="I need help" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/i-need-help-button-mobile.png">
             </a>
         </div>
         <div class="pre-footer-block-container columns small-12 medium-4">
-            <a class="pre-footer-block donate-now" href="#">
+            <a class="pre-footer-block donate-now" href="<?php echo get_permalink(42);?>">
                 <img class="show-for-medium-down" alt="donate now" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/donate-now-button-mobile.png">
             </a>
         </div>
         <div class="pre-footer-block-container columns small-12 medium-4">
-            <a class="pre-footer-block volunteer" href="#">
+            <a class="pre-footer-block volunteer" href="<?php echo get_permalink(43);?>">
                 <img class="show-for-medium-down" alt="volunteer" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/volunteer-button-mobile.png">
             </a>
         </div>