3 Events at the same time in week view are not showing up

Home Forums Calendar Products Events Calendar PRO 3 Events at the same time in week view are not showing up

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #1149878
    Philip
    Participant

    Hi there,

    I’ve got three similar events simultaneously at the same time. In week view the 3rd event is not showing up. What can I do?

    #1150219
    Andras
    Keymaster

    Hello Adrian,

    Thanks for going pro and welcome to the forums!

    I’m sorry you are experiencing this issue, let me try to help you with this.

    To be able to support you, could you please share your system information with me in a private reply?
    Here’s a handy guide how you can do that:
    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Thanks and cheers,
    Andras

    #1150466
    Philip
    Participant

    This reply is private.

    #1150690
    Andras
    Keymaster

    This reply is private.

    #1151044
    Philip
    Participant

    This reply is private.

    #1151045
    Philip
    Participant

    This reply is private.

    #1151049
    Philip
    Participant

    This reply is private.

    #1151060
    Andras
    Keymaster

    This reply is private.

    #1151063
    Philip
    Participant

    This reply is private.

    #1151064
    Andras
    Keymaster

    This reply is private.

    #1151071
    Philip
    Participant

    This reply is private.

    #1151586
    Andras
    Keymaster

    This reply is private.

    #1153549
    Philip
    Participant

    This reply is private.

    #1153848
    Andras
    Keymaster

    Hey Philip,

    For those 3 events you can use the same code, you just need to extend it with the event IDs (post IDs). So you would need to extend the above code with the following:


    /* SET THE WIDTH OF THE THREE EVENTS */
    .type-tribe_events.post-8130, .type-tribe_events.post-8627, .type-tribe_events.post-8628,
    .type-tribe_events.post-8133, .type-tribe_events.post-8739, .type-tribe_events.post-8738 {
    width: 32% !important;
    }
    /* LEFT POSITION OF SECOND EVENT*/
    .type-tribe_events.post-8627,
    .type-tribe_events.post-8739 {
    left: 32%;
    }
    /* LEFT POSITION OF THIRD EVENT */
    .type-tribe_events.post-8628,
    .type-tribe_events.post-8738 {
    left: 64% !important;
    }

    Hope this helps!
    Unfortunately there is no generic way to do this, so it needs to be done event by event. It is quite unusual to have 3 events at the same time.

    Cheers,
    Andras

    #1154279
    Philip
    Participant

    Hey Andras,

    yes, it works fine, although I’m a bit disappointed that there isn’t any generic way to do this, I love your calendar and I thought it’s the best availible and I couldn’t believe that there isn’t any chance for a generic solution.

    However, now the 3rd event isn’t showing up (http://www.phoenix-hp.de/termin/ftf-vor-seminar-08-16). Can you tell me what is the problem there?

    Thank you very much for your great support,

    Philip

Viewing 15 posts - 1 through 15 (of 18 total)
  • The topic ‘3 Events at the same time in week view are not showing up’ is closed to new replies.