From 45e75cde6d703e4c974c1713950eb03628eb28e6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 16 Nov 2016 09:06:07 -0500 Subject: [PATCH] testing removal of alerts section of the weather underground widget to fix hover effect --- lib/navigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/navigation.php b/lib/navigation.php index 95a4c08..69435a6 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -76,7 +76,7 @@ if ( ! function_exists( 'glm_theme_footer' ) ) { echo glm_get_footer_nav_menu( 'footer' ); echo '
  • '; - echo '
    '. do_shortcode('[wunderground location="Three Oaks, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,conditions,date,highlow"]') . '
    '; + echo '
    '. do_shortcode('[wunderground location="Three Oaks, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="daynames,pop,icon,conditions,date,highlow"]') . '
    '; echo 'Weather
  • '; echo ''; } -- 2.17.1