RhysMcW
Forum Replies Created
-
While I very much appreciate the fact that I’m running the free version of Events Manager, and have no need for anything more, this forum seems to be our only means of reporting issues to the developer.
It has now been a month since I created this topic and there has not been a response here nor an updated version released, and I’m clearly not the only one experiencing this issue.Excellent, thank you for the updated release
I can confirm updating to 7.0.2 has sorted out the start/end ticket times being adhered to again.I have deactivated the event manage I was testing and reactivated the “Event Manager” plugin.
The date picker is “broken” again on the test page, the mu-plugin is still there with the workaround but it is not working…Hi
yes it is still an issue, the only reason the date picker is currently working is because I have The Event Manager plugin disabled.
I have it disabled as I’ve been trying to find a replacement event manager type plug to use for the site. Another site I manage will not be as easy to replace The Event Manger plugin so I’m unfortunately looking at an alternative forms plugin for that site. If the workaround worked then I could keep using Forminator on the other site as we only have one form that changes only once a year…
I can re-enable The Event Manager plugin on my test site if wanted, to check again…any chance of this being looked at again? I’d like to be updating the plugin but cannot due to the issue at hand…
okay, so I created the mu-plugin directory on my test server and created a .php file with the following contents
<?php /** * Plugin Name: Forminator tournament registration fix #1 * Description: fix date picker and captcha functions in registration form * Author: Rhys McWilliams */ add_filter( 'em_public_script_deps', 'wpmudev_fix_event_js_conflict', 10, 1 ); function wpmudev_fix_event_js_conflict( $script_deps ) { if ( is_page( 'bellville-sunrise-tournament-2022-registration' ) ) { // Please use your page slug. unset( $script_deps['jquery-ui-datepicker'] ); } return $script_deps; }bellville-sunrise-tournament-2022-registration being the post slug
I can see the plugin listed in the Must-Use tab in plugins now and I can see that code in the relevant page source, indicating it is loading, but it has not made any difference, the date picker still does not work.
When I view the page source, I’m using Firefox, and hover over the relevant code there is a message ‘Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML)’.Do I perhaps need to change something or do something differently?
Hi
Thank you for the reply.
Sorry, I’ve been traveling for an event…
Yes, we are using Event Manager, using the two for our archery tournaments, Event Manager to list the events and Forminator for the event registrations.
When you mention “install it as a mu-plugin”, would that be for the Forminator plugin?
Where would I place the code mentioned?
I would need to do this for each form we use then, basically every event registration.
Are there any plans to add a permanent fix/work around to the plugin?Forum: Plugins
In reply to: [Themify Popup] Update to 1.2.1 breaks wp-adminTwo of my sites did the auto update overnight, just re-activated the plugin, fontend and backend work fine for me.
Thank you for the quick turnaround on a fix.Forum: Plugins
In reply to: [Themify Popup] Update to 1.2.1 breaks wp-admin@gabrielebonini99
I still have a site running 1.2.0 and have zipped up the plugin directory.
You can download it here – zip file and tar-gzip
https://www.castlehill.co.za/downloads/index.php?folder=themify-popup
As far as I’m aware you should be able to replace your current directory with the contents of the compress file I’ve made of my directory…Forum: Plugins
In reply to: [Themify Popup] Update to 1.2.1 breaks wp-admingot the same issues after update to 1.2.1 – had auto update set for the plugin and discovered this morning I could no longer get to the back-end of the sites that ran the update.
Two of my sites using the plugin reported the error to me via email and offered a link for recovery mode so I could disable the plugin, another site just hung on the wp-admin page so had to disable the plugins via the database…Here is what WP sent via email about the plugin issue
Error Details ============= An error of type E_ERROR was caused in line 438 of the file /path/to/documentroot/public_html/wp-content/plugins/themify-popup/includes/themify-metabox/includes/themify-metabox-core.php. Error message: Uncaught Error: Call to undefined function themify_enque() in /path/to/documentroot/public_html/wp-content/plugins/themify-popup/includes/themify-metabox/includes/themify-metabox-core.php:438 Stack trace: #0 /path/to/documentroot/public_html/wp-includes/class-wp-hook.php(287): Themify_Metabox->admin_enqueue_scripts('plugins.php') #1 /path/to/documentroot/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #2 /path/to/documentroot/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 /path/to/documentroot/public_html/wp-admin/admin-header.php(102): do_action('admin_enqueue_s...', 'plugins.php') #4 /path/to/documentroot/public_html/wp-admin/plugins.php(603): require_once('/var/www/html/c...') #5 {main} thrownLine 438 in themify-metabox-core.php does indeed try call themify_enque as well as the six lines following it too.
Did a search for that function within the entire WP directory and the only reference to that is in those lines in themify-metabox-core.php, so the function is completely missing from the plugin…
Interesting that it only affects the the back-end, the front end still works fine, including the popups…Hopefully an update will be released quickly to address this…