tuxlog
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-Monalisa] WordPress 5.5Hello Peter,
thanks a lot for your hint. For some reason I am not getting this deprecated warning in Chrome. Which browser do you use?
Thanks, Hans
Hello Laryy,
thanks a lot for this hint. I just fixed it and it will be included in the next release.
Cheers, Hans
Forum: Plugins
In reply to: [wp-Monalisa] Scan subfolders for smileysHi,
well, I didn’T test it but the import should work without any changes.
Of course it is not supported in the admin dialog at the moment.
As you wrote recursing in the backend should do the trick.You can send me any patches using the support link in the plugin.
Forum: Plugins
In reply to: [wp-Monalisa] Tons of errors when using this pluginI tried several setups but can npt reproduce the problem. Do you have a special setup for the miniOrange plugin?
Any hints are appreciated.
Forum: Plugins
In reply to: [wp-Monalisa] Issue debug.logHello,
it meand that the value wpmlmaxheight is not defined. This is only a notice and should not have any impact on the functionality of the plugin.
I will try to fix surpress it in the next release.Thanks.
Forum: Plugins
In reply to: [wp-Monalisa] Tons of errors when using this pluginMhm, just searched you page above for includes from the miniorange plugin but didn’t find any. Are you sure this plugin is in use?
I will try the plugin on my testsite with wp-monalisa anyway.Forum: Plugins
In reply to: [wp-Monalisa] Tons of errors when using this pluginThank you, I looked at your site and it seems there are a lot of javascripts.
I would recommend to deactivate the plugins, activate wp-monalisa and see if it works. Then activate one ofter the other to find the confclicting one.
Forum: Plugins
In reply to: [wp-Monalisa] Tons of errors when using this pluginHi angeljs,
just a thought: do you use javascript optimizer plugins like autooptimize?
If yes please deactivate those plugins to see if something messes javascript up.
Can you give me an URL of the site, so I can try to look at the javascript/HTML?Forum: Plugins
In reply to: [wp-forecast] Plugin not saving longitude and latitudeThank you for your replay. I should update the tooltips to make this more clear.
Forum: Plugins
In reply to: [wp-forecast] Plugin not saving longitude and latitudeThanks for the sceeenshot.
You can only use lat and lon with DarkSky. With Accuweather you can use locations from Accuweather. If you click on the magnifying glass you can search for available locations.Forum: Plugins
In reply to: [wp-forecast] Plugin not saving longitude and latitudeHi,
please try leaving the location empty and only enter the lat and lon.
This should do the trick.Forum: Plugins
In reply to: [wp-forecast] Problem with displaying locationnameHello Liisa,
I just looked at your site and it seems for some reason you have set the CSS to
wp-forecast-curr-head { display: none!important; }If your remove this the missing data will be shown.
Please check your .css files in the wp-forecast directory.Cheers, Hans
Forum: Plugins
In reply to: [wp-forecast] High & low temperaturesHi DarthTater,
I tried your patch today and your patch looks okay to me.
I am not sure where the difference you reported comes from.First of all we should check if the API from DarkSky gives the same values.
You can enter the URL in any browser and you get an JSON result displaying all the weather conditions wp-forecast uses.https://api.darksky.net/forecast/<your api key>/<lat>,<lon>/?exclude=minutely,hourly&units=si&lang=en
Please replace the values in <…>. Can you try this please.
Forum: Plugins
In reply to: [wp-forecast] High & low temperaturesHi DarthTater,
thank you very much for your donation.
On first look this should be working. I will try it myself to find what’s wrong and give you feedback during the next days.
Forum: Plugins
In reply to: [wp-Monalisa] JavaScript errorHi,
I just tested this on my test site but it seems to work there.
Can you give an URL where I can have a look at this problem please.One thing which sometimes occurs is, that if you have a smiley with single quotes in it, sometimes it is not escapes correctly. Maybe you can check this first.