The time slot (i.e. 5 pm) and the time block (i.e. the current show) are already highlighted in the table view.
You can override this:
#master-program-schedule .show-info .master-show-entry.nowplaying {
border: 2px solid #F00000;
}
Maybe you add a background-color: xxx; or a background image. Up to you.
For Tabbed, I don’t believe we yet have a highlighting feature for the current show on air.
We have this for the active day:
#master-schedule-tab-panels .master-schedule-tabs-panel.active-day-panel {
display: block;
border: 1px solid #333333;
background-color: #ffffff;
/* border-top: 0; */
border-radius: 0 7px 7px 7px;
}
I’ll see what we can do here for the tabbed view. We’re not using the Show Title for the primary element. It’s loading inside the list and it’s using a list of genres, so I have to ask @majick if we can update that to maybe Post ID of the Show, so that it can be styled based on its entry. But not sure. He nay weigh in here and cone up with a solution for you,.
@astevens93 This has actually been added to the latest development version for inclusion in the next release (2.3.2), along with dynamic updating of the current show highlighting via javascript (see https://github.com/netmix/radio-station/issues/218)
See the FAQ for intalling the latest development version to have this sooner:
https://netmix.com/radio-station/docs/FAQ/#how-do-i-install-the-latest-development-version-for-testing
Hi both, I see in your updated demo on the site you have this functioning now which is great. I’ll wait until the stable release is updated to install on my site.
Do you think there is a way to enhance this feature further by displaying a ‘listen live’ button (styled via CSS) underneath the show info div, based on the show being ‘live’ right now.
Just a thought, one for another day I suspect.