My event submission form is no longer working... The date picker has disappeared, but the form won't let the submission through without the date. The only thing that changed is I'm using a new theme, I'm not sure when the form stopped working though.
Any ideas? Here's the form: http://worldoceansday.org/wordpress/?page_id=89
http://wordpress.org/extend/plugins/events-manager/
you have some sort of JS error on your site (not EM related, maybe another plugin/theme?)
Thanks for the reply... I'm pretty inexperienced with Javascript. How do you know there is an error? I'm using the FireFox Error Console and don't see anything. Any advice you could give me, to point me in the right direction, would be super helpful.
in Google Chrome for example, if you check by prefssing shift+ctrl+j and viewing the console there, I see this:
Uncaught TypeError: Object #<Object> has no method 'prettyPhoto'
I actually fixed it by inserting <?php wp_footer() ?> before
</body>
</html>
in my footer.php . I'm not sure why this worked (it also fixed the bug where my Admin Bar at the top to be blank when logged in and viewing my pages), but hopefully it can help someone else too.
this is important, every wp theme should do this or you'll probably run into problems with other plugins at some point too.