Views plugin lets you build your own custom search for any content type. These searches can be based on post content, taxonomies and custom fields.
When you ask for help or report issues, make sure to tell us settings for your custom search.
Viewing 15 topics - 2,056 through 2,070 (of 2,084 total)
If you are going to exclude a specific page "free-resources"(ID 305) from the search result, you can edit the view, In section "Query Filter", add a post ID filter:
Problem: I have a custom post type View that includes a custom search Form. The results update with AJAX whenever a filter is changed. The results are inconsistent depending on whether I load the page or apply a filter.
Solution: Make sure the "Don't include current page in query results" checkbox is unchecked in your View's settings.
I’m trying to create a dynamic search that shows all the bundles that contain a particular product.
For example, I could sell a pair of shoes in 3 different product bundles. I’d like to create a search that displays all 3 of those bundles on a single page. I want that search to be triggered from the shoes product page.
When people view the shoes product page, I want to have a link that goes to another page that shows all 3 bundles on it. After all, if people like the shoes and are thinking of buying them, why not show all the bundles that contain those shoes?
Solution:
There isn't such a built-in feature within Toolset,the user has emailed with WooCommerce & there is no known solution from them, they’ll look for custom development options for this type of search functionality
Problem: I have a custom search View with several filters. In the results, I would like to display posts and include taxonomy term links. Instead of linking to the term archive, I would like to use the links to further filter the custom search View.
Solution: This would require advanced JavaScript. If you're not concerned about maintaining the existing filters, you can construct your own custom links that use the proper URL parameter structure.
The issue here is that the user wanted to recall an external JS that was imported with a script tag in the theme after the AJAX Pagination.
Solution:
Unfortunately this one seems to may not be possible as this is meant if you have the full javascript code because it would need to be re-initialized in the callback.
However it seems you are getting the script from somewhere else.
In your case I would recommend not using the AJAX pagination since we would need the script that actually add the links to the buttons .