Venue filter shows incomplete list of venues

Home Forums Calendar Products Filter Bar Venue filter shows incomplete list of venues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1002004
    Tom
    Participant

    Venue filter only shows up to letter L venues:

    #1002256
    Brian
    Keymaster

    Hello Again,

    Sorry for the issues on this. I can help troubleshoot this with you.

    I looked at the coding and we place a limit of 200 in there.

    Although it would be lost on updates a quick fix to get it working would be to edit this file:

    the-events-calendar-filterbar\src\Tribe\Filters\Venue.php

    And change this:

    'posts_per_page' => 200, // arbitrary limit

    to this:

    'posts_per_page' => -1, // arbitrary limit

    That will get all the Venues for now as it appears there is no other way to change it.

    I have ticketed this for us to add a filter there.

    Thanks

    #1006771
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

    #1130668
    Geoff
    Member

    Hey there,

    Just want to drop a quick note in here to let you know that Filter Bar 4.2.1 is about to release any moment and it will include a patch for this issue. Please update and let us know if you continue to hit any trouble.

    Thanks so much for your patience while we worked on this!

    Cheers,
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Venue filter shows incomplete list of venues’ is closed to new replies.