• Resolved skubko

    (@skubko)


    Hello,

    with the latest update of All-in-one event calendar, I noticed a thing in the change log that made me happy – “Fix: Multi-days events were overlapping in month view”. I had this problem since always (I was just too lazy to report it) and now, I was happy that it will be finally resolved. I installed the update, but unfortunately, no help :(.. Multi days events are still overlapping other entries in calendar monthly view.. If you want, you check check page:

    https://ba2.casd.sk/kalendar

    – open July 2017 and you will see such events…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @skubko,

    I noticed there’s a CSS conflict between your site’s theme and the calendar. There are CSS rules in your WP theme that force central alignment in all table cells.

    Please, add this to your CSS file, it should fix the issue:

    #ai1ec-calendar td {
       vertical-align: top !important;
       text-align: left !important;
    }

    Pavel.

    Thread Starter skubko

    (@skubko)

    Hi @uchu,

    thanks for the hint, yes, it indeed works, but now, I lost the “nice layout” of the calendar. I prefer alignment to the center, also for the calendar entries. Could you maybe consider fixing this issue within your plugin? That when someone sets alignment to the center, the events will not overlap each other… The current adjustment is really not a fix, just a workaround…

    Thanks.
    skubko

    Hi @skubko,

    Glad to hear that it worked for you. We currently don’t support vertical alignment by center in the month cells but you can still center events horizontally if you want. Just remove the second line from that CSS fix so it looks like:

    #ai1ec-calendar td {
       vertical-align: top !important;
    }

    Hope it helps,
    Pavel.

    Thread Starter skubko

    (@skubko)

    Hi @uchu,

    thanks, I did not try this before as I thought that both alignments must be set the way you wrote me in order to get rid of the overlapping problem… Now, it is exactly as I want it to be, so thanks once again for your help.

    Keep doing the great work you are doing with this plugin ;)…

    All the best
    Martin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multi-days events overlapping in month view’ is closed to new replies.