• Resolved sflwa

    (@sflwa)


    Below is the code that I have – the issue is that both the 1st and 2nd are active at 9:42 AM

    [time-restrict-repeat type="weekly" onday="Monday" offday="Friday" ontime="08:45:00" offtime="11:00:00"]
    Reservations are open: This message shows Monday to Friday from 8:45am and 11:00am
    [/time-restrict-repeat]
    
    [time-restrict-repeat-2 type="weekly" onday="Monday" offday="Thursday" ontime="11:01:00" offtime="08:44:59"]
    Reservations are closed (Weekday): ?Please come back between 8:45AM and 11:00AM Monday thru Friday.
    Please note: You must REFRESH the page after 8:45am for the reservation system to load.
    [/time-restrict-repeat-2]
    
    [time-restrict-repeat-3 type="weekly" onday="Friday" offday="Monday" ontime="11:01:00:00" offtime="08:45:00"]
    Reservations are closed (Weekend): Please come back between 8:45AM and 11:00AM Monday thru Friday.
    Please note: You must REFRESH the page after 8:45am for the reservation system to load.
    [/time-restrict-repeat-3]
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dave Clements

    (@thewanderingbrit)

    That’s correct. With the way you’ve set up the codes, that would be expected. Code 1 will show from 8:45 am on Monday until 11 am on Friday. Code 2 will show from 11 am on Monday until 8:45 am on Friday. You need to look at the readme and find the instructions for nesting shortcodes, because you’re wanting to do a daily schedule (M-F, 8:45-11am) on a weekly recurring basis.

    Thread Starter sflwa

    (@sflwa)

    @thewanderingbrit

    Thank you for the reply – I used the nested example and it seems to be working

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple Schedules on one page’ is closed to new replies.