• Mick

    (@haarbollen)


    Hi
    I am doing a calendar – having only three issues:
    booked days
    almost booked days
    available days
    So, if every day is available, can I somehow put a color into the tablecells wich allows a popup like on booked days which dissapear as soon as I book them?
    I will gladly provide more info if needed.

    Thanks in advance
    Mick

    EDIT: I’ve uploaded two images:

    • This topic was modified 1 year, 11 months ago by Mick.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Mick

    (@haarbollen)

    Hi again
    I have solved it, in case you don’t have a a proposal on how it can be solved. I would, however, prefer to be able to ‘replicate’ with a text, background and link as it is done in booked fields.

    In case anyone has the same needs for calendar, soulution is below image (the green is every single field that has no events)

    no-events.future-day:after {
    content: url(url-to-my-image.png);
    }
    
    .no-events.future-day.nextmonth:after {
    display: none !important;
    }
    Plugin Author Joe Dolson

    (@joedolson)

    At the moment, there’s nothing specifically to handle that; your solution for available dates seems very good – but I don’t have a suggestion right now for marking partially booked dates, since My Calendar doesn’t have a method for defining a max number of events per date. If you’d like to open a feature request, please do!

    Thread Starter Mick

    (@haarbollen)

    Thanks – and okay. For the moment I’m good with the solution I made, looks nice and works – my two main issues :o)
    I will consider the feature request, thanks!

    Mick

    Thread Starter Mick

    (@haarbollen)

    Hi
    I haven’t got the domain on which I’ve upload the image so in order to be able to see the solution now, I’ll update a later version.
    Will provide help if needed.
    Best regards
    Mick

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Days without bookings’ is closed to new replies.