Hello,
You will need action user addon for the feature.
https://www.myeventon.com/addons/action-user/
Let us know if you need help with anything else.
Thank You
Replies for tickets on suppota
Hello,
You will need action user addon for the feature.
https://www.myeventon.com/addons/action-user/
Let us know if you need help with anything else.
Thank You
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.
Nevermind, i realized i was doing just wrong by not placing the correct end date, even if i didnt want it to be displayed in my website for short lasting events, what ireally want is to only show the end date/time of events that lasts more than 24 hours.
Regards
Hi Ashish, apologies for the delay. Our agency is telling us not to update the plug-in. I’m following up with them urgently to try and get this solved.
Also, would you know how I would be able to retrieve the invoice for this work?
thanks so mutch
$taxonomy = ‘event_type’;
$p_id= get_the_ID();
$event_terms = wp_get_post_terms($p_id, $taxonomy);
$event_location_term = $event_terms[0];
$location_name =$event_location_term->name;
if ( $event_terms && ! is_wp_error( $event_terms ) ){
$event_location_term = $event_terms[0];
$location_name =$event_location_term->name;
echo $location_name;
}
dont need customisation support 😉
good luck
I’ll let you know when I create a new event.
Let me clarify the announcement: Filters seem to work but have no effect. All events are displayed for any filter.
I will leave a review.
I have another question. Now I was trying to have the overview color changed from the event type color. But it keeps overriding the colors of the event type.
And.. Every time when I click on more events, it keeps reloading all the events from the top.
Happy we got it short out!
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
Hey Adam,
Thank you for your message.
I clicked around the elements and the filtering was working properly.
What did not worked?