×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
Community Forum - Public Access
Bug Report
jux weathe css erro
jux weathe css erro
Less
More
Posts: 32
Thank you received: 0
5 years 7 months ago #25885
by Jacques Charpié
Hi I think there is an error in jux weather in the following css file
line 75 of file weather.css :
../modules/mod_jux_weather_forecast/assets/css/weather.css?ver=2.0.4
.skg-weather table tr td span,table tr td {
color: #fff;
font-size: 12px;
}
The second rule is not filtered for your module and act on every table.
I found that this construct solves the problem
Replace by adding the class .skg-weather on the second rule :
.skg-weather table tr td span, .skg-weather table tr td {
color: #fff;
font-size: 12px;
}
thank you for your feed-back
Jacques
Please Log in or Create an account to join the conversation.
Less
More
Posts: 4926
Karma: 49
Thank you received: 334
5 years 7 months ago #25902
by HaiND
Hi Jacques Charpié
Thank you for feedback us
You can describe the problem in more detail or send me one image of the problem via:
prnt.sc/
I will check it for you soon
Thanks
Best Regards
--HaiND--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 32
Thank you received: 0
Less
More
Posts: 32
Thank you received: 0
Less
More
Posts: 4926
Karma: 49
Thank you received: 334
5 years 7 months ago #25928
by HaiND
Hi again
I have see problem, I will instructions you custom it
in file: /modules/mod_jux_weather_forecast/assets/css/weather.css at line 75 and line 76
.skg-weather table tr td span,
table tr td
edit:
#weather .skg-weather table tr td span,
#weather table tr td
Hope it will help you, if still have problem, please contact us, pleased to assist you
Thanks
Best Regards
--HaiND--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 32
Thank you received: 0
5 years 7 months ago #25974
by Jacques Charpié
Hello
I tried your solution wich works also, so I prefer to use yours, because you know your back ground
Can you tell me if you will implement this in the original module?
regards
Please Log in or Create an account to join the conversation.
Less
More
Posts: 4926
Karma: 49
Thank you received: 334
5 years 7 months ago #25979
by HaiND
Hi again
You want I update problem and create new package modules and send it for you ?
Thanks
Best Regards
--HaiND--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 32
Thank you received: 0
5 years 7 months ago #25985
by Jacques Charpié
I would gladly appreciate, but above all, I would be sure that if I renew my subscription, I can downlaod a new version of this module and not get that problem again.
best regard
Jacques
Please Log in or Create an account to join the conversation.
Less
More
Posts: 4926
Karma: 49
Thank you received: 334
Less
More
Posts: 32
Thank you received: 0
Forum
Community Forum - Public Access
Bug Report
jux weathe css erro
Time to create page: 0.089 seconds