Hi @delucks ,
have you checked that the corresponding shortcode attributes or widget options like include_holidays on the Overview shortcode are enabled? Otherwise when using a caching plugin this could also lead to the Widgets not updating.
Hi,
I used this shortcode but it neither cares about holidays nor about exceptions:
[op-overview set_id=”4420″ template=”table” highlight=”day” include_holidays]
Here are the settings and the output:
What did I do wrong?
It should be [op-overview set_id="4420" template="table" highlight="day" include_io="true" include_holidays="true"]
You can use the shortcode builder for this: https://janizde.github.io/opening-hours-shortcode-builder/
All attributes are documented here: https://github.com/janizde/WP-Opening-Hours#op-overview-shortcode
Ah, thank you! This works.