adding sun icon for the weather hover widget
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 11 Sep 2018 14:06:47 +0000 (10:06 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 11 Sep 2018 14:06:47 +0000 (10:06 -0400)
parts/client-info-footer.php

index 8955a3d..b5900de 100644 (file)
@@ -1,4 +1,4 @@
-<div id="footer_address" class="medium-8 large-6 columns show-for-medium-up">
+<div id="footer_address" class="medium-8 large-7 columns show-for-medium-up">
     <?php if (function_exists('glm_get_clientinfo_option')) :?>
     <h2><?php echo glm_get_clientinfo_option('businessName');?></h2>
     <?php if (glm_get_clientinfo_option('address')):?>
@@ -31,5 +31,9 @@
     <?php endif;?>
     <span class="bullet"> &#8226; </span>
     <a target="_blank" href="https://secure.instantsoftwareonline.com/OwnerLink/Owners/PropertyOwnerLogin.aspx?coid=1134">Owner Login</a>
+        <div id="weather-widget">
+            <?php echo do_shortcode('[wunderground location="Bessemer, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,text,conditions,date,highlow"]'); ?>
+        </div>
+        <a href="http://www.wunderground.com/us/mi/bessemer?MR=1" target="_blank" id="activate-weather"><img src="<?php echo get_template_directory_uri(); ?>/assets/sun-icon.png"></a>
 </div>