-
Notifications
You must be signed in to change notification settings - Fork 1
Missing Indoor Temperature Styling #1
Comments
This IS the correct place. Which version (light/dark, ws1001, ws1001f, ws1001uk)? I'll take a look today or tonight. |
Why did you close it? I haven't merged your fix in.... |
Sorry Must have clicked the wrong button, not used it before. |
@OlsBean can you look at my site (http://weather.lerctr.org) and do you see the same thing? Thanks. |
@lrosenman No your site is fine. @weather34 It's not wired up as I am still in the process of working out the best way to get the Data from my PWS, it's literally the fresh Template files from both; WS1001-Template-rev-4.36-PostgresDB\WS1001-Template-rev-4.36-PostgresDB\dark\ws1001ukd WS1001-Template-rev-4.36\WS1001-Template-rev-4.36\dark\ws1001ukd Dropped into Local IIS, I only downloaded your template yesterday or the day before. The error is not in the Light version from what I can see. Thank you for all your hard work and for sharing this template. Best Wishes |
Ok, I'll compare/contrast light/dark, and fix it. @OlsBean can you send me a diff with the patch? |
or attach your (fixed) copy of the file. Thanks! |
I can share my fix but it's probably a dirty fix! I'm no developer nor claim to be, not done anything since SoopPortal many moons ago. Looking over the files quickly it seems that the styles in indoor.php in the Light version are different to those in the Dark version (UK). I've added the missing "Wrong" styles into the CSS from a much older version of the Template which I gleaned off the WD site but I guess the proper way to go would be to update the indoor.php to reflect the other versions, that way there should not be an need to add them. |
Ok -- I'll verify when I do the merge this weekend. thanks. |
JFYI - I just replaced the indoor.php in the UK Dark with the one from the Light and that fixed it, without any need to play around with CSS. So that was it, I guess, the clean fix. |
Cool -- I'll make that change later and move the tag. Thank You for the help. |
Thank you for all your help! |
Not sure if this is the correct place to put this as I have not used Github before.
I've been playing with this template, trying to use it to display data locally from the AERCUS Weathersleuth. I've found there is some missing CSS for the Indoor Temperature, causing it to display out of place and without styling. Adding this back into the main Stylesheet corrected it.
`.indoortemptexthot {
color: #f26c4f;
position: absolute;
padding-top: 0;
font: 28px weathertext, Arial;
position: absolute;
top:15px;
margin-left:190px;
}
.indoortemptextcool {
color: #f26c4f;
position: absolute;
padding-top: 0;
font: 28px weathertext, Arial;
position: absolute;
top:15px;
margin-left:190px;
}
.indoortemptextcooler {
color: #66a1ba;
position: absolute;
padding-top: 0;
font: 28px weathertext, Arial;
position: absolute;
top:15px;
margin-left:190px;
}`
The text was updated successfully, but these errors were encountered: