tuxlog
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-forecast] No night icons in open meteoSorry, I missed your answer.
Yes, using Openweathermap you can select up to five days with night forcast and there are night icons too. Unfortunately using the weathericon font there aren’t different icons for night and day.
I hope you manged to finde the best setting for you.
Forum: Reviews
In reply to: [wp-Monalisa] I Love This PluginThank you very much for the great feedback. 🙂
Forum: Plugins
In reply to: [wp-Monalisa] PHP 8.3Hello,
yes, wp-monalisa works with PHP8. I use it on PHP 8.4. myself and it works without problems. Can you give some more details about the error please?
Forum: Plugins
In reply to: [wp-forecast] No night icons in open meteoHello net_runner,
I am not sure I did get you correctly.
The Open-Meteo API currently has only forecast for the day and not seperately for the night as you can see in the wp-forecast admin dialog. Do you use the defult icon set or the icon font? Maybe you can give some details so I can investigate it further.
Thanks, tuxlog
Forum: Plugins
In reply to: [wp-forecast] Fatal error with latest versionSeems to be resolved
Forum: Plugins
In reply to: [wp-forecast] Fatal error with latest versionHello,
can you please give me the coordinates ot the location for this widget.
Forum: Plugins
In reply to: [wp-Monalisa] MediaPressI have installed MediaPress now on my Testsite. Unfortunateyl I can not visit your site because it is under maintenance. Where exactly do you want the smilies to be added? I only find text editor fields and no rich editor fields.
Would be nice to have a bit more information about your requirement.
Thanks, tuxlog
Forum: Plugins
In reply to: [wp-Monalisa] MediaPressHello,
I will have a look at it during the next days and give you a feedback.
Forum: Plugins
In reply to: [wp-forecast] Undifined index fonticon in func-openmeteo.phpHello Kurt,
the new version I just released should fix the warnings.
Forum: Plugins
In reply to: [wp-forecast] Undefined array key “fonticon” in func-openweathermap-v2.phpHello Steve,
yes, I already fixed this for the next release. It is just a warning you do not have to worry about. Seems you have setup to show all warnings and not only errors which leads to the warnings are showing up.
I will publish the fix in the next few days and then the warnings should be gone.
Cheers, Hans
Forum: Plugins
In reply to: [wp-Monalisa] It doesn’t work with wpforoI just sent you an email. It seems you set the maxwidth and height to 0 which hides the smilies. Setting it to e.g. 30×30 and the smilies are displayed again.
Forum: Plugins
In reply to: [wp-Monalisa] It doesn’t work with wpforoHello dariotoby,
can you please give me the versions you are using? Version of WordPress, WPFORO, wp-monalisa, so I can try to reproduce the problem.
Thanks
Forum: Plugins
In reply to: [wp-forecast] When modifying Max Widgets number the whole website slows downYou can set the cache time in the field “Refresh cache after” in seconds (e.g. 7200 = 2 hours) . This is a per widget/location setting. Every widget can have a different cache time.
Forum: Plugins
In reply to: [wp-forecast] Undifined index fonticon in func-openmeteo.phpHello Kurt,
thank you for the hint. Those messages are no errors but just notices from php. I just fixed it for the next release.
Cheers
Forum: Plugins
In reply to: [wp-forecast] When modifying Max Widgets number the whole website slows downSorry, seems I missed your request, just saw it.
Well, it slows down because if the weather data has to been updated it will <number of locations> requests to fetch the current weather data. The only solution is to setup long cache times to avoid reloading the weather from the weather data provider every time the page is loaded.
E.g. if you have 200 locations there will be 200 request in the background to fetch all the data and this takes some time.