Views is a WordPress plugin that lets you easily display content on your website's front-end in any way you choose.
Views User Guides include detailed documentation for creating lists of content, templates for content and archive page and also explain how to create parametric searches for any content type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 12,346 through 12,360 (of 12,379 total)
With The Events Calendar Pro plugin, in the content template of single event post, display the related "Venue" post information.
Solution:
The "Events Calendar Pro" plugin is using a hidden custom field "_EventVenueID" to store the Venue post ID, you can use it to display the "Venue" post information, see the solution in details:
Problem: I would like to remove the spinner graphics from my View.
Solution: Use the Advanced settings in the Pagination area to turn off the spinner graphic. The original URL will remain in the page markup, but the image will not be loaded.
Problem: I have a table-style View that displays several columns of custom field values. I would like to use a conditional that hides the value in a specific column if the value is identical to the same column in a previous row.
Solution: When the loop is rendered, each iteration has no reference to a previous or future iteration. That means it's not possible to set up a conditional that compares a value from one iteration to a value in another iteration. Instead, you would have to do this with custom CSS and JavaScript. For example, add a custom class to each system-cf cell, and a wrapper span tag like this:
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