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 - 2,626 through 2,640 (of 3,158 total)
Problem:
The user tries to create an archive template using the legacy editor, but it is always created in the Blocks editor.
Solution:
We can choose your preferred editor in Toolset->Settings->General(tab)->Editing experience. We can also set the preferred editor for archive templates. Check this screenshot http://prntscr.com/xwzpqe
Add the above to your Toolset custom code section in Toolset -> Settings -> Custom Code and just replace the field-slug options in the array with the slugs of your custom checkbox fields.
Problem:
The user has a view that holds a map and display post markers. The view was not returning any results on the secondary language.
Solution:
It turns out to be an error in the user's translation workflow. The user was mixing manual translation and translation on the translation editor.
To fix the issue we had to remove the existing translations of the page and of the posts. Then we had to configure the location field to be copied instead of translated. Then translate the posts and the page using the translation editor.