• Resolved alfanwar

    (@alfanwar)


    I would like to show a table on each day of a week, its actually a schdule for programs and their time. repeating on the same day of week. Here is the code i’m using. Please let me know if is correct . Thank you

    [time-restrict-repeat type=”weekly” onday=”monday” offday=”tuesday””wednesday””thursday””Friday””saturday””sunday”]

    <table>
    <tbody>
    <tr>
    <td>9:00</td>
    <td></td>
    </tr>
    <tr>
    <td>10:00</td>
    <td></td>
    </tr>
    <tr>
    <td>11:00</td>
    <td></td>
    </tr>
    <tr>
    <td>12:00</td>
    <td></td>
    </tr>
    <tr>
    <td>4:00</td>
    <td></td>
    </tr>
    <tr>
    <td>6:00</td>
    <td></td>
    </tr>
    </tbody>
    </table>

    [/time-restrict-repeat]

    • This topic was modified 7 years, 4 months ago by alfanwar.
    • This topic was modified 7 years, 4 months ago by alfanwar.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dave Clements

    (@thewanderingbrit)

    No, that is incorrect. For each day, you’ll need to do this:

    [time-restrict-repeat type="weekly" onday="monday" offday="monday"]MONDAY'S TABLE[/time-restrict-repeat]

    Thread Starter alfanwar

    (@alfanwar)

    I did exactly as you said and the daily schedule works good. But there is another issue.
    Although im hiding the others days, but they are still creating a empty line, thus pushing the whole schedule down by one line, each days. by the end of week, there is a 5-6 line empty space on the top. Here , Please take a look at the right column of schedule thank you.

    https://www.rtimetv.com

    Plugin Author Dave Clements

    (@thewanderingbrit)

    Resolved here

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show table Weekly on repeat’ is closed to new replies.