Want the schedule to be in tabs like this http://imgur.com/Abt0ZEN hope it wont be a difficult thing to do.
This could probably be accomplished fairly easily by using the “list” option in the master-schedule shortcode (which outputs the entire schedule as a nested unordered list organized by day), and some creative CSS. It would be very similar to the technique used to create a dropdown navigation menu using an unordered list and CSS.
+1 to this! The feature would be great, I’m sure many radio station websites would love this feature!
How would we separate out the list into the daily tabs?
I’ve added some css classes and ids to the master schedule list format in version 2.0.10 to make this simpler. I’ll be posting a tutorial on how to actually accomplish it on my website as soon as I have time to type it up. In the mean time, this is the CSS and javascript I used to do it:
http://pastebin.com/ZyAa4iiQ
Thanks Nikki for dropping by this thread, But could you please help with me/us with the use of the “list” option in the master schedule…Thanks
It’s an option in the shortcode, which is documented in the readme file for the plugin. You activate it like this:
[master-schedule list="1"]
That outputs the schedule in a list rather than a grid.
Wahoo! Great stuff, thanks Nikki, I’m sure alot of Radio Station Webmasters will love this!
Is it possible to format it as more of a table format and add in pictures and a description of show box? Like in yesfree’s example?
At the moment, no. The shortcode doesn’t pull that information in.