With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 1,501 through 1,515 (of 1,558 total)
Problem:
The user has configured a content template, but some of the fields do not render in the frontend.
Solution:
It turns out that the user was using a conditional with a big content inside. Currently, we have a limitation on the content of a conditional block and we need to keep it under a certain limit.
Problem:
How to display only posts who do not have related post assigned in many-to-many post relationship
Solution:
You can use the view's filter hook "wpv_filter_query" to change the view's query on fly to get only posts where many-to-many post relationship post does not have child.
Problem:
I want to make "Custom Search" in detail using Toolset - how to build dependent search select dropdown
Solution:
The only way to achieve dependent search filter dorpdown is you will require to setup the Country/State/City as post types. Once you have Country/State/City as post types and your posts of those post types are connected using post-relationship, you can create a view/block-view and add it as a frontend filter.
Problem:
The user used a conditional shortcode based on distance, but that was not working.
Solution:
The toolset-maps-distance-value is not registered as a shortcode that can be used inside conditional shortcode. Register it in Toolset->Settings->Front-end Content(tab)->Third-party shortcode arguments. Check this screenshot http://prntscr.com/ujzzts
Problem:
The user has added filters to the products archive template, but after filtering the pagination does not update.
Solution:
The user was referring to the default pagination from WooCommerce/WordPress instead of the archive template pagination. We'll need to remove the WooCommerce pagination and add pagination to the archive template. Check more details in these replies: