From: Anthony Talarico Date: Wed, 16 Nov 2016 14:06:07 +0000 (-0500) Subject: testing removal of alerts section of the weather underground widget to fix hover... X-Git-Tag: v1.0.0^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=45e75cde6d703e4c974c1713950eb03628eb28e6;p=WP-Themes%2Fharborcountry.git testing removal of alerts section of the weather underground widget to fix hover effect --- 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 ''; }