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 - 1,231 through 1,245 (of 3,129 total)
Problem:
The user would like to filter a view by date against two datetime custom fields.
Solution:
That's tricky, because dates are considered to have the time 00:00:00. So if an event begins and ends on the same day, the view will not find it.
The customer asked how to force the Toolset's "Container" block to cover full-screen width when using the Divi theme.
Solution:
Informed that the Divi theme wraps the content area inside a fixed-width wrapper/box. To force specific "Container" blocks to cover full-screen width, a custom class "full-screen" can be added to that block, after including some custom CSS:
The user asked if it is possible to join WooCommerce products and orders in post-relationship so that ordered posts can be filtered by the products in a view.
Solution:
Informed that this is possible using custom code and shared information about the WooCommerce's hook "woocommerce_order_status_completed" and Toolset function "toolset_connect_posts".