• Resolved Chris

    (@seoptseseo)


    Hi, so on our checkout page where we have it setup for the customer to choose a delivery date and a time slot… it was working fine. Few days ago our PHP version has been updated to the latest and we now have some errors. The calendar when clicked on a mobile to select a date, becomes hard to choose a date as the time slot field with the placehold “choose a time slot” shows on top of the calendar, its making it hard to select dates for some users. Could this be a z-index fix in the css? ive tried a few things with no success. I link my site here, please check it out. It seems absolutely fine on desktop.

    ALSO: I have the delivery date also showing on my basket, is there a way i can remove it from here? i only want it in the checkout. Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support chetnapatel

    (@chetnapatel)

    Hi Chris,

    Sorry for the trouble you have been experiencing.

    1. Can you add below CSS under Appearance > Customize > Additional CSS option and check whether it solved the problem?

    div#ui-datepicker-div {
    z-index: 99999 !important;
    }

    2. Please uncheck ‘Delivery Date field on Cart page’ setting present under Order Delivery Date > General Settings > Appearance section. By unchecking this setting, the delivery date field won’t appear on the basket page.

    Regards,
    Chetna Bhutka

    Thread Starter Chris

    (@seoptseseo)

    Thank you this has solved the issue. The calendar works perfectly. Thanks also for the setting advice

    – chris

    Plugin Support chetnapatel

    (@chetnapatel)

    Glad we could help you, Chris. Feel free to share an amazing review here.

    Gave a good day!

    Regards,
    Chetna Bhutka

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calendar Issue (layout)’ is closed to new replies.