Problem with the navigation links

Home Forums Calendar Products Events Calendar PRO Problem with the navigation links

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #83011
    Steve
    Participant

    Hello,
    Our homepage is at http://nativeamericanevents.com/events/
    When you access the page and click on the “Next Events” link, it will show ‘There were no results found.’
    When I look at the URL, this is what I found: http://nativeamericanevents.com/events/?action=tribe_photo&tribe_paged=2&tribe_event_display=photo&tribe-bar-date=Date
    If I remove ‘&tribe-bar-date=Date’ at the end of the URL, the events will display just fine. Can you suggest a solution to this?

    #83118
    Barry
    Member

    I think you’ve pretty much zeroed in on the problem by yourself: the issue is that ‘Date’ is being supplied as the value of the tribe-bar-date URL query (when that piece of text is converted to a date it is ultimately interpreted as something like 1st January 1970).

    Of course, this should really be a valid date or should simply be empty. Sometimes though a plugin – or more often a theme – uses something called a polyfiller (typically a piece of JavaScript) attempts to convert our placeholder text into an actual input field value to achieve better cross-browser support. If this happens, though, then it also needs to basically undo its changes before a form submission takes place. In this case, it may be that final act of cleaning up isn’t happening.

    To confirm this theory can you try deactivating all other plugins and switching to a default, unmodified theme – then see if the same thing happens? If it does not, try reactivating each plugin / your theme, one-at-a-time. This might help to isolate the conflict, if indeed there is one.

    #89834
    Barry
    Member

    It’s been quite a few weeks now and so I’ll go ahead and close this thread. If you do need further support please don’t hesitate to create a new thread and follow up there. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem with the navigation links’ is closed to new replies.