This is a caching problem somewhere. This is the test site: https://dev.henleyherald.com/
Look at this image: https://imgur.com/a/OVluAlh
The left side is the live site, taken at 16.40 pm today (I’m in the UK). The right side is the test site, at the same time. Screenshots taken in Chrome, different tabs.
The correct data is the live site. Both sites have active transients i.e. I can see the expiry time decreasing when I refresh, they expire, then get re-created.
This is the last section of data in the transient on the live site for the image above:
{“current_temp_c”:”3″,”current_temp_f”:”39″,”current_temp_feelslike_c”:”3″,”current_temp_feelslike_f”:”39″,”current_icon”:”28″,”current_text_de”:”Stark bew\u00f6lkt”,”current_text_en”:”Mostly…
This is the same data on the test site:
{“current_temp_c”:”3″,”current_temp_f”:”39″,”current_temp_feelslike_c”:”3″,”current_temp_feelslike_f”:”39″,”current_icon”:”28″,”current_text_de”:”Stark bew\u00f6lkt”,”current_text_en”:”Mostly…
The data in the transients on both sites is identical yet the test site is showing old data. To verify, I open a new tab in Chrome then load the test site (no cache refresh, just type the URL in), the data shown by the plugin is still per the right of the Imgur picture.
If I start Firefox, the dev site showed the correct data. But the live site currently shows this: https://imgur.com/a/Wq4WRO3 – yesterday’s data.
If I close Firefox, then re-start it, then load the live site again, it’s still showing yesterday’s data. But the transient data is correct, just the browser is not showing it but an old cached version.
Finally, I added the widget to the sidebar on the test site: https://dev.henleyherald.com/news/
If I select that page the data is up-to-date and correct. If I change back to the home page, the data is still wrong, it’s as per the right side of the double image.
I hope this helps. I’ll also ask a support question on the theme forum (Enfold) as to whether there are any known issues with browser caching.