Viewing 1 replies (of 1 total)
  • Plugin Author Kuu

    (@tanaka-hisao)

    Thank you for using this plugin and sorry for my late reply.

    (1)About “change the max field size”
    Please tell me which field you want to change, if possible.
    CONTACT

    (2)About “show the short name”
    I change that “product name” displayed than ver1.4.1.

    (3)About “default load to month”
    I will make the next version to select load tab.
    Please change the following part, if you want to change this updates soon.

    (a)Open the file salon-booking/src/page/booking_pc-page.php.

    (b)At the line 191,”timeline” change “month”.

    <Before>
    scheduler.init(‘scheduler_here’,new Date(“<?php echo date_i18n(‘Y/m/d’); ?>”),”timeline”);

    <After>
    scheduler.init(‘scheduler_here’,new Date(“<?php echo date_i18n(‘Y/m/d’); ?>”),”month”);

    (c)Save the file.

    (4)About “a calendar shown instead of a list”
    This is hard now. I want to think as improvement in the futures.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Change max field size’ is closed to new replies.