sdbg

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: [ticketed] Show/Hide Advanced Filters #66537
    sdbg
    Participant

    I’m seeing something strange here as well. For some reason I only see it when I’m using a browser where I’ve never clicked to show the filters.

    On first visit the filters don’t show, but the link says “Hide Filters”

    If I inspect the page I get:
    body tag has:
    – class tribe-filters-closed
    toggle link has:
    – data-state=”Show Advanced Filters”
    – text: Hide Filters

    I see a lot of toggle related code in /plugins/events-filters/resources/filter-scripts.js that is wrapped in a check of “if (tribe_storage)”, and then accessing the “tribe_events_filter_wrapper” property in tribe_storage. In the browser where I’m seeing the issue tribe_events_filter_wrapper is undefined in tribe_storage:
    [20:02:41.736] tribe_storage.getItem(‘tribe_events_filters_wrapper’);
    [20:02:41.738] null

    When I click “Hide Filters” they show and the link toggles to “Show Advanced Filters”. I can continue toggling and get the wrong state each time, as long as the page doesn’t reload. Once I reload the page everything works fine.

    Here’s where I’m seeing it:
    http://www.sandiegobrewersguild.org/events/upcoming/?tribe_tags%5B%5D=63

    in reply to: Appending on filter data #63641
    sdbg
    Participant

    Hey Rob,

    I would love to beta test the filters bar. I’m specifically looking to be able to filter on tags. Let me know how I can get in on the beta, I requested more info via twitter but didn’t get a response.

Viewing 2 posts - 1 through 2 (of 2 total)