Hello,
Please go to wp-admin > Events > copy View link. You can use this link to access this specific event.
Replies for tickets on suppota
Thank you again for your reply. I’ve purchased a wrong addons, is possible to refund for RSVP Invitee Manager Order #53461
Thank you
Hello,
Thank you for your messages, I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer! Also please disable any IP blocking on your site if there are any.
Ashan,
The same on dev2: http://dev2.myeventon.com/15960-2/ > April 29 Seats2/ 30 Seats
You can import events with this add-on https://www.myeventon.com/addons/csv-event-importer/. But it won’t import RSVP Invitees, I am afraid.
You need to discuss the price with the developer who’ll take the job.
Hello,
Could you please update EventON to 2.6.17 and Event Slider to 1.0.6?
You need to connect to your server using FTP. Go to plugins folder > RSVP > copy notification_email.php. Go to your current theme folder > create eventon/templates/email/rsvp/ > add notification_email.php previously copied file. Please also check https://docs.myeventon.com/documentations/customize-rsvp-emails/
Hello,
You can use Select Event List Type: Date Range option:
[add_eventon_el el_type="dr" start_range="2019/04/01" end_range="2019/04/15" ]
Try this shortcode on http://dev.myeventon.com/wp-admin/
The problem is that you’ll have to change start_range and end_range every two weeks. You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category so one of our developers can replace “Number of Months” shortcode option:
number_of_months="1"
with “Number of Days”. That way you’ll be able to add 14 days.
If you have only one event per day you can add this option to the shortcode:
event_count="14"
That way calendar will show only 14 events.
Please also check this add-on https://www.myeventon.com/addons/weekly-view/. You can try it on http://dev.myeventon.com/wp-admin/ as well.
Please check my suggestions and let me know.
Hello,
Please enable WooCommerce > Settings > Accounts & Privacy > Guest checkout > Allow customers to place orders without an account.
The only solution is to use this code
.evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span i { overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; }
to make it only one line.