linking the jobs link in the header to the jobs page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 6 Feb 2018 21:35:55 +0000 (16:35 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 6 Feb 2018 21:35:55 +0000 (16:35 -0500)
linking jobs in header to employment opportunities page

header.php
js/app.js
js/custom/gravityForms.js

index 2ca1ffb..16b1403 100644 (file)
@@ -22,7 +22,7 @@
                         <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="<?php echo get_permalink(88);?>">Jobs</a>
+                                <a class="over-header-link" href="<?php echo get_permalink(283);?>">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>
index 5aec0f5..807b803 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -97,6 +97,7 @@ var g=a(f(this.selector(c),a("<div></div>").html(c.attr("title")).html())),h=thi
         })
     });
 
+    // jquery plugin to change out the text fields with dropdowns for the fund type
     $.fn.swapSelect = function(){
         var parent = this.parent();
         parent.css("width", "50%");
@@ -109,7 +110,6 @@ var g=a(f(this.selector(c),a("<div></div>").html(c.attr("title")).html())),h=thi
                     display: 'none',
                 }
             }
-
         );
         
         select.appendTo(parent);
index ed70e7c..d32600d 100644 (file)
@@ -88,6 +88,7 @@ $(function(){
         })
     });
 
+    // jquery plugin to change out the text fields with dropdowns for the fund type
     $.fn.swapSelect = function(){
         var parent = this.parent();
         parent.css("width", "50%");
@@ -100,7 +101,6 @@ $(function(){
                     display: 'none',
                 }
             }
-
         );
         
         select.appendTo(parent);