Archived topic
The "date picker" fo an events plugin isn't working. They say its jquery prob
1 reply · Started by Michelle on September 4, 2019
The date picker for Events Manager plugin isn't working. They say it's the theme's handling of the jquery.js library that's the problem. Here's what they say at http://wp-events-plugin.com/documentation/troubleshooting/
"My DatePicker isn’t working, so I can’t enter or edit events?!
In most cases where this happens, it is a result of your theme not using the internal WordPress jQuery libraries, resulting in an error when we try to use them. Your theme should be using the same version of jQuery as WordPress. Read Marcus’ post about themes overriding the default jQuery libraries for more information on fixing your theme. http://msyk.es/blog/prevent-jquery-wordpress-theme/"
Is there any hope, or do I have to just do trial and error with a number of event plugins to find one that works?
Hi there,
I would disagree with that. GP doesn't use jQuery so it doesn't load it.
When a plugin requires jQuery to work, it should be its responsibility to load it.
You can load it manually by using this PHP snippet David provided here:
https://generatepress.com/forums/topic/loading-circle-going-round/#post-939319
Let me know if this helps :)