You are wrong
@hawaiibeach It’s not “right” or “wrong”. The plugin responds to what you ask of it and it’s not going to mind-read that you actually want to display more than the default 7 days. I don’t want this plugin to second-guess what business owners want, so I’ve added functionality to allow them to specify exactly what is needed.
Please follow the advice I’ve listed in the other forum reply. For example, if you only what Special Opening hours, you can use the following:
[open regular=false special=true start="2023/09/18" end="2023/09/24" day_format="full_date_month_first"]
As this concerns special opening hours, you can set this to use their own date formatting – see the Shortcode tab for details.
Or, if you want to have the next week and just the Monday (which happens to closed in this case):
[open start="2023/09/18" end="2023/09/25"]
You can always use a pair of Shortcodes, one with the regular and another with special-only opening hours. This will give a similar result to the one mentioned – albeit with two tables.
Something that I am considering as new functionality is a conditional block to show holiday opening hours for a given time period or X days/months into the future. This will make it easier to give advanced notice to customers without having to set ranges like in the example.
Now that you’ve mentioned the look-ahead functionality, I may consider a hybrid of regular and special opening hours, with separate date formatting. This is a good idea and would be helpful if well-implemented – so users have a choice to apply this exactly as specified.
-
This reply was modified 1 year, 5 months ago by
Design Extreme. Reason: Two shortcodes paragraph