Reply to: tickets(163924)

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

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

Reply to: tickets(161461)

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?

Reply to: tickets(162774)

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

Reply to: tickets(163829)

Let me clarify the announcement: Filters seem to work but have no effect. All events are displayed for any filter.

Reply to: tickets(163186)

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.

Reply to: tickets(162422)

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!

Reply to: tickets(163829)

Hey Adam,

Thank you for your message.

I clicked around the elements and the filtering was working properly.

What did not worked?