• Resolved mluzvdb

    (@mluzvdb)


    Long-lasting events with a start date before or an end date after the date range selection do not show in event listing.

    When I use the shortcode with a daterange set to, for example, this week, and an event has a start date before the current daterange start date. And the event has an end date after the current daterange end date, it will not show in the event listing.

    This is unexpected because the event is happening within the selected daterange.

    When I update the plugin the problem gets worse. Then all long-lasting events will disappear from the event listings. I have not been able to update the event manager for a long time because of this bug. The last working version is 3.1.33.

    Please take a look at these problems with long-lasting events.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rita Kikani

    (@kikanirita)

    Hi @mluzvdb,

    Yes, we update code because of some reason of code quality, but you can write again that same date filter query code by using filter apply_filters(‘get_event_listings_query_args’, $query_args, $args);

    If you still have query then please continue in this thread, we will help you to resolve your issue.

    Thank you.

    Thread Starter mluzvdb

    (@mluzvdb)

    Thank you for your quick reply. I do not fully understand what you mean I should do? Can you give a more detailed explanation?

    Plugin Author Rita Kikani

    (@kikanirita)

    Hi mluzvdb,

    We would like you to inform that, we remove some code from our date-filter as they bother/disturb the speed of data retrieve from database. But, we provided filter so if any one wants to go with that code then they can easily use that filter and add that previous or new query arguments while filter the events.

    This is the filter, which you can use at your theme side to change query argument, you can ask your developer that how you can use this.

    apply_filters(‘get_event_listings_query_args’, $query_args, $args);

    If you still have query then please continue in this thread, we will help you and guide you.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Long lasting events do not show with daterange selection’ is closed to new replies.