WXforum.net
May 22, 2013, 08:06:46 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
Members: 6617  •  Posts: 178543  •  Topics: 18119
Please welcome TheMOX, our newest member.
Welcome to the the new hosting for WXforum.net.
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Couple of problems i have  (Read 501 times)
0 Members and 1 Guest are viewing this topic.
St3althMaster
Member
*
Offline Offline

Posts: 12


WWW
« on: June 20, 2012, 08:05:47 PM »

Hello all i have a few problems on me site first of my site is http://www.southamptonwx.co.uk/ the temp etc on top right hand cover i want it bring it down so its in line with the Southampton Wx etc title, second thing is for some reason its not showing current weather.. it just shows blank i was wondering what has happend

Thanks
Logged
saratogaWX
Administrator
Forecaster
*****
Offline Offline

Posts: 3730


Saratoga, CA, USA Weather - free PHP scripts


WWW
« Reply #1 on: June 20, 2012, 10:26:25 PM »

For the big temp, use CSS
Code:
.headerTemp {
  font-size: 36px;
  font-weight: bold;
  float: right;
  right: .5ex;
  margin-right: 5px;
  margin-left: 15px;
  margin-top: 25px;
  top: 0.18em;
  color: white;
}
.. the margin-top: controls how far down the heading the big-temp displays.

For the gizmo text, use
Code:
.subHeaderRight {
  color: white;
  font-size: 109%;
  text-align: right;
  margin:  0;
  margin-top: 25px;
  padding: 0.5ex 2ex;
}
.. again, the margin-top: controls how far down the gizmo display will be in the header.

The current conditions aren't showing since you are using Cumulus and have not set $SITE['conditionsMETAR'] in Settings-weather.php to fetch the conditions from a nearby METAR.  See the Cumulus plugin setup page for more information.

Best regards,
Ken
Logged

Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis Vantage Pro Plus - FARS, Boltek-PCI/NexStorm, GRLevel3, WD, WL, VWS, Cumulus, Meteohub
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP
St3althMaster
Member
*
Offline Offline

Posts: 12


WWW
« Reply #2 on: June 20, 2012, 10:33:04 PM »

Awesome cheers dude
Logged
St3althMaster
Member
*
Offline Offline

Posts: 12


WWW
« Reply #3 on: July 01, 2012, 08:49:28 AM »

saratogaWX seems i have another problems i cant get my head around, i have a facebook logo that goes to my facebook page, the problem it has it leaves a small gap on the index.php page but on any other page its fits fine, Any ideas why?
Logged
saratogaWX
Administrator
Forecaster
*****
Offline Offline

Posts: 3730


Saratoga, CA, USA Weather - free PHP scripts


WWW
« Reply #4 on: July 01, 2012, 10:51:27 AM »

Instead of using <p></p> for the link, try
Code:
<ul><li><a href="http://www.facebook.com/SouthamptonWx" target="_blank"><img src="/images/facebook_logo.jpg" width="115" height="45" border="0"title="Join us on Facebook"/></a></li></ul>

The CSS will auto-format the items if inside a <ul><li></li></li> in the menubar area.
Logged

Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis Vantage Pro Plus - FARS, Boltek-PCI/NexStorm, GRLevel3, WD, WL, VWS, Cumulus, Meteohub
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP
St3althMaster
Member
*
Offline Offline

Posts: 12


WWW
« Reply #5 on: July 01, 2012, 10:56:54 AM »

Hmm just tryed that the gap has gone bigger and its moved right abit more, i will add as well the way i had it before worked fine on opera but not firefox but i dont know about IE
« Last Edit: July 01, 2012, 11:02:06 AM by St3althMaster » Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.106 seconds with 18 queries.