joneiseman
Forum Replies Created
-
I found a fix for this that you can put into 7.2.3 code as a stopgap measure until the developer provides a new version of the plugin. Change line 663 of wp-content/plugins/events-manager/classes/em-bookings.php from this:
if ( preg_match('/[^0-9,]/', $status) ) {To this:
if ( preg_match('/[0-9,]/', $status) ) {To fix this problem go into Event > Settings then in the Formatting tab select the Calendar section then change the “Month Format” from “M Y” to “F Y”.
- This reply was modified 3 weeks, 2 days ago by joneiseman.
- This reply was modified 3 weeks, 2 days ago by joneiseman.
Looks like the Edit link is coming from the Twenty Seventeen theme (not from the Events Manager plugin).
Go into Events > Settings then select the Pages tab then select the “Event List/Archive” section then make sure that “Are current events past events?” is set to No and then click on the Save Changes button.
When you display the events in the admin panel the default is to show Future events. You can select “All events” from the pulldown and then click on the Filter button to see all events. Also see the following thread: https://wordpress.org/support/topic/show-all-events-in-admin/
No, that won’t help.
I see this problem was fixed in EM version 7.2.2.3. You can download this version from here: https://wordpress.org/plugins/events-manager/advanced/
Then scroll down to the bottom and click on the Download button to download the development version.
Hi @mg2005
Do you have EM_GUTENBERG set to true in your wp-config.php. If so, this is a known problem that the recurrence details don’t show up when editing an event with the block editor enabled.
Hi @ogelbrich ,
I created a plugin to add OSM support so you don’t need to modify the Events Manager plugin code. You can find the plugin here: https://github.com/jeiseman/events-manager-osm/tree/main/wp-content/plugins/events-manager-osm
You can find the zip file for the plugin here: https://github.com/jeiseman/events-manager-osm/blob/main/events-manager-osm.zip
After you install the plugin, OSM will be added to the list of Google Map Types in the pulldown.
Yes, that’s correct
It seems to be showing the January 31, 2026 in the full calendar now. Did you change something to get it to work?
The free version of Events Manager does not support payment gateways.
Hi @lambert49
I would wait for @msykes to release a fix for this.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] color for categoryLooks like this is going to be fixed. See the following thread: https://wordpress.org/support/topic/colors-of-categories-not-working/
- This reply was modified 1 month, 2 weeks ago by joneiseman.
- This reply was modified 1 month, 2 weeks ago by joneiseman.
I missed one file that was changed: classes/em-scripts-and-styles.php