Reply to: tickets(118367)

Hello,

Please go to wp-admin > Events > copy View link. You can use this link to access this specific event.

Reply to: tickets(118231)

Thank you again for your reply. I’ve purchased a wrong addons, is possible to refund for RSVP Invitee Manager Order #53461

Thank you

Reply to: tickets(118364)

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.

Reply to: tickets(118311)

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.

Reply to: tickets(118299)

Hello,

Please enable WooCommerce > Settings > Accounts & Privacy > Guest checkout > Allow customers to place orders without an account.

Reply to: tickets(118130)

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.