Setting:
I have 2 views on a page, both with the same filter ("All / Culture / Offices / Residential"). Only the filter of the FIRST view is visible on the page.
The first view shows the 3 first results (projects).
The second view also shows the projects, but skips the first three.
With NO filter selected, all is okay (first three are displayed in View1, the rest is displayed in View2)
What I want to achieve:
When I check eg. "Culture", first 3 Culture Projects should be displayed in View1 (is ok), and the rest of Culture Projects should be displayed in View2.
(PS. I want to keep using "Update Ajax results when an value changes")
My question: Isn't it possible to achieve this using JS hook "js_event_wpv_parametric_search_results_updated"?
I implemented this hook in my first View successfully (every time I change a value, I get a console message "Okay").
But: I don't know how to refresh the results of View2, based on the parametric URL search.
Okay - no AJAX, I understand.
Maybe 2 more questions then:
(1) How can I induce a full page refresh just by clicking a filter value of View1 without the need of a "Filter" or "Start search" button?
(2) And how can I change the results of View2 based on the filter values from View1?
Thank you, Shane!
(2) And how can I change the results of View2 based on the filter values from View1?
How views function is that they are filtered by a URL parameter, so you will need to add your filters to the 2nd view and set each of those filters to be filtered by a URL parameter.