There's no need for the screenshot, because i already visit your site (Teitbite gave me the log data)
The problem about "question mark", i really don't know how to solve it. That's something for our programmer to study. Anyway, i have set latitude and Longitude coordinates, so it displays already night icons.
I have notice that your host provider is located on Italy and i tried to adjust timezone, but without any interference on the "?" icon, like i thought.
About the 4 icons display, if you decide to use it, replace the code that i provide previously (looks better):
This code on gk_stuff.css:
- Code: Select all
#weather1 .gkw_main_right h2{
width: 60%;
float: right;
font-size: 180%;
line-height: 20px;
margin: -85px -10px 0 0!important;
}
#weather1 .gkw_main_right p{
line-height: 5px;
}
#weather1 .gkw_next_days li.aitems-3{
padding: 0;
margin: 0;
}
#weather1 .gkw_fday{
border: none
}
with this one
- Code: Select all
#weather1 .gkw_main_right h2{
width: 60%;
float: right;
font-size: 180%;
line-height: 20px;
margin: -85px -10px 0 0!important;
}
#weather1 .gkw_main_right p{
line-height: 5px;
}
#weather1 .gkw_next_days li.aitems-4{
padding: 5px 25px;
margin-right: -10px;
}
#weather1 .gkw_fday{
border-left: 1px solid #eee
}
#weather1 .gkw_next_days {
margin-left: -15px;
}
Cumprimentos