Tim Vergara
Forum Replies Created
-
Hello,
Currently the Feature request for Waiting List have been accepted. However, There is no exact date on when will it be released.
Hello,
Currently there is no option for an Auto Delete of past events. This might be possible if you install 3rd party plugins that can auto delete posts on certain range.
The Dev team have plans on adding the said future but there is exact date on when it will be available.
Hello,
For group of people, You might want to check the Attendee List. (
https://wp-events-plugin.com/documentation/custom-booking-forms/
https://wp-events-plugin.com/documentation/how-to-add-an-attendee-form/)Attendee List/Form lets you specify the Name of each attendee per Ticket. (ie: You purchased 5 Tickets, It will let you specify the names of attendee per ticket. At same time it will let add some fields required by each attendee)
Attendee List is for Pro version.
- This reply was modified 7 years, 8 months ago by Tim Vergara.
Hello,
It might be possible by Custom Coding and you might need to create a custom placeholder for it. You could try and find the code of the iCal placeholder and modify it to create a new custom placeholder.
Here is a link for a tutorial on how to create one: https://wp-events-plugin.com/tutorials/create-a-custom-placeholder-for-event-formatting/
Hello,
You could try using:
$TempEvent = EM_Events::get( array( 'limit' => '20', 'scope' => 'past' ));Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Hooks and FiltersHello,
Sorry but, Currently there is no list of hooks and filters available. You could check the file structure and filenames of events-manager, It named nicely to what the file does and you could find phrases for what hook you’re looking for.
You could also try checking https://pastebin.com/u/eventsmanager It contains some most used snippets for Events Manager.
Hello,
You could create those events using Recurring events. Events > Recurring Events
Hello,
You could try wrapping the placeholder you mentioned to a shortcode and add the post_id of the said event (Please do note that Event ID and Post ID is different, If you have event id you could try changing the attribute to event_id). ie:
[event post_id="123"]#_EVENTNAME at #_EVENTDATE[/event]Hello,
If you have a User with Editor Role, They should be able to Edit the Events. Further more you could Set the Role Capabilities under Events > Settings > User Capabilities.
Hello,
Currently #_ATT only supports select and input field. You might need to do some custom coding for it to achieve. Another approach is to just use ACF (Advanced Custom Fields)
Hello,
Did you Enabled any Payment Gateways? Did you made sure that Registration is Enabled on the specific event?
Hello,
From what version of EM you have updated on? is it a version that is several updates behind and you updated to latest?8
Do you have a backup that you could restore on? There is a filter also when viewing events. By Default it is only set to show upcoming events. Have you also tried making a new event and does it show?
Could you perhaps try and disable other plugins also and check it still happening.
If you have a premium license, You could submit an official ticket on EM Site and Support could help you resolve it faster.
Hello,
I tried checking the link that you sent, Seems like the events are showing properly though? Did you perhaps already fixed the issue?
The reason it was forced as uppercase is probably because you’re theme have a CSS that forces the text field to be on uppercase.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Stripe PaymentsHello,
Sorry but, Currently there is no Stripe available on PRO.
Available Gateways are: Authorized, PayPal and Offline Payments