• Resolved deindorfleben

    (@deindorfleben)


    Hello,
    I really enjoy your great PlugIn, but currently I have two issues:
    1) Is it possible to hide the time in the list view. A lot of bookings are not maintained correctly so they show 0:00 as time in the list view. It would be great if this could be customized in the PlugIn settings (to hide time in list view)
    2) If there are only 2 bookings in the list view the element has the same hight as if there are 15 bookings in the list. Is it possible to set the size (hight) of the list dynamically? (less bookings -> smaller hight of the list element)
    y
    Thanks for your feedback,
    Florian

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author moiseh

    (@moiseh)

    Hello Sir,

    The item 1) was already added in the premium version.

    The item 2) i’m not sure if understand correctly but recently was added also in premium the CSS to set same height of the events in month view, you can add it in your theme if it helps:

    .fc-content-skeleton table tbody tr td a {
        height: 100% !important;
    }
    
    ..fc-event-container {
        height: 55px !important;
        padding-bottom: 2px !important;
    }
    Thread Starter deindorfleben

    (@deindorfleben)

    Hello,
    okay – thanks for your feedback.
    Item 2) it would be great if the list view would have a lower elevation – especially if it’s empty in one month (see: https://deindorfleben.de/dorferlebnis/)

    PS: Is it possible that the calender list view starts in the month which has content?
    e.g. July has no bookings, so the list will directly show august (because there will be the first booking available)

    Thanks for your help,
    Florian

    Plugin Author moiseh

    (@moiseh)

    Hello,

    1) My plugin uses this extension to display the calendar: https://fullcalendar.io/ – I recommend to search for example “how change X in fullcalendar” so you can customize a lot of things using CSS. Certainly there’s much more experienced people for this

    2) I’m working in this a customer asked recently for the start date but it’s not stable / tested yet and depending in the case may result in performance issues

    Regards

    Thread Starter deindorfleben

    (@deindorfleben)

    okay – thanks for your reply. Topic can be closed

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘List View: time (0:00) and hight’ is closed to new replies.