Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor motopress

    (@motopress)

    Hi Robert,

    As for the menu, most likely the layer of your menu is lower than our plugin’s one. It depends on your theme, but we may help if you provide a link to the live page with the issue.
    When two events with the same time are added to one column they share the time slot vertically. The end time of the event in the second screenshot is displayed properly because it ends at 20:00 and not at 19:00 thus it takes up the 19:00 slot. As for the start time as it is set to 18:30 but displayed as 18:00 – we recommend to choose Half hour as Time frame for event under Timetable shortcode settings.

    Thread Starter escapancho

    (@escapancho)

    Thanks for your answer. Link to the page is: https://fc-kremmen.de/trainingszeiten

    Plugin Contributor motopress

    (@motopress)

    Thank you for provided link. Try adding the style below to Appearance>Customize>Additional CSS box:

    .menu-secondary-menu-container {
        z-index: 10000;
    }

    Hello, I’m having a similar problem on my website at https://fitsquadegypt.com/schedule (at the “Westin Resort” tab)

    The branding guidelines won’t allow me to add the timeslots inside the cells so I have to stick to the hours column for start/end times.

    In other words, here’s what I have: http://prntscr.com/hcdeby
    + with timeslots shown inside the cells (for reference): http://prntscr.com/hcdeir
    Here’s what I need to do (notice the hours column): http://prntscr.com/hcdeml

    Thanks in advance. I love the plugin and how easy it is to customize it 🙂

    Unfortunately I believe my current problem requires modifying the source code of the plugin which I don’t do to avoid having to patch it after every update.

    Quick update: the design team just told me I need to completely remove the hours cells for end times (as seen in the first two tabs “Smash Club”, and “Platinum Club”). So what I really need to do is instead of changing the increment value to 0.5, I need to “shift” the hours by 0.5.. in a thousands words: http://prntscr.com/hcdlm7

    How can I do this?

    I’m guessing the fix (to hide the end time rows) should be done somewhere inside mptt_get_row_events ? I’m still inspecting… I’ll contribute back if I get it right.. where do I make a PR?

    Plugin Contributor motopress

    (@motopress)

    Hi @isword14,
    You can hide time column by editing shortcode of timetable. Find the attribute below in shortcode:
    hide_hrs="0"
    and change it to:
    hide_hrs="1"
    Then create column Time and tie events styles in black saying the time frames.

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

The topic ‘Overlap / end time issue’ is closed to new replies.