• Resolved Flankerator

    (@flankerator)


    Hey all,

    Thank you to the developers for providing such great plugin!

    Everything works like a charm except for when I submit my booking, a wheel shows up and keeps spinning and no feedback message shows up (your booking has been sent successfully) for instance…The booking is received on both ends by the way but the spinning wheel that keeps spinning with no confirmation message is a bit annoying!

    I have tried PHP mail function, Sendmail, Qmail and WPmail..all failed to resolve the issue.

    Any ideas guys? Thanks!

    http://wordpress.org/extend/plugins/events-manager/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Flankerator

    (@flankerator)

    Okay, It seems that there is a problem with the bookingsform.js file.
    Event though actual booking is processed by EM and email notifications sent to both ends, it doesn’t display booking form feedback messages on the booking page. It just keeps showing the EM.bookingInProgress “graphic” (spinning wheel). I will try to use firebug.
    Any help is much appreciated. Thanks.

    I had the same issue a few days ago, but now when someone submits a booking, they get a page that says “Not Found. Apologies, but we were unable to find what you were looking for. Perhaps searching will help.” An email is sent to the person who booked and the booking is registered and added to the bookings page in the dashboard. The confirmation page just doesn’t work

    If anyone can help, I need to have this resolved ASAP!

    Thanks.

    (my events page is http://maggiejosey.com/blog/events/ if that helps)

    Thread Starter Flankerator

    (@flankerator)

    Okay, just in case someone experiences the same issue : to resolve it, you would need to edit a JavaScript file.
    Directory : wp-content/plugins/events-manager/includes/js/bookingsform.js

    open it and change datatype on line 7 from ‘jsonp’ to ‘json’.
    save it, re-upload it and you’re done 😉

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    two slightly different issues, but probably the same cause. maggiebj your theme is insising on loading jQuery 1.4 from the google CND, you should be using jQuery 1.7.1.

    Ideally your theme shouldn’t do this and instead use a plugin (there’s one on here that does that and loads the right jQuery file)

    jQuery was the problem! I updated and it works now – Thanks! Right now I have a php function to load jQuery, but you say there’s a plugin I can install that will do this? Does it always load the most up to date jQuery?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Apparently so. Definitely a better bet than your theme doing it, that’s for sure!

    This looks promising, updated regularly, sound readme, popular – http://wordpress.org/extend/plugins/use-google-libraries/

    Thanks! I’ll have to give that a try.

    Flankerator, thank you so much!!

    Your “change datatype on line 7 from ‘jsonp’ to ‘json'” solved my backache of last few months. There was no feedback to users on sign up, now there is.

    There are just empty em booking form response error messages, neither I’m using the up to date jQuery (v1.8.3) or do the change datatype on line 7 from ‘jsonp’ to ‘json’.
    site
    Any ideas or hints?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    @anderenbenutzer please create a new topic, this is old and resolved

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Events Manager] Booking Feedback messages issue’ is closed to new replies.