• Resolved jlmusic

    (@jlmusic)


    I’m trying to have a button appear when an event is streaming live, which happens every week on the same day but at two different times, 10am and 7pm. Does the plugin support this in some way?

    So basically I would need something that says only show this on Mondays from 10am until 11:15am and then again from 7pm until 8:15pm.

    Thank you in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Does it not work having two instances of the shortcode, duplicating your button for each show time?

    Example:

    [time-restrict-repeat type="weekly" onday="Monday" offday="Monday" ontime="10:00:00" offtime="11:15:00"]
    Your button code here
    [/time-restrict-repeat]
    
    [time-restrict-repeat type="weekly" onday="Monday" offday="Monday" ontime="19:00:00" offtime="20:15:00"]
    Your button code here
    [/time-restrict-repeat]
    Plugin Author Dave Clements

    (@thewanderingbrit)

    Thanks @printpunkuk. That’s what I would have suggested and that should work.

    Hi,

    Same sorta question with button or content whateva,

    but how do I use the code above for example Pizza Shop open only:
    Wednesday, Thursday, Friday, Saturday, Sunday,

    with the multiple times e.g. open 11am-2pm on those days and then re-open 5pm-9pm on those days.

    I tried several different codes but cant get it right.

    Thanks in advance

    Jase

    Plugin Author Dave Clements

    (@thewanderingbrit)

    Jase,

    I see that you have opened your own thread, which is the correct thing to do (you shouldn’t jump on the back of another thread). I’ll respond there.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multiple times in a day?’ is closed to new replies.