Reply to: tickets(335893)

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.

Reply to: tickets(335982)

Hello,

We’ve released the fixed version. Please re-download the plugin with the same version number from CodeCanyon and update it.

Reply to: tickets(335988)

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(335985)

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(335423)

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; }