Tell us what you are trying to do?
Insert the view Search and Results panes in different areas of my template. I used Toolset a few years ago and there were shortcodes for search and results. I found the code which shows the search (wpv-form-view) but I can't find the one which shows only the results.
I read this documentation but this does now help me achieve what I want
https://toolset.com/forums/topic/display-only-the-search-box-but-the-results-in-another-place-on-the-same-page/
Hi there,
I am not sure if by template you mean another page or another area of the same page.
If you are talking about the other page you can use this method:
https://toolset.com/course-lesson/displaying-search-results-on-a-different-page/
If it is a matter of the same page and you just want to change the place of the search for example to go to the sidebar you can use this method within the block editor:
https://toolset.com/course-lesson/creating-a-custom-search/#display-the-search-box-and-search-results-side-by-side
Finally, you can still enable the shortcode views if you prefer that way in the new version of Toolset. Here is how to do so:
- Go to "Toolset > Settings > General".
- Find the "Editing experience" section.
- Check the "Show both the legacy and Blocks interface and let me choose which to use for each item I build" checkbox.
- Reload the browser page.
- Go to the newly added "Toolset > Views" menu.
- There you will be able to edit the views.
For more information:
https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/
Thanks.