• Resolved paulh88

    (@paulh88)


    When using the Legacy schedule view eg

    [master-schedule view=”legacy” show_link=”0″]

    … the column header shows the word Sunday as the header for all 7 days/columns where it should show Monday, Tuesday, Wednesday etc

    Any pointers to the fix for this ?

    Excellent plugin btw.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Tony Hayes

    (@majick)

    @paulh88 Okay, I’ve added a quick fix for this in the development version available from Github to be included in the next release:
    https://netmix.com/radio-station/docs/FAQ/#how-do-i-install-the-latest-development-version-for-testing
    I’ve added support for the display_day shortcode attribute so you can set that to full day display with display_day="long" if you wish.

    Please be aware with the Legacy view, it does not honour Schedule Overrides, and this is why it was rewritten to the new Table view – so there is no plans to fix this issue in the Legacy view. In any case I’d recommend switching to the Table view as it has far greater support and flexibility.

    Thread Starter paulh88

    (@paulh88)

    @majick Many thx. I would use the table view but for some reason it simply fails to load and all I end up with is a single vertical column showing the 24 hour time slots but with nothing else on display.

    The tab view is preferable and I will move to it in due course but for now the legacy view does all I need ie the whole week at a glance.

    I look forward to the pro version.

    Plugin Contributor Tony Hayes

    (@majick)

    @paulh88 No problem. Hmmm that is definitely odd. If you get a chance to debug further, (sounds like it could be a PHP error or a javascript conflict) you could open up a Github ticket regarding this. Perhaps you could setup a test page for the table view and provide the URL there.

    Thread Starter paulh88

    (@paulh88)

    @majick The table view loads fine when I place the shortcode on a page. However I am using a tabs plugin called Tabs Pro by wpshopmart. The legacy view shortcode displays correctly inside the tab. The table view does not. I’ve uploaded a screenshot – it will expire in 2 weeks time, here:

    https://ibb.co/b27bkcM

    Plugin Contributor Tony Hayes

    (@majick)

    @paulh88 I was just working on a similar issue (Multiple View Switching for the Pro version) and had a similar thing come up… It seems to be an issue with the Table not being displayed initially (hidden by the tabbing) … What worked for me was to retrigger the table responsive function on the tab click event (for when the table is shown):

    
        jQuery('.master-program-day, .master-program-hour-row .show-info').show();
        radio_table_responsive();
    

    You may also need to add this CSS to override the current table style:

    body #master-program-schedule .show-title, body #master-program-schedule .show-image, #master-program-schedule .show-desc {margin: 0; text-align: center;}

    (I will be changing margin: 0 auto; to text-align: center; in the development version for this same reason, it seems to create a miscalculation by filling the empty space in the table.)

    • This reply was modified 3 years, 1 month ago by Tony Hayes.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Legacy Schedule Shows Sunday For All 7 Days’ is closed to new replies.