I shouldn’t expect all event fields to be exported…only certain ones?
The gradient color became available not too long ago, so it’s not available yet.
i’ll need to add the following two snippets of code to my functions.php file and change the _field_var_name to whatever the appropriate field name is:
This is correct. You can also use this plugin:
https://wordpress.org/plugins/code-snippets/
We can add this code to your website if you send us wp-admin access.
Hello,
We’ve released the fixed version. Please re-download the plugin with the same version number from CodeCanyon and update it.
Hello,
There is this code that hides the part you are referring to:

Could you comment/remove it?
Hello,
Please re-download the plugin from CodeCanyon and update it.
Ashan,
The same on dev2:
https://dev2.myeventon.com/events/test-106/
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:
https://dev2.myeventon.com/events/test-106/
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.
Hello,
Could you re-download the version from CodeCanyon and update it?
You are still using this code:
.evoslider.cs_lrc .evoslider_nav.prev { left: -70px; } .evoslider.cs_lrc .evoslider_nav.next { right: -50px; }
Please make sure to use:
.evoslider.cs_lrc .evoslider_nav.prev { left: -70px !important; } .evoslider.cs_lrc .evoslider_nav.next { right: -50px !important; }