Author Topic: Remove humidex and sun up  (Read 1479 times)

Offline fastbysuzuki

  • Jr. Member
  • **
  • Posts: 44
    • Welcome to nci fleetwood
Remove humidex and sun up
« on: February 28, 2017, 10:02:16 AM »
still need help please
Hi could someone please help I would like to remove humidex and sun up from the temperature and humidity section without causing any problems?

Aso on the weather wunderground 7 day forecast template the wunderground logo does not show
http://www.ncirossallpoint.co.uk/test/forecast_wu.php 
the logo is present in the folder /test/style/WUlogo2. I have noticed that this is the same on a few sites that use the template any ideas please?
.
« Last Edit: March 07, 2017, 08:54:53 AM by fastbysuzuki »

Offline Andy9164

  • Full Member
  • ***
  • Posts: 87
    • Midlifedad
Re: Remove humidex and sun up
« Reply #1 on: April 28, 2017, 02:48:25 PM »
Hi,

I assume you managed to remove the humidex and sun up as I dont see them on your pages.

As for the missing logo on the forecast page where are you expecting to see this. I looked at your source code for  the page and you dont seem to actually call the image /test/style/WUlogo2 anywhere.

Looking at the original download for the page I think you need to put this line somewhere in your code.

<p style="margin:270px 0px 20px 10px"><strong>Forecast by</strong>:<br /><img src="xxxxx/style/WUlogo2.jpg" alt="" title="" /></p> where xxxxx is the root directory of where you image is.

On the original php page its located in this section of code, just above the footer. Highligted in green.

include('include/WU-forecast.php');
                  ?>
                  
          <br />
          </div>
            </div>
            <p style="margin:270px 0px 20px 10px"><strong>Forecast by</strong>:<br /><img src="style/WUlogo2.jpg" alt="" title="" /></p>
            <p>Script provided by <a href="http://saratoga-weather.org/scripts-WUforecast.php">SaratogaWX</a></p><br />
      <!-- content ends -->
         </div>
      </div>
      <div class="cont_bot"></div>
      <!-- footer begins -->
      <div id="footer">
         <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page validates as CSS"><abbr title="Cascading Style Sheets">CSS</abbr></a> | Weather Blues Template by <a href="http://weatherbyyou.com">Weather by You!</a>
         <p style="width:100%; font-family:helvetica; font-size:10px; color:#fff">Copyright  2011. <!-- Do not remove -->Designed by <a href="http://www.metamorphozis.com/free_templates/free_templates.php" title="Free Web Templates">Free Web Templates</a>, coded by <a href="http://www.myfreecsstemplates.com/" title="Free CSS Templates">Free CSS Templates</a><!-- end --></p>
      </div>
      <!-- footer ends -->
« Last Edit: April 28, 2017, 03:09:08 PM by Andy9164 »

Offline fastbysuzuki

  • Jr. Member
  • **
  • Posts: 44
    • Welcome to nci fleetwood
Re: Remove humidex and sun up
« Reply #2 on: May 05, 2017, 04:33:42 AM »
Hi thanks for the reply yes I managed to remove humidex and sun up as there is no data going to it yet it's fingers crossed that everything will work, as for the wunderground logo it was in the correct place and the forecast page was as downloaded by t the logo would not show so I just got rid of it and put a credit to wunderground at page bottom.