Trying again.
authorIan Weller <ian@gaslightmedia.com>
Fri, 21 Dec 2018 19:59:56 +0000 (14:59 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 21 Dec 2018 19:59:56 +0000 (14:59 -0500)
I think I messed up so I'm trying again.

parts/client-info-footer.php

index b9393ef..1c7902a 100644 (file)
@@ -35,7 +35,7 @@
     <div class="weather-container">
         <a style="text-align: center;margin-bottom: 10px;" href="https://openweathermap.org/city/4985785" target="_blank" id="activate-weather"><img src="<?php echo get_template_directory_uri(); ?>/assets/sun-icon.png" /></a> 
         <div id="weather-widget" style="min-width: 250px;">
-            <?php echo do_shortcode('[awesome-weather location="4985785" units="F" forecast_days="4"]'); ?>
+            <?php echo do_shortcode('[awesome-weather location="4985785" units="F" forecast_days="4" showdata="alerts,daynames,pop,icon,text,conditions,date,highlow"]'); ?>
         </div>
         <div style="color: white;font-family: Merienda;" class="weather-text">Local Weather</div>
     </div>