Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bienpi

    (@bienpi)

    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!

    Thread Starter bienpi

    (@bienpi)

    Hi Eran,

    Thanks for your reply. Yep, I was having a look into the plugin files but I can’t find which one is it…do you know in which file can I find this function?

    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)