Title: after update empty program..
Last modified: April 7, 2020

---

# after update empty program..

 *  Resolved [paok1926](https://wordpress.org/support/users/paok1926/)
 * (@paok1926)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/after-update-empty-program/)
 * hello all,
    after tonight update, weekly table program disapeared.. the shortcode
   i use is [master-schedule show_image=1 show_djs=1 table]
 * the page is
    [https://thessradio.net/%cf%80%cf%81%cf%8c%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1/](https://thessradio.net/%cf%80%cf%81%cf%8c%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fafter-update-empty-program%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Contributor [Tony Hayes](https://wordpress.org/support/users/majick/)
 * (@majick)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/after-update-empty-program/#post-12643207)
 * Hi [@paok1926](https://wordpress.org/support/users/paok1926/),
 * That is a strange one, we should definitely get to the cause of this, have not
   seen anything like that happen in any of our testing.
 * I can confirm your shift times are all there and being retrieved fine, but it
   could be possibly related to something in the time calculation for the hour start
   and end in each table cell, though again that is working fine elsewhere…
 * If you can replace the file `/wp-content/plugins/radio-station/templates/master-
   schedule-table.php` with this copy from the develop branch, I have uncommented
   some debug lines that will help me check whether that is the cause:
    `https://
   raw.githubusercontent.com/netmix/radio-station/develop/templates/master-schedule-
   table.php`
 * Also note for future reference the format for shortcodes is `[master-schedule
   show_image="1" show_djs="1" view="table"]` but you don’t need the view=”table”
   as that is the default anyway.
 * As is seems to relate to the hours in the table, I’d suggest you could adding
   the tabbed view shortcode to the page in the meanwhile also.
 *  Plugin Contributor [Tony Hayes](https://wordpress.org/support/users/majick/)
 * (@majick)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/after-update-empty-program/#post-12643405)
 * Just another thought, if you could check your server time compared to your WordPress
   timezone and Radio Station timezone and provide that information, it may help
   shed light on whether there is some kind of time calculation conflict going..
 *  Thread Starter [paok1926](https://wordpress.org/support/users/paok1926/)
 * (@paok1926)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/after-update-empty-program/#post-12644155)
 * hello,
 * i now use your version from
    [https://raw.githubusercontent.com/netmix/radio-station/develop/templates/master-schedule-table.php](https://raw.githubusercontent.com/netmix/radio-station/develop/templates/master-schedule-table.php)
 *  Thread Starter [paok1926](https://wordpress.org/support/users/paok1926/)
 * (@paok1926)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/after-update-empty-program/#post-12644182)
 * as you can see here, my php timezone is europe/athens
    [https://thessradio.net/korkor.php](https://thessradio.net/korkor.php)
 * and everywhere the timezone is europe/athens
 *  Plugin Contributor [Tony Hayes](https://wordpress.org/support/users/majick/)
 * (@majick)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/after-update-empty-program/#post-12648686)
 * [@paok1926](https://wordpress.org/support/users/paok1926/) Thanks for confirming
   that. Glad it’s not a servr time issue!
 * Further investigation has confirmed the initial analysis, a bug where the translated
   hour label (along with the translated am/pm strings) was being used in calculations
   instead of the raw hour value.
 * This means that it would affect anyone using a combination of 12 hour format 
   display and a different language locale than English, which explains why we missed
   it in testing. (The 24 hour format display would be unaffected as it does contain
   am/pm in the time format string.)
 * I have pushed a fix to develop (for inclusion in 2.3.1 release) and you can repeat
   the procedure of downloading the same template file again and replacing it (make
   sure you refresh the page to bypass your browser cache and get the new copy, 
   you can check it contains a new `$hour_display` variable.)
 * I’ve opened an bugfix issue for reference on GitHub:
    [https://github.com/netmix/radio-station/issues/180](https://github.com/netmix/radio-station/issues/180)
 * Thanks again for the early reporting on this one. If you can confirm this fix
   worked for you, we can mark this as resolved.
 *  Thread Starter [paok1926](https://wordpress.org/support/users/paok1926/)
 * (@paok1926)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/after-update-empty-program/#post-12650814)
 * it works, the table is ugly (left column is very large) but it works..
    [https://thessradio.net/%cf%80%cf%81%cf%8c%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1/](https://thessradio.net/%cf%80%cf%81%cf%8c%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1/)
 *  Plugin Contributor [Tony Hayes](https://wordpress.org/support/users/majick/)
 * (@majick)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/after-update-empty-program/#post-12656227)
 * You can style the table however you wish with the available element classes.
   
   We have intentionally kept it generic and minimal styling so that existing theme
   styles are honoured through inheritance. Of course those can be built upon with
   further CSS.
 * For example, soemthing like this will reduce the first column to minimal:
    `#
   master-program-schedule tr th {width: auto;}`
 *  Plugin Contributor [Tony Hayes](https://wordpress.org/support/users/majick/)
 * (@majick)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/after-update-empty-program/#post-12678689)
 * I have added this style change to the next release, it seems to be a style issue
   present in Firefox but not Chrome.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘after update empty program..’ is closed to new replies.

 * ![](https://ps.w.org/radio-station/assets/icon-256x256.png?rev=2905948)
 * [Radio Station by netmix® - Manage and play your Show Schedule in WordPress!](https://wordpress.org/plugins/radio-station/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/radio-station/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/radio-station/)
 * [Active Topics](https://wordpress.org/support/plugin/radio-station/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/radio-station/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/radio-station/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Tony Hayes](https://wordpress.org/support/users/majick/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/after-update-empty-program/#post-12678689)
 * Status: resolved