• Hello,

    The date and timepicker is not working. I disabled all plugins, but this still didn’t fix it.After I press F5, it starts working.

    Please help me fix it. Thanks.

    Kind regards

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    Hi @bersch,

    Is there a particular setup that’s not working as expected (a particular web browser, etc.)? When I visit your page, the date and time pickers both load correctly for me.

    Thread Starter bersch

    (@bersch)

    Hello, No I am just using Chrome on my desktop pc. But it is not working on Safari (iPhone) either.

    We are having the same problem on android and chrome.

    Plugin Author Rustaurius

    (@rustaurius)

    Hello Bersch,

    Just so we understand the issue(s) better, could you provide a screen recording of what’s going on? Also, what versions of Chrome and Safari are you using? Are there any console errors that come up when the page loads for you?

    We’ve tried opening your page on a few different devices and haven’t encountered the same issue.

    Plugin Author Rustaurius

    (@rustaurius)

    Also, it looks as though your time slots end up left-aligned on your site. You can add the following CSS to your site to correct the mis-alignment:

    li.picker__list-item {
        width: 100%;
        text-align: center;
    } 

    Has this issue been resolved? My date and time picker stopped working recently as well in all browsers.
    Page with reservation form

    Plugin Support jaysupport

    (@jaysupport)

    In that case, I believe your issue may be related to the WordPress 5.5 update and either your theme or one of your other plugins not being compatible with jQuery 3.x. You can find more info about that here:

    https://wptavern.com/major-jquery-changes-on-the-way-for-wordpress-5-5-and-beyond

    It’s possible that either your theme or one (or more) of the plugins you are using could have jQuery code that is not compatible with 3.x. And, with WordPress now making that transition in 5.5, the code in those themes/plugins is now starting to break. And, because our plugin requires JavaScript for the booking form and the edit booking functionalities, if you’ve got JavaScript errors on your page due to other plugins or the theme, then it can cause our plugin to not be able to run correctly.

    You can try deactivating your other plugins one by one to see which might be causing the JavaScript issue. It’s possible that it could also be the theme.

    And, just for reference, we have the latest version of our plugin running fine with WP 5.5 on our demo site here: https://www.fivestarplugins.com/five-star-restaurant-reservations-demo/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Date and timepicker not dispalyed’ is closed to new replies.