Past events not showing

Home Forums Calendar Products Events Calendar PRO Past events not showing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #934573
    effekt
    Participant

    Hello,

    i have a few problems with the events calendar. The past events are not showing up in the calendar. The second issue is, that i want to link the search with the tribe bar always to the list view of the calendar. The third issue is, that the tooltip doesn’t work on the month view.

    #934740
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    I can help troubleshoot this with you.

    Looks like all three issues are related to a javasscript error.

    I went to your site and get this error:

    ReferenceError: $contact is not defined
    http://auerora.it/veranstaltungen/monat/
    Line 1119

    Looks like it is coming from this function:

    $(document).on('click', function(e) {
    if (e.srcElement === $contact[0]) return;
    $preis.find('.jemandem-freude-button').trigger('click');
    });

    Fixing that may solve all these problems.

    Let me know what you find out.

    Thanks

    #935041
    effekt
    Participant

    Thank you for your response. I fixed the error, but the problems are still there.

    Thanks

    #935201
    Brian
    Member

    I took a look at your site and the Navigation Links and the Search is now working for me.

    As for the rest:

    The second issue is, that i want to link the search with the tribe bar always to the list view of the calendar.

    This maybe possible with customization, but it beyond the support we can provide on that.

    You maybe to follow the themer’s guide and remove the tribe bar on everything, but the list view:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    There is a customization breaking the tooltips in month view. Instead of the titles of the Events it shows red triangles in the corner. That is not coming from any of our coding.

    If you are not sure where that is coming from I would look at our testing for conflicts guide to help narrow it down:

    Testing Conflicts With Themes and Other Plugins

    #943637
    Brian
    Member

    Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Past events not showing’ is closed to new replies.