Localization of weather widget

Posted in: Newsmag
Post count: 53

As far as I see there is no need to localize the weather widget, except for one phrase.

When you click on the location icon it shows the words “enter location”.

Actually I think there is no need to explain here what to do, because the blinking prompt is self-explaining.

Can I somehow delete the words “enter location” in the source, or edit to my countries language?

Cheers, Heiko

Post count: 6535

HI

Yes you can hide that expression by using this css in theme panel > custom code . custom css:
http://screencast.com/t/79RfxCNSKaE

.td-show-location label{
display: none;
}

Thanks!

Post count: 53

Problem solved within 30s!

Super helpful! Thank you!

Post count: 53

One thing leads to another.

I found out, that for German cities (even the bigger ones) there is no Max/Min data availabel (or shown?); see picture.

Is it possible to switch off the Max/Min display in a similar way?

Cheers, Heiko

missing max and min-data

Post count: 23312

Hello

Unfortunately, the theme does not have any such an option that allows you a way to enable or disable the max/min values of weather, sorry! If you want to do this, you should use a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

.td-weather-lo-hi{
display:none;
}

The result you should see here -> http://screencast.com/t/TxA2U2GjL

Thanks for your understanding!

Post count: 53

Perfect – worked!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.