Update extra menu in header / offcanvas
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 4 Nov 2015 16:40:29 +0000 (11:40 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 4 Nov 2015 16:40:29 +0000 (11:40 -0500)
Adding urls for the bill pay GIs mapping and live chat links

header.php
parts/off-canvas-menu.php

index b468350..d626b93 100644 (file)
@@ -20,9 +20,9 @@
                         <div class="small-12 medium-6 medium-offset-0 large-7 large-offset-2 columns">
                             <div id="sec-nav" class="left show-for-medium-up">
                                 <ul>
-                                    <li><a href="#">Bill Pay</a></li>
-                                    <li><a href="#">GIS Mapping</a></li>
-                                    <li><a href="#">Live Chat</a></li>
+                                <li><a href="<?php echo esc_url(get_permalink(1182));?>">Bill Pay</a></li>
+                                    <li><a href="<?php echo esc_url(get_permalink(10660));?>">GIS Mapping</a></li>
+                                    <li><a href="<?php echo esc_url(get_permalink(11282));?>">Live Chat</a></li>
                                 </ul>
                             </div>
                             <div class="search-top show-for-large-up">
index 06c4f47..8228abf 100644 (file)
@@ -6,9 +6,9 @@
         <li><a href="#"><img src="<?php echo get_template_directory_uri(); ?>/assets/youtube.jpg"></a></li>
     </ul>
     <ul id="off-nav" class="show-for-small-down">
-        <li><a href="#">Bill Pay</a></li>
-        <li><a href="#">GIS Mapping</a></li>
-        <li><a href="#">Live Chat</a></li>
+        <li><a href="<?php echo esc_url(get_permalink(1182));?>">Bill Pay</a></li>
+        <li><a href="<?php echo esc_url(get_permalink(10660));?>">GIS Mapping</a></li>
+        <li><a href="<?php echo esc_url(get_permalink(11282));?>">Live Chat</a></li>
     </ul>
     <?php get_template_part('parts/search');?>
 <!--    <ul class="search">