Reply to: tickets(341670)

Hello,

You didn’t put Pass. Could you send us the full login info as a private message?

Users cannot purchase passed events. The option that affects this:

Reply to: tickets(341672)

Hello,

Please take a look at ICS Import add-on:

https://www.myeventon.com/addons/ics-importer/

You can ask them to export events as .ics file and then use the link to it in the add-on.

Try on https://dev.myeventon.com/wp-admin/

Reply to: tickets(341415)

1. Could you update RSVP add-on? To update eventon addons: You can download latest eventon addons from myeventon > my account. Then you can go to your website, deactivate old addon and install new one and activate then delete the old addon. This link will further explain the process. Also you can follow us on twitter to get real-time announcements on updates!

2. RSVP is post_type=evo-rsvp, so please try to use

$args = array(

            ‘post_type’ => ‘evo-rsvp’,

        );

$rsvps = new WP_Query($args);

Reply to: tickets(339607)

There is no such style as mixed. Please use this code:

#evcal_list .eventon_list_event .evoet_cx span.evcal_event_title, .eventon_events_list .evcal_event_subtitle { text-transform: none !important; }

Reply to: tickets(341601)

Please send us wp-admin access to your site as a private message for us to further assist your situation.

Reply to: tickets(341576)

Hello,

Unfortunately, only CodeCanyon has access to your data. Please contact them with the issue.

Please check Edit Event > Sidebar:

Reply to: tickets(341697)

Hello,

1. We are aware of the issue and have already fixed this in the next version that will be available very soon. Do you want me to send you the code, so you can apply it on the current version?

2. Is it working for you on this test event:

https://dev2.myeventon.com/events/summer-camp/

Reply to: tickets(341690)

Hello,

Could you try adding 0.00 as Ticket Price and try to purchase them and them complete the order:

Reply to: tickets(337862)

EventON scripts seems to be working. However there are many JS errors on the page. 

What is the shortcode you are using inside Liste der Ausstellungen? 

Any chance you can give us access to wp-admin to take a closer look?