This support ticket is created 7 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Does the duplicate view works ? I also noticed that the value is not being passed to the url so the filtering is not occurring because the value of the ship to filter is not passed into the url.
Its difficult to give advise on this one since it was a customized filter, however check to see if the query filters are there and that the correct information is being passed to the view. A view should be able to be filtered by a url parameter.
So I was able to figure out what it was. I had duplicated a view and removed the custom filters.
I guess this is where WP-Views needs some improvements. It is very confusing. If I create a custom filter in the filters editor, it creates a query filter, by URL in the top of the page. Since I was duplicating the view to manually filter something else, I didn't know what those URL filters were and had just deleted them. It turns out the filter form just directs the user to the same URL, but adds the appropriate query, which then gets picked up by the query filter.
I see the same confusing approach as with the conditional statements. Maybe add a warning next to them, so the user knows before deleting them, since it is not at all obvious at first. 🙂