• Resolved druid75

    (@druid75)


    Hi, I am trying to get a complicated time schedule to show some information for a client at some very specific times. These are:

    Mon 16.30-22.00
    Wed-Thurs 16.30-22.00
    Fri 16.00-22.00
    Sat 15.45-22.00

    I have done the following but it seems to show multiple incidents of the information.
    [time-restrict-repeat type=”daily” ontime=”16:30:00″ offtime=”22:00:00″]
    [time-restrict-repeat-2 type=”weekly” onday=”Monday” offday=”Monday”]
    <div class=”tracker-maps”><iframe src=”../../../tracker-andy/fullscreen_index.php”> </iframe></div>
    [/time-restrict-repeat-2]
    [/time-restrict-repeat]

    [time-restrict-repeat type=”daily” ontime=”16:30:00″ offtime=”22:00:00″]
    [time-restrict-repeat-2 type=”weekly” onday=”Wednesday” offday=”Thursday”]
    <div class=”tracker-maps”><iframe src=”../../../tracker-andy/fullscreen_index.php”> </iframe></div>
    [/time-restrict-repeat-2]
    [/time-restrict-repeat]

    [time-restrict-repeat type=”daily” ontime=”16:00:00″ offtime=”22:00:00″]
    [time-restrict-repeat-2 type=”weekly” onday=”Friday” offday=”Friday]
    <div class=”tracker-maps”><iframe src=”../../../tracker-andy/fullscreen_index.php”> </iframe></div>
    [/time-restrict-repeat-2]
    [/time-restrict-repeat]

    [time-restrict-repeat type=”daily” ontime=”15:45:00″ offtime=”22:00:00″]
    [time-restrict-repeat-2 type=”weekly” onday=”Saturday” offday=”Saturday]
    <div class=”tracker-maps”><iframe src=”../../../tracker-andy/fullscreen_index.php”> </iframe></div>
    [/time-restrict-repeat-2]
    [/time-restrict-repeat]

    This is a brilliant plugin by the way – but I think I am being tharted by this request!!

    Address is : https://howeandcofishandchips.co.uk/chippy/howeandco/howe-co-andys-van-live/

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

    (@thewanderingbrit)

    Actually, what you’re trying to do is much simpler than that. Each incidence is a single weekly recurring schedule, so no need to nest the shortcodes like you are. Just set the onday, ontime, offday and offtime for each one. Here’s the first:

    [time-restrict-repeat type="daily" ontime="16:30:00" offtime="22:00:00" onday="Monday" offday="Monday"]<div class=”tracker-maps”><iframe src=”../../../tracker-andy/fullscreen_index.php”> </iframe></div>[/time-restrict-repeat]

Viewing 1 replies (of 1 total)
  • The topic ‘Dealing with a complicated time schedule’ is closed to new replies.