Reply to: tickets(361761)

We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.

If you have a moment, we would greatly appreciate if you could kindly leave us a review at Codecanyon. By going to your account > Downloads. We are very grateful for your kind review!

Reply to: tickets(361816)

see video

its fixed

I suggest clearing your browser cach as well

We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.

If you have a moment, we would greatly appreciate if you could kindly leave us a review at Codecanyon. By going to your account > Downloads. We are very grateful for your kind review!

Reply to: tickets(361736)

Hello,

Yes, it is.

The last invoice of USD 40.00 has been payed on May 13th, 2014 (yearly view single site licence).

Invoice number 40132

Reply to: tickets(361817)

Is it possible to reformat the urls of the recurring events instances?

This added to the url: var/ri-1.l-L1/

Looks a bit weird

Reply to: tickets(361816)

Thanks for your reply, but nothing happens when I click on open Designer and save; no error in the console either.

Reply to: tickets(361817)

Hey, I found it:

<?php
// Verkrijg de evenement-ID
$event_id = get_the_ID();

// Verkrijg de termen voor de taxonomie ‘event_location’
$event_terms = wp_get_post_terms($event_id, ‘event_location’);

if ($event_terms && !is_wp_error($event_terms)) {
$event_location_term = $event_terms[0]; // Verkrijg de eerste locatie-term
$location_name = $event_location_term->name;
} else {
$location_name = ‘Niet beschikbaar’;
}

// Toon alleen de locatie naam
echo $location_name;
?>

Reply to: tickets(361817)

Hello, the reapeat dates are working now.

I am now struggling to get the location and adress fields. What meta key can I use for that?

I can’t find the location and address in the post meta.