Hi,
please could you provide regions in search results? There are a lot of cities having the same name in one country, but it is impossible to find the right one in JUX module. Weather.com provides regions in his results - please check attached picture (regions - yellow lines).
Thank you.
Hi Vaclav
Thank you for contacting and choosing our product
About your problem, My can you help you information of state of the state in the search section
Please give me link your site and your account of administrator via private message or mail: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will customize it for you soon
Thanks
Hi Haind,
thank you for your support. I sent all the informations to your mail. Please let me know the changes in module core you will do or publish the informations here, it will be useful for me as well as other customers in the future.
Thanks!
Hi Vaclav
Thank you for feedback us
I customize it for you, in source code:
..\modules\mod_jux_weather_forecast\assets\js\weather.min.js
I look to the following code:
+ i[s].name +
And replace it by
+ i[s].name + " , " + i[s].state +
And continue to look for the code is almost the same as the code above
I look to the following code
+ i[n].name +
And replace it by
+ i[n].name + " , " + i[n].state +
I think it is somewhat difficult if you do not find the correct code, but if you edit correct the correct code as I have guided above it will certainly work as you want. yours
Hope you understand
Thanks