Yes, the plugin is up to date
Shortcode
[add_eventon_fc grid_ux=”0″ nexttogrid=”yes” ux_val=”4″ load_fullmonth=”no” hover=”number” ehover=”def”]
Archives: Replies
Replies for tickets on suppota
Reply to: tickets(398028)
I thought you are the developer and can help me as a paying customer…
Reply to: tickets(398693)
Reply to: tickets(398661)
Hi Artem,
Thank you for your quick feedback.
I’m just wondering… How are people supposed to know where the event takes place if the confirmation mail doesn’t provide the address of the location?
Reply to: tickets(398636)
Here I need to show tomorrow’s date instead of today’s. For example if it 1st of Nov today then when the person click on repeating event instead of showing him 1st of Nov with no booking slots, it should show 2nd Nov by default. So all the bookings that are available will show on the calender in one click
Reply to: tickets(398631)
Licensee: Micky Mourelo – Item Purchase Code: 5a5797f2-f69c-4453-ad39-329256e752d4
I don’t need help, thank you. I just thought you should know; the admin form let’s you use sort_by=”sort_posted” in a shortcode but it does not work.
So I checked the code (v. 5.0.2) and saw that evo_cal_shell class has this switch:
switch($ecv['sort_by']){
case has_action("eventon_event_sorting_{$ecv['sort_by']}"):
do_action("eventon_event_sorting_{$ecv['sort_by']}", $events_array);
break;
case 'sort_date':
usort($events_array, 'cmp_esort_enddate' );
usort($events_array, 'cmp_esort_startdate' );
break;case 'sort_title':
usort($events_array, 'cmp_esort_title' );
break; case 'sort_color':
usort($events_array, 'cmp_esort_color' );
break;
case 'sort_rand':
shuffle($events_array);
break;
}
That does not have a case for sort_posted, that’s why it is not ordering by most recent event added.
I thought you would like to fix that.
Thanks anyway :o)
Reply to: tickets(398252)
I just checked and even though we updated all the plugins the website is still producing the error.
Reply to: tickets(398574)
The link provided in access info should get you in. Let me know if you have any issues.
Reply to: tickets(396322)
We’ve updated EventON to 5.0.2 on CodeCanyon. So please update.
To update eventon to latest version: If you are unable to do autoupdate, you can go to codecanyon your account > download and get the latest eventon version as zip file. Then you can go to your website > make sure “Delete eventon settings & data when EventON is uninstalled” is Deslected from eventon settings, delete old eventon, install new one and activate. This link will further explain the process it. Also you can follow us on twitter to get real-time announcements on updates!
Reply to: tickets(398661)
Hello,
Thank you for your great suggestion, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.


