linking the local weather widget to the weather underground site
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 5 Apr 2018 16:04:37 +0000 (12:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 5 Apr 2018 16:04:37 +0000 (12:04 -0400)
linking the footer icon weather widget to the weather underground site for
benzonia

parts/header-meta.php
sections/footer.php
style.css

index 83773b5..b428bec 100644 (file)
@@ -2,7 +2,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.13">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.15">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url')?>/favicon.png">
     <?php wp_head(); ?>
index 6ea0820..6fb29e7 100644 (file)
@@ -60,9 +60,9 @@
                                             <div id="weather-widget">
                                                 <?php echo do_shortcode('[wunderground location="Calumet, MI" measurement="f" layout="table-horizontal" numdays="2" showdata="daynames,pop,icon,conditions,date,highlow"]');?>
                                             </div>
-                                            <a id="activate-weather" class=""><img src="<?php echo get_template_directory_uri(); ?>/assets/weather-icon.png"></a>
+                                            <a target="_blank" id="activate-weather" href="https://www.wunderground.com/weather/us/mi/benzonia" class=""><img src="<?php echo get_template_directory_uri(); ?>/assets/weather-icon.png"></a>
                                         </div>
-                                        <span class="footer-weather-text">Local Weather</span>
+                                        <a href="https://www.wunderground.com/weather/us/mi/benzonia" target="_blank"><span class="footer-weather-text">Local Weather</span></a>
                                     </div>
                                     <div id="footer-address" class="small-centered small-11 medium-uncentered medium-6 columns show-for-medium-up">
                                         <?php if (function_exists('glm_get_clientinfo_option')) :?>
index b52bc70..4e8557e 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: visitbenzie
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Benzie Area Visitors Bureau
-Version: 1.0.14
+Version: 1.0.15
 */