Reply to: tickets(163405)

Hi,

You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.

Reply to: tickets(162819)

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.

Reply to: tickets(158087)

Thanks Basilis Kanonidis but give me a timeframe/date please. I have to give something to my client.

Reply to: tickets(165709)

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.

Reply to: tickets(158087)

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.

Reply to: tickets(163758)

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

Reply to: tickets(163156)

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).