paging bug in list view?

Home Forums Calendar Products Events Calendar PRO paging bug in list view?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #136476
    Adam
    Participant

    Hi there, in list view, I see all my upcoming events. I can also click ‘previous events’ to view past events.

    The URL shown on the ‘previous events’ link is:
    /events/past/
    but that changes to
    /events/past/?action=tribe_list&tribe_paged=1
    when the page loads.

    Both URLs display the proper ‘past’ event(s), but only /events/past/ seems to work perfectly. The title bar of /events/past/ says ‘Past Events’ like it should, while the title bar of the longer URL says ‘undefined’.

    When I click ‘next events’ to return to the original list, the link’s URL reads
    /events/upcoming/
    but that changes to
    /events/upcoming/?action=tribe_list&tribe_paged=2
    when the page loads.

    This seems to be a bug (showing paged=2 instead of paged=1?). It results in “There were no results found.” in a message instead of showing the 8 upcoming events I have, and the title bar reads ‘undefined’.

    If I manually change the URL to say paged=1 it displays the proper events and the proper title.

    #136480
    Adam
    Participant

    Is it possible to just turn off the AJAX stuff? The raw urls work perfectly i.e.
    /events/upcoming/
    /events/past/
    including displaying the proper text where I have “echo tribe_get_events_title()” in the header of my theme. On the AJAX versions of the URLs, in addition to the other buggy behavior, it doesn’t update the header on AJAX refresh ( echo tribe_get_events_title() ) so it still says ‘upcoming events’ when it’s showing past events, etc.

    #136642
    Barry
    Member

    I’m sorry you’re facing difficulties – this is a known bug and we’re actively working on a solution: I’ve added this thread to our internal issue tracker and we’ll do our best to post an update once it’s been resolved.

    Is it possible to just turn off the AJAX stuff?

    I’m afraid there’s no setting to turn this off and stripping out pieces of Javascript to forcibly do this can result in unexpected consequences. We’re sorry for the inconvenience – but we’ll try to get this in order as quickly as we can.

    #136662
    Adam
    Participant

    Thanks, Barry. Appreciate the quick response.

    #138600
    Barry
    Member

    Sure thing. At this point I’ll go ahead and close the thread – but as before we’ll do our best to re-open and post updates re the pagination bug as soon as we have something to report 🙂

     

    #172233
    Leah
    Member

    Hi there,

    I just wanted to let you know that we have been working diligently on a fix for this issue. Our next release (3.6) will be available soon and should correct this problem. Please keep an eye on your Plugins and Updates pages for a version update. If you are still having problems after updating, please start a new thread with the details and we can assist you.

    Best,
    Leah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘paging bug in list view?’ is closed to new replies.