Reply to: Cannot edit new events

Hey Basilis

Thanks for getting back to me. So does this mean the issue has not been looked at yet?
Hope you understand my concern. The client has been asking every day if there’s any progress.

 

Cheers
Ward

Reply to: Eventon Front End Manager Customization

Found the bug: In wp-content/plugins/eventon-action-user/includes/class-form.php line 748 is:

 echo "<div class='enterownrow' style='display:". ( $allow_add_new? 'block':'none'). "'>";

It should be:

echo "<div class='enterownrow' style='display:". ( $allow_add_new? 'none':'block'). "'>";

Reply to: Problem with language settings – L2 does not show up

For example, here is a french event with french infos, with L1 settings : http://centrekabir.cms-online.ca/events/slide-guitar/

And here is another english event with L2 settings : http://centrekabir.cms-online.ca/en/events/slide-guitar/

I would like the datas in English for the L2 settings (Time, Month, etc.)