Thread Starter
gri0
(@gri0)
If I just change the city="Фантхьет, Бин Туан, Вьетнам" to city="1571058" the weather showing correct, but the name of the city is changing to english name.
Hi gri0,
On our demo site all is working properly: http://wpdemo.webcodin.com/weather-forecast/.
Also, as test, we’ve added a new shortcode and it is working properly, as well as shortcode that you sent. So, seems OpenWeather did not add critical changes that can break existed plugin functionality. However we’ll check your information after weekend.
Try, to update plugin to last version and recreate shortcode. If this won’t help, please send link on your site here or via direct support email: support@webcodin.com.
Thread Starter
gri0
(@gri0)
Yes, please check it when you have a free time. For now Hello!
The problem is to find
“phan thiet, vn”
“nha trang, vn”
even “hanoi, vn”
http://www.openweathermap.com/find?q=hanoi%2C+vn
Before I found the cities in Russian language without any problems.
I have check your link with the live demo. You have only one field Location “city”. But what if I want to use the CityID and CityName?
I want to able to change the city name to different language. Is it possible?
Great plugin! Have a nice weekend!
As noted in the plugin description:
Multilanguage functionality has limitation based on OpenWeatherMap API languages support, i.e. city name has no translation for city name by default and description of weather conditions have translation only for languages form OpenWeatherMap API list.
Currently, translation of the city names realized via Google autocomplete for city name based on active language for the plugin.
You can disabled Google autocomplete in the plugin settings (Plugin Tab > Enable “Google Maps API”) and add necessary value manually (possible CityID also will work, we didn’t test it), however, in this case you’ll get city name directly form OpenVeather without translation.
Also, what problem you have with described cities? Seems it can be found with Google autocomplete without issues: http://clip2net.com/s/3AK8nBa and result on the site frontend – http://clip2net.com/s/3AK8uxs.
Hi gri0,
In additional to described above.
Our developers didn’t find any information about the changes in the OpenWeatherMap API.
At the moment, plugin with initial configuration (without any customization from a user side) works properly. Translation of the city name based on Google Autocomplete works properly. In case if Google Autocomplete is turned off in the plugin settings, location field works with city name and city ID in allowed by OpenWeaterMap format.