Thread Starter
BRC60
(@brc60)
Thank you! I had to make sure it ran after the plugin JavaScript by putting it after the wp_footer() wrapped like this:
$(document).ready(function(){
jQuery("html").prop("onclick", null).off("click");
});
Thread Starter
BRC60
(@brc60)
There is now a 6.4.9 version out, but I’m hesitant to install it until they confirm what exactly it does.
I “fixed” this issue by rolling back to 6.4.5 and restoring the mec_dates table to a version before 6.4.7. I then had to fix some of the shortcodes and set up the categories for them to include.
But obviously we need to be able to get back to the updated version without messing all the events up again…
Thread Starter
BRC60
(@brc60)
It seems to work in the limited testing I’ve done. Thanks for including this functionality!