Hello,
Thank you for your great suggestion, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.
Replies for tickets on suppota
Hello,
Thank you for your great suggestion, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.
Perfect! Please monitor this more and let us know.
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!
Hello Support Team,
We have tried several times to add the exclusions in the WP Rocket panel, but our installation does not accept either parameters with ? or strings like evo-ajax in the “Never cache URL(s)” field. Each time we save, the plugin automatically removes those lines.
For this reason, we have applied the exclusion through a snippet in the functions.php file of our child theme, using this code:
// Exclude EventON AJAX requests from WP Rocket cache
add_filter( 'rocket_cache_query_strings', function( $query_strings ) {
$query_strings[] = 'evo-ajax';
return $query_strings;
});
This way, any URL containing the evo-ajax parameter is excluded from WP Rocket’s cache.
So far, with this configuration the calendar is working correctly, although we will continue monitoring the behavior and will keep you updated in case the problem reoccurs.
Thank you very much for your help and follow-up.
Best regards,
Ana
Hi, any update(s) on this? I haven’t heard anything back in awhile. Thanks
Out of what you described, only “View Attendees (complete list of attendees for this event)” is available in Action User Event Manager. The rest can only be done through wp-admin.
Hello,
Here’s repeating event I created based on Prince of Egypt:
https://flickingercenter.com/wp-admin/post.php?post=4667&action=edit
Repeating events guide:
https://docs.myeventon.com/documentations/setting-up-repeating-events/
Now what you need to do is to add this to your shortcode to show only one repeat at a time:
hide_mult_occur=”yes”
Please check and let me know.
Hello,
Color options can be found in EventON > Appearance. When all changes has been made, if you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header.
There is no guide that covers all CSS classes, unfortunately.
I believe that if you go to EventON > Appearance > EventTop Styles > set Configure text color for colorful & Image eventtops to Auto detect white or black text color for eventtop text based on background, then it should find the correct color for each EventTop text.
Could you try and let me know?
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header). You can also add this code to wp-admin > Appearance > Customize > Additional CSS.
button.cal_head_btn.evo-sort-btn { display: none !important; }
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!