Hi there,
please is there any update in this bug? I published a new message (including video) 3 weeks ago but have no reply until today.
I have one more idea, maybe it could fix the problem - please could you tell me how to disable animated weather graphics in mobile view? I mean disable not hide with "opacity 1" in custom CSS.
Hi, Vaclav.
I'm sorry for late reply.
Because of the module very difficult to check on mobile. Our Developer hasn't found the solution for this problem.
Please give me some time again.
I'm sorry, I don't understand your question about animated that you want to hide. Please clarify your issue again
Thank you so much for empathy.
Hi Huyen,
I think the problem is due to conflict with templates layouts.
My last question was how to TURN OFF sun, clouds, rain etc. in mobile view only. I found some advice in older topic how to HIDE the animation generally using value 1 in "opacity function".
Hi Vaclav
You can hidden them by some css below:
@media (max-width: 768px) {
.skg-weather #moon,
.skg-weather .cloud,
.skg-weather .rain,
.skg-weather #chart1{
display:none!important;
}
}
Hi Huyen,
this is very interesting - I made a second installation on different server. There is identical template, Joomla and weather module setting. Please check the results:
Original site -
www.podivej.cz/
- has the problem in mobile view (Apache server, PHP version 7.0.8 )
New site -
www.googleobrazky.cz/
- no problem!!! (different hosting provider, Apache server, PHP version 7.0.14)
Do you mean that there is a difference in PHP or antyhing else in server setting?
Update: the above notes are valid for the latest version of Chrome browser for Android. There are no problems in Firefox or older built-in web browsers (Samsung etc.), but website loading is very slow.
Last edit: 7 years 8 months ago by Vaclav. Reason: update