tuxlog
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-forecast] No Connection to Weather ProviderHello,
to find out where the problem is please remove the IP-Stack API-Key and disable “Use visitors location” checkbox.
Then try the connection test again using AccuWeather as the provider. I haven’t added Openweathermap as Provider for the connection test yet (but is in on my todo list).
Post the output here please.
Forum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?Did some fixes and published a new release v5.6.
Please try itForum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?Thanks, I think I found the reason. It is a matter of order, sometimes it works and sometimes not, seems it depends on the order the plugins are activated. I will dig deeper into this in wp-monalisa
Forum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?Yes, maybe this would be the easiest way to find the wrong setting
Forum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?Okay, I was able to register now.
Seems everything is loaded correctly on the page but wp-monalisa is not showing up. Do you have additional plugins installed which might have an impact?Forum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?I tried to register at your site but did not get the confirmation email.
So I can not see if it is working or not.Forum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?You have to go to the wp-monalisa admin dialog and activate it for wpForo. There is an option for it. Select it and save the new settings.
Forum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?I just released a new version of wp-monalisa with wpForo support. Not sure if I fetch all cases yet, but seems to work on my testsite.
Forum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?I managed to make it replce the emoticons by the smilies from wp-monalisa and I rmeoved the emoticons button from wpforo. Still working on adding the wp-monalisa button to the editor…
Forum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?Ah, I see, sorry, got it wrong. I will check this and give you an answer.
Forum: Plugins
In reply to: [wp-Monalisa] Making this work with wpForo?Great to hear but wp-foro is not my plugin. You classified this post as a wp-monalisa request.
Forum: Plugins
In reply to: [wp-forecast] Openweather is not workingHello,
Luino is a very nice place.
I just tested it on my site and it works. Which Lat and Lon are displayed in the admin screen? I see 46.00 and 8.73.
To search a location click on the magnifying glass, enter the search term, select the location and after this do not forget to click save, to update the coordinates.Forum: Plugins
In reply to: [wp-forecast] Fatal Error with PHP 8.0.14Hi,
just switched my testsite to 8.0.14 and I do not get any errors.
Can you check if you have libxml extension isntalled and activated please.
If I disabled libxml support I got the same error.Forum: Plugins
In reply to: [wp-forecast] Doesn’t show up in ElementorYes, you can use en_EN or en_US. If you don’t give the lang parameter it should use the language of your site.
Well, there must be some difference between the sites. 😉 But I have no idea what it could be, both sides look identically to me
Forum: Plugins
In reply to: [wp-forecast] Doesn’t show up in ElementorYou can call wp-forecast using the following shortcode:
[wpforecast id="A" lang="de_DE" width="300" height="500"]id gives the id of the location (you can see this in the wp-forecast admin dialog)
lang gives the language you want to use
width gives the width in pixels for the widget
height gives the height in pixels for the widgetHope it helps