Normally, Live filters will show above the result.
Since Content Views Pro 4.9.0 and Content Views 1.9.9.4, you can show the filters and the result in different places.
1. Show filters in one page, show result in another page (or show filters in sidebar, show results in a page)
- to show the filters in Sidebar, please add this shortcode to a Text widget in Sidebar:
[pt_view id="VIEW_ID" show="filter" submit_to="URL_OF_RESULT_PAGE"]
- to show the result in a page, please add this shortcode to the page’s content editor:
[pt_view id="VIEW_ID" show="result" submit_to="URL_OF_RESULT_PAGE"]
Please replace
VIEW_ID
with ID of your View,
replace URL_OF_RESULT_PAGE with URL of the result page.
The
VIEW_ID
to show filter and result must be the same. It is NOT possible to use 2 different Views.
Please add shortcode to the “Text” tab to ensure that shortcode is not modified unexpectedly:
By using this solution, the page will be reloaded when selecting or changing the filter option.
2. Show filters on left side, show result on right side of a page
Please check this document.
Best regards,