Reply to: tickets(163758)

Hello Carlos,

Here’s theย  part of my PHP code that fetches the term_id for event_type:


do_action( 'et_before_content' );

/*** my code for eventon events for each band ***/
/***echo $titletext;***/

$event_terms = get_terms(
‘event_type’,
array(‘name__like’ => $titletext,
‘orderby’=>’name’,
‘hide_empty’=>true
)
);

if(!empty($event_terms) && !is_wp_error($event_terms)){
foreach($event_terms as $event_term){
// code for each event term

$band=(int)$event_term->term_id;
echo $band;
}
}
/***echo “ “;***/
echo do_shortcode(“[add_eventon event_type = $band ]”);
/***end my code for eventon event for band ***/

the_content();

Hope this helps

Reply to: tickets(161558)

Perfect on all accounts! Thank you SO much for all your support – truly excellent!

You can close this ticket now ๐Ÿ™‚

Reply to: tickets(158087)

Hi support Ashan Perera!!!

This is very very very long for a small date formatting problem. More than a month since the beginning of this ticket.

My client is mad about me. This is not good for both of us.

Reply to: tickets(162819)

Is there any possibility to add a delay time and restock (make seats available) after a certain amount of time? Let’s say 5 minutes?

Reply to: tickets(164864)

I hope he doesn’t take too long.ย  Your secure password us about to expire.

Not a happy customer.

Reply to: tickets(165571)

That worket, thank you ๐Ÿ™‚ but till now it worket without, so i have toย  change it on quite a few pages haha ๐Ÿ˜€

 

Anyways, thank you for the fast reply!