Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Victor Zarranz

    (@vicskf)

    Hi @vickyweb,

    I’m sorry to hear you’re having that issue.

    Can you please check if you are using a snippet that modifies the search query in any way? Perhaps you’ve added it in your functions.php file or on a custom plugin?

    Some users reported a similar issue when having a snippet similar to the following:

    function custom_search_query( $query ) {
        if ( $query->is_search() && ! is_admin() ) {
            $query->set( 'post_type', array( 'post', 'movies' ) );
        }
    }
    add_action( 'pre_get_posts', 'custom_search_query' );
    Thread Starter vickyweb

    (@vickyweb)

    Hi
    Thanks for getting back to me.

    I have had a look in functions.php and a few other files, but don’t see any custom search query similar to the above. But to make sure, I also swapped the site over to wp default themes Twentytwenty-one and twenty-nineteen, and the calendar is still empty in the front end with both of those themes too.

    So I don’t see it being a problem with my theme necessarily.

    Any other thoughts please?

    Plugin Author Victor Zarranz

    (@vicskf)

    Hi,

    Thanks for testing that out.

    Have you tried disabling all other plugins except The Events Calendar and see if that clears the issue?

    We are not able to reproduce the issue on our end, so the next steps for you would be to test for conflicts by following this guide and see if there is a conflict with another plugin.

    Thread Starter vickyweb

    (@vickyweb)

    Hi

    It would appear it is the ‘Search Everything’ plugin that it doesn’t like. The calendar loads fine with that plugin disabled.

    Hopefully my client can do without it, or I might try an alternative.

    Thank you.

    Plugin Author Victor Zarranz

    (@vicskf)

    Hi!

    Great catch! Glad to know you could work it out.

    And thanks for letting us know about it. We’ll be doing some improvements in our code that may prevent this conflict from happening in the future.

    I have attached this thread to our internal report about this conflict and we’ll let you know when a potential fix is released for you to try.

    Best,
    Victor

    Internal ref: TEC-4012

    Plugin Support Jaime

    (@jaimemarchwinski)

    Hi @vickyweb

    We just wanted to let you know that a fix has been released for this issue!

    You can read about the release details here: https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-5-8-2/

    Please try updating and let us know if you are experiencing any further issues. As always, we recommend running updates on your staging site before doing so on your live site, just to be on the safe side.

    Thanks again for your patience while we worked on getting this fixed!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Calendar appears to be empty after legacy display upgrade.’ is closed to new replies.