I have try but the design don’t look like the exemple I showed you.
Archives: Replies
Replies for tickets on suppota
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(163405)
@Ashan I understand. Could we just make this via another custom job? We’ll pay of course.
Reply to: tickets(160888)
Hey Robin,
I found a solution. I will be done max by tomorrow the earliest.
Reply to: tickets(165437)
It works fine!
Thank you Artem!
G
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!