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,756 through 1,770 (of 3,129 total)
Problem:
The user would like to display a map and marker inside an Elementor template
Solution:
The current Toolset-Elementor integration offers only a view widget. But we can still use shortcodes to insert a content template inside of an Elementor template:
[wpv-post-body view_template="Name or slug of the content template"]
Create a Toolset content template, add the map and the marker to it. Then display it inside Elementor using the wpv-post-body shortcode.
The setting to “Show only filter options that would produce results” in a View with custom search can result in expensive queries on larger sites with several filters, and the last update of Views/Blocks included efforts to optimise these to make them maximally efficient.
It seems that in some cases this has led to the setting not working at all, in particlar on the initial page load rather than when changes to filters are applied, such that filter options include options that would lead to no results.
Solution:
This is fixed in next version of Toolset Views/Blocks plugins, currently you can try the patch file of below erratum:
Solution:
It seems you must have created a content template before for the post type "Free Items" and didnt provide the proper name for that CT then deleted it and then created a new CT and assign it. Due to that there must be some edge case and the new CT was not assigned properly.
Problem:
Count number of entries in repeating field group return 0
Solution:
To get total count based on repeating field group items, you will require to use the post relationship API function toolset_get_related_posts().