Thread Starter
oaimwp
(@oaimwp)
I’ve managed to resolve a couple of the issues:
-Structured Data is now published. It wasn’t displayed because someone unchecked the “Enable structured data” button in We’re Open..
-Past ‘special hours’ were still being displayed because I created the object with a fixed date range starting on Dec 22nd.
The remaining major challene is that any change of values at all in We’re Open appears to save, but is not reflected on the live website or in the structured data.
@oaimwp Thanks for getting in touch.
This does sounds like a caching issue in the front-end, but just to check: are all the opening hours in the Dashboard properly saved and refreshing the page shows the correct information?
For the front-end, there is a parameter you can use to immediately refresh the data there. Try:
[open update="immediate"]
Thread Starter
oaimwp
(@oaimwp)
Well.. from what I can tell, this is 100% human error on my part. Sorry to bother you with this!
My disoriented holiday brain was interpreting things incorrectly.
I’m happy to report that everything is working exactly as designed!
I just had to remember how I designed it! 😉
If you have a clever way for me to display a list of only special hours for an upcoming fixed period, this seems to be the only thing I’m doing in clunky way.
Something like [special hours=’next two weeks only’] ?
This is working well enough if I remember to update the start date occasionally:
[open ul class=”dark closed-italic hours-uppercase day-uppercase” regular=”false” day_format=”short_date_short_month” time_format=”12_colon_gap_trim” start=”2022/01/01″ end=”2022/06/31″]
Thank you for responding and happy holiday!
@oaimwp Thanks for the update!
Please have a look at the start and end parameters, there has been a recent addition here to perform the exact functionality you’re looking for: relative start and end dates.