Paul Hartman
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] “Price can’t be empty”Anyone have any ideas how to fix this? We rolled back to version 2.0 in December.
Forum: Plugins
In reply to: [Multi-column Tag Map] Security VulnerabilityExcellent. Thank you!
Forum: Plugins
In reply to: [Multi-column Tag Map] Security VulnerabilityAny progress on a plugin update?
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.Excellent, thank you. I sent a donation. Great support!
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.It’s working now. I just had to be patient and wait for it to refresh. Thank you for all your help!
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.I edited the PHP file, but it didn’t change the display.
// sunset sunrise. $sr = new DateTime(); $sr->setTimezone( $mtz ); $sr->setTimestamp( $weather_array['daily']['0']['sunrise'] ); $w['sunrise'] = $sr->format( 'h:i A' ); $ss = new DateTime(); $ss->setTimezone( $mtz ); $ss->setTimestamp( $weather_array['daily']['0']['sunset'] ); $w['sunset'] = $ss->format( 'h:i A' );
https://www.lakeroland.org/
https://www.pawpoint.org/(Scroll down to “Park Hours”.) Do I have to wait for the weather data to be refreshed?
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.Sorry to keep replying to myself…
Question: Is there a way to show Sunset time using AM/PM 12-hour clock rather than 24-hour clock?
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.And one more update: The first site is working. Thanks!
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.Update: My other site that uses wp-forecast is now working. It had latitude & longitude already set correctly. I don’t know why the other site (lakeroland.org) had those empty!
Scroll down — we are just using Sunrise/Sunset. Those are the open/close times for the park.
Forum: Plugins
In reply to: [wp-forecast] Failure notice from provider: No OpenWeathermap data available.I didn’t have latitude & longitude set — just zip code. I guess you need that for OpenWeatherMap. I added those and the error message changed. Looks like I have to sign up for a paid plan, the basic free plan doesn’t work. I was eventually going to do that anyway in case we went over 1000 calls in a day. I think it may take a few hours for the API to be active with the new plan, I am still getting an error message but hopefully it’ll start working soon.
Here are current settings. Thank you for help!
Forum: Themes and Templates
In reply to: [VW Magazine] Archives widget does not workI found it: “Date Archives” was turned off in Yoast SEO.
Thank you for your help.
Forum: Themes and Templates
In reply to: [VW Magazine] Archives widget does not workClick on any month in the Archives dropdown menu in the sidebar except August 2023, for example click on “July 2023”.
https://www.dropbox.com/s/w3b9p428oofilsl/Archive1.jpg?dl=0
Note that the displayed posts did not change. It should be displaying posts that were published in July but it is still displaying August posts.
Forum: Themes and Templates
In reply to: [VW Magazine] Archives widget does not work- Click on “Select Month” under Archives in the sidebar.
- Click on any month except the top one (August 2023). The latest posts in August 2023 are shown, not the month you picked.
I can’t figure out how to attach a screenshot JPG here. Follow the procedure above to duplicate the issue. This used to work, I know last year, but not sure when it stopped working because I don’t check it every time there’s an update (WordPress, theme, plugins). I have tried turning off caching (including Memcached) and the problem remains.
Forum: Themes and Templates
In reply to: [VW Magazine] Archives widget does not workI did that. It didn’t help.
Forum: Themes and Templates
In reply to: [VW Magazine] Archives widget does not workI deleted the old Archives Widget and added a new one. Still has the same problem — no matter which month I pick in the Archives dropdown list, it still shows the latest posts.