tuxlog
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-forecast] Not Found The requested URL was not found on this server.Well, I can not recognize if you tried to use the wp-forecast widget and not the direct call. This would be the only thing to try first to see if it is a conflict with another plugin or something else.
Forum: Plugins
In reply to: [wp-forecast] CSS not workingseems to be resolved
Forum: Plugins
In reply to: [wp-forecast] Not Found The requested URL was not found on this server.As far as I can see the direct call to wp-forecast produces this error. Did you install or setup some security features which surpress direct calls via URL?
Can you please check if the weather is displayed if you use the widget instead.
Forum: Plugins
In reply to: [wp-forecast] CSS not workingGreat you like the plugin.
On Elementor sites sometimes it is best to copy the wp-forecast css to the elementor css and disable wp-forecast css via the admin dialog.
On the site without elementor, did you try to refresh the cache and of course do not disable the wp-forecast css. Maybe you can tell which theme you use, so I can try this in more detail.
Forum: Plugins
In reply to: [wp-forecast] Can’t find a locationWell , that’s all I can find in the API from Accuweather. Seems they do not offer nearer weather-data over this API. In Openweathermap I can’t find the data either. So the best the API gives is the Brasov data. 🙁
Forum: Plugins
In reply to: [wp-forecast] Can’t find a locationSo we might give: EUR|RO|RO009|BRASOV|POIANA a try.
The weather conditions will be not the same but similiar. The webinterface gets realtime data, but the free api only gets time-to-time data. So there might be some minor diferences.
Forum: Plugins
In reply to: [wp-forecast] Can’t find a locationHi,
yeah, seems a bit weired. As far as I could dig there are different names for web interface and api.
Can you try: EUR|RO|RO021|RASOVITA|
as the location code and check if it is the searched location.
Forum: Themes and Templates
In reply to: [RetroGeek] remove footer and fitting page with retrogeek themeIf you remove the wp_footer call the needed scripts which are loaded in the footer for eprforamnce reasons are not loaded anymore and then the animation vanishes.
Yes, I am the creator and I am still maintaining the theme.
Forum: Themes and Templates
In reply to: [RetroGeek] remove footer and fitting page with retrogeek themeGood to hear it worked. To reduce the footer contents to a minimum you can just edit footer.php and rmeove verything between <footer..> and </footer>. This shoudl do the trick.
Forum: Themes and Templates
In reply to: [RetroGeek] remove footer and fitting page with retrogeek themeHello,
to remove the the line just delete line 106 from index.php “, it is
<div class="article-footer"><hr></div>or set class article-footer to display:none.
To remove the complete “Proudly…” remove the follwing from footer.php:
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'retrogeek' ) ); ?>" class="imprint"> <?php /* translators: %s: WordPress */ printf( esc_attr__( 'Proudly powered by %s and RetroGeek-Theme', 'retrogeek' ), 'WordPress' ); ?> </a>Hope it helps.
Forum: Plugins
In reply to: [wp-forecast] Plugin Version 8.4 mess up FooterThank you for the hint, I hopefully fixed it and just published a new version. Can you try and give feedback if it is fixed please.
Forum: Plugins
In reply to: [wp-forecast] Critical error at wp-forecastThank you very much. I just compared the output and found it seems the aside tag is filtered away during sanitizgin widget output. I will release a new version which should fix this during the next hours.
Forum: Plugins
In reply to: [wp-forecast] IP location by visitor locationShould be resolved with latest release.
Forum: Plugins
In reply to: [wp-forecast] Critical error at wp-forecastThank you, so it seems if an error occurs during getting the data from OpenUV it si not handled correctly. I just published a new package with a better error handling now.
You should now see the error message in the widget.
Forum: Plugins
In reply to: [wp-forecast] IP location by visitor locationThank you for your request, I will have a look at the geolocation services and see if and how the can be integrated into wp-forecast.
Can you detail on the missing widget please?
I have several sites on WP6 and the widget is available on all of them. Would be interesting to know why it is not at your site.