Reply to: API and favorite addon

Hi Allan,

The main eventon plugin is sold exclusively on https://codecanyon.net

The addons are available on our official site here: https://www.myeventon.com/addons/

I am not sure if you are looking for program API or the API addon we have here: https://www.myeventon.com/addons/event-api/

However, we do have a wishlist addon, which you could use as a favorite program.

If you want to check the addons live to make sure they are what you are looking for, please test them live on our demo site below.

dev.myeventon.com/wp-admin

Let us know if you need help with anything else.

Thank You

Reply to: Cannot edit new events

Hey Basilis

Thanks for getting back to me. So does this mean the issue has not been looked at yet?
Hope you understand my concern. The client has been asking every day if there’s any progress.

 

Cheers
Ward

Reply to: Eventon Front End Manager Customization

Found the bug: In wp-content/plugins/eventon-action-user/includes/class-form.php line 748 is:

 echo "<div class='enterownrow' style='display:". ( $allow_add_new? 'block':'none'). "'>";

It should be:

echo "<div class='enterownrow' style='display:". ( $allow_add_new? 'none':'block'). "'>";