Viewing 1 replies (of 1 total)
  • Plugin Author Dave Clements

    (@thewanderingbrit)

    Sure. This is quite easy. Just break it down into two separate conditions:

    • Show at all time from Fri 5pm until Mon 9am, and
    • Show from 5pm until 9am, Mon-Fri

    So, the code for that, looks something like this:

    [time-restrict-repeat type="weekly" onday="Friday" offday="Monday" ontime="17:00:00" offtime="09:00:00"]
    Your message
    [/time-restrict-repeat]
    [time-restrict-repeat type="daily" ontime="17:00:00" offtime="09:00:00"]
    [time-restrict-repeat-2 type="weekly" onday="Monday" offday="Friday"]
    Your message
    [/time-restrict-repeat-2]
    [/time-restrict-repeat]

    Let me know if that does the trick for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Show content outside business hours AND during weekends?’ is closed to new replies.