Hi Eran,
Thanks a lot for your help. It wasn’t in the file you told me, but you gave me the key to solve it. This is the solution:
– You have to edit: widget-upcoming.php which is in: /wp-content/plugins/ajax-event-calendar/inc
In lines 70 (in bold, I just copied more code in order to help to identify the line affected), you have to change the code you have for this one:
// link to event
$class = ($whitelabel) ? ” : ‘ cat’ . $event->category_id;
//$out .= ‘<li class=”fc-event round5’ . $class . ‘” onClick=”jQuery.aecDialog({\’id\’:’ . $event->id . ‘});”>’;
$out .= ‘<li class=”fc-event round5’ . $class . ‘”>’;
Please, note that if you delete the whole line 70, you will lose all the style for the links. Basically, just delete the part which says: onClick….
Hope this helps :).
Close this as resolved. Thanks!