Update links for header and featured spots
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Nov 2015 19:54:32 +0000 (14:54 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Nov 2015 19:54:32 +0000 (14:54 -0500)
task http://glmdb.gaslightmedia.com/task.php?tid=32607

header.php
parts/off-canvas-menu.php
parts/sidebar.php
style.css

index 29db534..13ee82f 100644 (file)
@@ -20,7 +20,7 @@
                         <div class="small-12 medium-6 medium-offset-0 large-8 large-offset-1 columns">
                             <div id="sec-nav" class="left show-for-medium-up">
                                 <ul>
-                                <li><a href="https://is.bsasoftware.com/bsa.is/default.aspx" target="_blank">Property Search</a></li>
+                                <li><a href="<?php echo esc_url(get_permalink(10660));?>" target="_blank">Property Search</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));?>">Contact Us</a></li>
                                 </ul>
index 48b78a3..0b34d72 100644 (file)
@@ -3,7 +3,7 @@
     <?php get_template_part('parts/search');?>
     <?php //glm_side_menu(true); ?>
     <ul id="off-nav" class="show-for-small-down">
-        <li><a href="https://is.bsasoftware.com/bsa.is/default.aspx" target="_blank">Property Search</a></li>
+        <li><a href="<?php echo esc_url(get_permalink(10660));?>" target="_blank">Property Search</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));?>">Contact Us</a></li>
     </ul>
index e112c3b..9237160 100644 (file)
@@ -9,12 +9,12 @@
         <label for="frontpage-sidebar"><strong>How Do I</strong></label>
         <?php get_template_part("parts/frontpage-sidebar-dropdown") ?>
     </form>
-    <div class="row collapse text-left">    
+    <div class="row collapse text-left">
         <h3>Featured Services</h3>
         <ul class="small-block-grid-2 front-sidebar-featured-list">
             <li class="front-sidebar-featured-item">
                 <div>
-                <a target="_blank" href="<?php echo esc_url( get_permalink( get_page_by_title( 'Rentable Facilities and Reservations' ) ) ); ?>">
+                <a target="_blank" href="<?php echo esc_url(get_permalink(10727));?>">
                     <img src="<?php echo get_template_directory_uri(); ?>/assets/featured-parks.jpg">
                     <span class="front-sidebar-featured-title">Reserve Parks</span>
                     <span class="front-sidebar-featured-text">Wedding & Event Venues, camp sites, cabins & more.</span>
@@ -24,7 +24,7 @@
             </li>
             <li class="front-sidebar-featured-item">
                 <div>
-                    <a target="_blank" href="http://www.emmetcounty.org/propertysearch/">
+                    <a target="_blank" href="<?php echo esc_url(get_permalink(10660));?>">
                         <img src="<?php echo get_template_directory_uri(); ?>/assets/featured-property.jpg">
                         <span class="front-sidebar-featured-title">Property Search</span>
                         <span class="front-sidebar-featured-text">Find property and land data.</span>
@@ -63,4 +63,4 @@
             </div>
         </a>
     </div>
-</div>
\ No newline at end of file
+</div>
index f647d4e..53c555d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: EmmetCountyGovernment
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for EmmetCountyGovernment
-Version: 1.0.2
+Version: 1.0.3
 */