Hello!
I maintain the Event Calendar Newsletter plugin, which integrates with Event Espresso. Since version 5 it looks like the following code now only fetches one event:
$args = apply_filters( 'ecn_fetch_events_args-' . $this->get_identifier(), [
'limit' => -1,
'post_status' => 'publish',
'show_expired' => false,
'month' => null,
'category_slug' => null,
'order_by' => 'start_date',
'sort' => 'ASC',
], $start_date, $end_date, $data );
$events_query = new \EventEspresso\core\domain\services\wp_queries\EventListQuery( $args );
$events = $events_query->have_posts() ? $events_query->posts : [];
wp_reset_query();
wp_reset_postdata();
EED_Events_Archive::remove_all_events_archive_filters();
unset( $events_query );
$post_ids = [];
foreach ( $events as $post ) {
$event = $post->EE_Event;
// ... code to fetch event details, date/time, etc
}
The args can include extra data to filter by categories or tags, or fetch only the first date/time if there are multiple for an event. It was the only way I was able to find to fetch the events previously, but this way does mean fetching and looping through all events which isn’t too efficient.
Is there a recommended way to query events in v5?
Thanks!
P.S. The plugin title appears to still be “Event Espresso 4 Decaf” in espresso.php
After upgrading from EE 4.10.46 to 5.0.24, trying to set a venue for an event is producing “error updating event”.
In the console, I see a 404 for:
https://DOMAIN/virtualclinic/graphql
The WordPress installation sits in a “virtualclinic” subfolder (as can be seen in the url) – I’m wondering if the link to graphql is hardcoded into the EE plugin and so it’s not looking in the subfolder that it should be.
Reverting to EE 4.10.46 (and its older UI with the Venue on the right side instead of in the main body) allows for updating the event as per usual.
I’ve tried switching to the WordPress 2024 theme and deactivating ALL other plugins, and I still get the same error. I’ve then also tried php 7.4, 8.2, 8.3 and 8.4 – all produce the same error.
What’s going on? Is it being in a subfolder that’s causing the issue?
]]>Can this program be used for ticket reservations only with no payment required to reserve the tickets?
]]>When accessing payment methods settings, I get a blank page, not able to input anything.
]]>Hello!
Sometimes I add registrants manually that pay for their ticket outside of the website. When I add them, I add a discount code to void the ticket price. After this, I do set them to approved.
When doing this though, a pending payment email is sent out to the person before I hit approved. Any way to avoid this from happening?
Thank you.
Hello! Is it possible to export message activity?
Thank you,
Anna
The following archive page has been flagged by Google as Soft 404. Please assist me with this issue.
]]>Hi team,
I’ve just downloaded the free version of this plugin and am trying to make it fit my client’s requirements but am struggling.
My client has 6 events they are planning. They want to offer an option to customers to buy all 6 or just 3 of them.
I set up 2 events in the plugin, 1 for the 3 session package and 1 for the 6. These would require payment upon registration.
I then created 6 events with free tickets and loaded these onto a password-protected page where access could be emailed to the customers upon registration.
My issue is that I want to be able to only allow the people who have bought the 3 session package to register to only 3 of the events.
I also need to auto-register the people who have bought the 6 session package to all of the events.
Is there any way to do this with the plugin?
Many thanks!
]]>Hi,
Where can I find a demo of this plugin?
]]>Does this plugin supports Internationalized Domain Names (IDNs) and Emails.
Example email ID : 测试5@普遍接受-测试.世界
Example domain name : 普遍接受-测试.世界
Any information on that would be greatly appreciated. Thank you.
]]>All my events and venues do not show on my site
]]>Hello
I have updated my website with the PHP version 7.3.2 but the Event Espresso notice still shows like below
Event Espresso recommends PHP version 5.6.32 or greater for optimal performance. You are currently running version 5.6.30.
In order to update your version of PHP, you will need to contact your current hosting provider.
For information on stable PHP versions, please go to https://php.net/downloads.php.
so why it’s noticing shows that I need to update my PHP version?
I have also checked my PHP version with the phpinfo it also shows PHP 7.3.2.
Thank you.
]]>Hello,
There seems to be a plugin conflict between Event Espresso and Wishlist Member. If they’re both activated at the same time, nothing functions on the add/edit event page, not even the Screen Options menu at the top. I can’t add tags or categories, etc.
When I check the console, there are a few errors that are only present when both plugins are activated:
Uncaught TypeError: jQuery(...).wlmselect2 is not a function
<anonymous> [site url]/wp-admin/admin.php?page=espresso_events&action=edit&post=294&edit_nonce=753654f9a7&return=editpost:1852
Uncaught TypeError: s is undefined
<anonymous> [site url]/wp-includes/js/wp-auth-check.min.js?ver=5.5:2
xhr [site url]/wp-includes/js/heartbeat.min.js?ver=5.5:2
Seems like a jQuery conflict?
Any help you can provide would be excellent. Thanks!
]]>Hi!
Is there any way I cant get de current selected ticket event ID on the ckeckout page?
I need to difference somehow one event from another on the checkout page.
Thank you!
]]>I cannot change the default location country. it only allows to select Canada!
]]>HI,
After i have activated this plugin, the product page column which display the products has shifted to the left.
Please advise, many thanks.
]]>we are using this to provide tickets for free lunches for the needy, to be served each Sunday in the park this summer. so i am thinking to use the recurring events add-on, since it will be the same event for 10 weeks. but each event will have 50 more tickets than the preceding week, so am wondering if the recurring events add-on supports this.
]]>We are setting up a weekly event to provide free lunches for the needy. since we need to know how many to prepare, we will ask people to go to our website and request a free ticket. will this plugin work for free ticketing?
thanks
]]>We do quarterly updates on our site. The last two updates of WP and the EE plugin have initiated a resend of email notifications. So all event registrations from the past were resent. Any ideas on this, if this cant be resolved the client wishes to find another event system. Due to the annoyance of every single event registration email being resent on updates.
]]>How can I hide the Number of Tickets Sold but still sell tickets to an event?
]]>I want to be able to disable Ticketing/Registration for 1 Event as the location of the event will be handling Ticketing/Registration.
]]>JS and CSS are not found when checking console in admin side and front-end. As you cann see in this link (frontend): https://actionacademy.co/cwci/events/california-workers-compensation-institute-55th-annual-meeting/ and try to check console, you can see JS and CSS are not found.
please help. thanks
Please provide the CSS to remove the details area from being visible to visitors.
Details
Sale Dates
– The dates when this option is available for purchase.
Goes On Sale: 06/27/2019 3:45 PM
Sales End: 12/17/2019 11:55 PM
Howdy! Today we’ve released a new version of Event Espresso 4 decaf, and some of the fixes & improvements include:
Thank you for using Event Espresso 4. Enjoy!
]]>Following the WordPress update to 5.2 with the classic editor enabled (and Gutenberg disabled), Event Espresso 4.9.80.decaf seems to be triggering unnecessary calls to approx. 31 javascripts (in the /dist/ folder) and a similar number of CSS files.
Turning off Event Espresso Decaf completely fixes the issue.
Is there an option to disable any block-related .js and .css (i.e. Gutenberg related) in Event Espresso Decaf?
]]>Hi.
I want to build page like this one:
https://zapisy.inessport.pl/
Is possible to have all this options using your plugin + addons?
Best regards,
BK
1. Can I change it so you enter all the personal information and how many tickets you want – and then after that you can click on the register button?
2. I don’t want to send all this ticket info to people who register. They should just get a “Thank you for register” message and that’s all. But how do i do that?
3. Is it possible to send the registered people info to other people, or give them a weekly overview of how many people are registered without they have to log in to the admin area?
]]>Hi, I have set up the event, but when I try to register with tickets, nothing happens. I also don’t get the option to write name and email adresses.
Another thing: How can I change the currency to my country? My events are for free, but the dollar sign still shows.
]]>Hi there,
After updating to version 4.9.78, users for events that occurred in the past appear to have been re-sent their registration emails.
What would the reason for that be and how can I prevent this during future updates?
Thanks
]]>In my case, I get the following: “There are 1738 inputs and the maximum amount currently allowed by your server is 1500”.
However, both phpinfo() and your built-in maintenance page show this limit is set to 3,000 — yet it is not being honored. Can you please provide assistance?
]]>