• Hello, I become with this plugin an error message:
    alendarDate = $(‘#event-list-cal table’).attr(‘id’).split(‘-‘),
    Unable to get property ‘split’ of undefined or null reference

    And I have also a text widget on my site with the sortcoee [upcoming-events num_events=”3″]. These shortcode and the shortcode without max_events displays the next event, which is a yearly event. It will been displayed three times with the year 2015, 2016 and 2017. But after this event, there are many other yeraly events, which are not displayed.

    How can I fix these problems?
    Thanks, Chriss

    https://www.ads-software.com/plugins/event-list-calendar/

Viewing 1 replies (of 1 total)
  • I couldn’t see event-list-cal as an ID, but as a class so I changed

    $('#event-list-cal table').attr('id').split('-')

    to

    $('table.event-list-cal').attr('id').split('-')

    which works for me.

Viewing 1 replies (of 1 total)
  • The topic ‘Error with tofay.js / Problem with upcoming events’ is closed to new replies.