• Resolved Maksims

    (@diasaid)


    Hello,
    i tried to find something similar but was unable to find. I need in mobile view, that on click events showing under table in list view, not as a popup.
    Is it possible?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    So, the same as it currently is, except instead of showing up on top of the calendar, showing up after the calendar? Do I understand that correctly?

    Thread Starter Maksims

    (@diasaid)

    Hello,
    thank you for the quick response. Exactly as you say, actually here is a specific design (after click view):

    https://prnt.sc/LqzE8VQVx8Ek

    Plugin Author Joe Dolson

    (@joedolson)

    You can pretty much get that by changing

    .mc-main .calendar-event .details, .mc-main .calendar-events { top: calc( 100% + 1em ); }

    The events are set by default to show up overlaying the calendar, but by changing the top positioning, you can set them below, instead.

    Thread Starter Maksims

    (@diasaid)

    Thank you!

    But is this possible to make it display: block still below? Because event description can be different size and I don’t want this popup goes above footer. Would appreciate a lot, if you would give me a tip about it ??

    Plugin Author Joe Dolson

    (@joedolson)

    You’ll need JS to do that; you’ll need to move the event data below the calendar in order for that to work. The block of event information is located inside the date table cell, and the above CSS just makes it appear below the calendar visually; if you want the events to take up space below the calendar and push other information down, you’ll need to use JS to move them there on click.

    Thread Starter Maksims

    (@diasaid)

    Hello,

    thanks, yes yesterday i wrote code in JS and it works.
    Have a nice day ))

    Plugin Author Joe Dolson

    (@joedolson)

    Glad you got it figured out!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘List on Event click’ is closed to new replies.