I would like to show weather details without chart detail, the module displays vertically and the chart breakes out.
Test url:
www.pruebas.disenowebmadrid.eu/
- I tryed to hide it from backend and it dosent work, turning off chart option, it aslo turning off the humidity, visibility etc... details
- I tryed with css, display: none; - hidding chart1 class also hides humidity, visibility etc... details.
Hi pdsolutions,
Thanks for contacting us and choosing our product!
Sorry for late response because we just have weekend.
About your problem with hide chart. Can you pm me admin account, I'll check it.
An other way you can you display: none of child div of chart1 as image i have attached. Hope this help!
I can't share with you the admin account, the div it s outputed by default.php from template directory but i can t find it!!! There is no class i could change, it s an inline style and i can t hide it if i can t locate the php file... Can u please tell me wich php or js file is it?
Hi pdsolutions,
Thanks for your reply!
The easier solution here you can write this css code at custom Css options at back-end options:
.skg-weather #chart1 {
opacity: 0;
}
Hope this help!
If you like our product please write a review and vote all 100 points for us at:
extensions.joomla.org/extension/jux-weather-forecast
It will help us very much to develop our product! Many thanks!
It worked but opacity: 0 hides temporally the chart, if u click it the chart apears again.. See here
www.pruebas.disenowebmadrid.eu/
display: none; hides all of them...
I searched ltr or aria-label in all plugins directory with notepad ++ and i found nothing... I think that those divs are external ones, if they not, can u please
have a look in the plugin code and tell me wich file contains those divs i can hide without hidding all ( temperature, humidity etc...)
It works!
Thank you for your time.
Meanwhile, i just saw another "issue":
... when we have one jux weather module published on right position in homepage and we want to clone and publish it on contact form page, it dosen t appear..could be a java script conflict with fabrik form?
I m using easy jquery plugin to resolve java script conflicts, it works verry well and i saw that either disabling the easy jquery plugin, jux weather module won t display...
Hi Pdsolutions,
I checked your site on contact page and I don't see weather forecast in source code. Maybe you forget choose position or assign page.
So please check again!