Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi tynus,

    Sorry to hear you had trouble with the update. Can you send me a link to the site where it’s not working for you?

    Please also describe in more detail what’s not working. Does the form submit? Is it just the date and time pickers which aren’t working? Are you talking about the booking form on the frontend or the add/edit form in the admin panel?

    Actually nothing related to the functioning of the booking form was changed between versions 1.4.3 and 1.4.4, so I suspect there was either a corrupted install or a third-party conflict of some kind is causing problems.

    Thread Starter servicehh

    (@tynus)

    Hi,
    I’d like to keep the link private, since I am building this for a client.

    When I input a date manually, like; 30-04-2015 and time, like; 20:00. It wil make the reservation. I also see it show up in the admin, it also sends out confirm messages by e-mail.

    So basically; the plugin works, but just not the date and time picker and the “add a message”. When clicking on that one, the pages jumps back to top.
    This actually happens when making a reservation also.

    This is happening on pages.

    Hope this helps

    Thanks

    Thread Starter servicehh

    (@tynus)

    sorry, I forgot to mention, that it works just great in the admin.

    Adding a reservation works just fine, also the date and time picker as well as the add a message.

    Hi tynus,

    This sounds like there is a JavaScript error preventing the date and time pickers from loading on the frontend. This is almost always the result of an error in another plugin that cascades down. Because of the security vulnerability disclosed on Monday, you’ve probably updated a whole bunch of plugins over the last few days.

    If you’re willing to share the link with just me, you can send it via the contact form on my site. I’ll take a look and should be able to identify the error.

    If not, you’ll need to open up the developer console in your browser (F12 in Chrome, then select the Console panel). You’ll likely see at least one error (in red) and you’ll need to look at the URL path to determine which plugin it’s associated with.

    You can also try going through each plugin one-by-one and deactivating them, then testing the form to see if it works. You can usually find the source of the problem that way.

    Thread Starter servicehh

    (@tynus)

    Hi Nate,
    I did some searching by your instructions, I can only guess that it might be the theme that is conflicting with yir plugin. But I also notice that it conflicts with other plugins as well, your plugin also conflicts with the facebook like plugin, so it seems.

    So there might be something else that you’d like to consider.

    I am going to use your contact form and send you the site’s details, I hope you can find out what is conflicting. Since the site is scheduled to go live today ??

    Thank you

    Kind regards

    Hi tynus,

    When I open up the developer console I see the following JavaScript error:

    Uncaught TypeError: undefined is not a function
    

    This is occurring in this file:

    wp-content/themes/omnipress/js/select.init.js,wp-content/themes/omnipress/js/jquery.appear.min.j…:1 Uncaught TypeError: undefined is not a function
    

    Which is a minified version of several .js files your theme is loading. I’d recommend first trying to disable the minify plugin that you’re using to see if that solves the problem. It may or may not.

    If it doesn’t, you’ll need to follow-up with your theme author to ask them how you can fix the JavaScript error in the files they’re loading.

    Thread Starter servicehh

    (@tynus)

    Hi Nate,
    You are totally right! It was the minify plugin that was causing this error.

    I’ve tried to flush the cache, also in advanced mode to disable it, but all of that did not work. The only thing that worked was to deactivate the bw minify plugin.

    And your script works perfect now!

    Thank you for your great support ??

    Have a great day

    Kind regards

    Hi tynus,

    Glad you were able to get it working. If you have a moment, I always appreciate reviews for the plugin here.

    Hi, I dont know why but the date picker doesn’t work.

    Can you help me ?

    Here the website adress : https://rectoverso.ca/reserver/

    Hi racemanyaya,

    You have a couple of JavaScript errors printing to the console on your website. These are cascading down and preventing the date picker from appearing.

    (index):543 Uncaught TypeError: undefined is not a function
    
    foundation.js:1 Uncaught TypeError: Cannot read property 'call' of undefined

    You’ll find these errors by opening the developer tools of your browser while viewing your site, then switching to the console.

    Once these errors are resolved the datepicker should work properly.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘No date and time picker, also no extra messsage’ is closed to new replies.