Great question and agreed it could be a good idea to limit the view to 12 hours or only the hours that have scheduled programming. I’m letting you know we received your support request and forwarding to our lead developer for an answer. He’ll respond shortly. He’s in Australia and it’s late PM there as of my response time, so I’m sure he’ll respond within the next 8 to 12 hours to your reuqest. Thanks for your patience.
It’s hard to provide an option for this that would suit everyone. I will consideradding a filter to remove certain hour rows in the future. In the meanwhile there are style classes for the table hour rows that you can use to just hide those hour rows that are not relevent to your schedule. eg.
#master-program-schedule .master-program-hour-row.hour-row-0,
#master-program-schedule .master-program-hour-row.hour-row-1
#master-program-schedule .master-program-hour-row.hour-row-2
#master-program-schedule .master-program-hour-row.hour-row-3
#master-program-schedule .master-program-hour-row.hour-row-4
#master-program-schedule .master-program-hour-row.hour-row-5 {
display: none;
}
thank you very much @majick this soultion works fine for me.
hav add the code to the aditional css of wordpress.
We’d love a review! @chodenjiho if you could leave a 5-star review for the plugin and support, it would help is out tremendously. Thanks!