I will also close this ticket – you can continue the request there.
Thank you
Replies for tickets on suppota
I will also close this ticket – you can continue the request there.
Thank you
Hi,
You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.
Hello,
This does not exist as a feature right now.
You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.
Thanks Basilis Kanonidis but give me a timeframe/date please. I have to give something to my client.
Hey Eric,
Thank you for your message, unfortunately this functionality does not exist.
You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.
Hi,
I am sorry to hear this and we understand it.
We have worked over a fix and we will be able to implement it, but we do need time when we release updates as we make sure that we take care of everything, we do not lose something and we do not do mistakes.
We appreciate the patience while we work over those fixes.
Hi!
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 Luis,
It would be really helpful to share it for example through a service like pastebin.com so it can be shown properly.
Thank you very much
More over info about single event translation. i can set L1 and L2 respectivelly for italian event and english event but on the frontend eglish event (L2) si always in L1 (italian). I try to force this with your trick:
include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );
if ( function_exists(‘icl_object_id’) && is_plugin_active( ‘eventON/eventon.php’ ) ) {
if(ICL_LANGUAGE_CODE==’en’):
evo_set_global_lang( ‘L2’ );
elseif(ICL_LANGUAGE_CODE==’it’):
evo_set_global_lang( ‘L1’ );
endif;
}
but nothing (i try both single-ajde_events.php and content-single-event.php).