• Resolved motomouse

    (@motomouse)


    Hi,

    First question : is it possible to have daily view instead of whole month ? With time slots predefined.

    Second question : is it possibile to have as an output from [CP_APP_HOUR_BOOKING_LIST] only the LAST booking made ?

    Thanks,
    Marcin

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

    (@codepeople)

    Hi,

    Update to the latest version and add the parameter limit=”1″ to the [CP_APP_HOUR_BOOKING_LIST] shortcode to get listed the latest booking only.

    Regarding tot he daily view it is available for visualization purposes of the booked times (not for booking purposes) as part of the “Schedule Calendar View” included in the plugin.

    Thank you for using the plugin!

    Thread Starter motomouse

    (@motomouse)

    Thank you ! Works perfectly !

    Other question – how can I get using custom CSS / JS different colors of .cpappb_field_2 value – in example if .cpappb_field_2 ( fieldname2 value ) has value=A then color#1, if any other color#2.

    This is what I’m currently using for custom CSS :

    .cpappb_field_2
    {
    float: inline-flex;
    min-width: 85px;
    padding-right: 11px;
    border-bottom: 1px dotted #777777;
    margin-left: 1px;
    padding: 5px;
    margin: 2px;
    color: greenyellow;
    }

    Thread Starter motomouse

    (@motomouse)

    One – flaw that I found is, that if there are no bookings for current day, it will not show the last one – looks like there is parameter “today” embedded into limit=”1″.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Include the date filters in the shortcode, example:

    [CP_APP_HOUR_BOOKING_LIST limit="1" from="today -100 days" to="today +100 days"]

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Daily view / Appointment list’ is closed to new replies.