• Resolved dc8734

    (@dc8734)


    Our hours are 1:00 PM – 4:30 PM. Right now, the message displays “closed” up until 1:00. Is it possible to show “Open today 1:00 PM – 4:30 PM” the entire day regardless of the time? Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @dc8734 Did you have a look at the conditional text? You can use the condition: %if_open_today% to show some text no matter when the museum is open that day – or you can use other conditions if just open now or just open later.

    For your example you could have the following:

    [open_text]
    %if_open_today%
    Open today: %hours_today%.
    %else%
    Sorry, we are closed today.
    %endif%
    [/open_text]

    If there is page caching, please use the parameter: update="immediate" to perform a request at the point of page loading.

    Thread Starter dc8734

    (@dc8734)

    That worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display open hours all day’ is closed to new replies.