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,476 through 2,490 (of 3,151 total)
The issue here is that the user wanted to create a taxonomy view using blocks.
Solution:
Unfortunately you wont be to create a taxonomy view using our Blocks interface.
However you can create it using out classic editor. If you aren't seeing the Views menu item in Toolset -> Views then this means the classic editor isnt active.
To enable it go to Toolset -> Settings and scroll to editing experience and enable the 3rd option.
From there you should now get the views menu option once you've refreshed the page. Then you can go to Toolset-> views and create your taxonomy view.
The issue here is that the user wanted to translate the submit button on their search view.
Solution:
Are you currently using WPML to do the translations for the texts ? If so then you can use the WPML String translations module to translate the submit button text.
The problem here was that the user's custom shortcode wasn't working in our Toolset conditional code.
Solution:
In order for custom shortcodes to work with our Toolset Conditional shortcode you need to register the shortcode at Toolset -> Settings -> Frontend and under 3rd Party shortcode arguments you will add the name of your shortcode.
Problem:
The user would like to implement site options using a custom post type and a post. He would like to use its custom fields as options and render their values, and links, in menus.
Solution:
Hello and thank you for contacting the Toolset support.
I am not familiar with Elementor Navigation Menus, but if you are talking about a regular WordPress menu, I'll suggest using this 3rd party plugin and put the shortcode in the desired menus: https://wordpress.org/plugins/shortcode-in-menus/
Or you can use the shortcode in a custom code that is hooked to wp_nav_menu_items or wp_nav_menu_{$menu->slug}_items with the do_shortcode function
The issue here is that the user was wondering if it is possible to display the Toolset custom taxonomies in Elementor.
Solution:
Yes you can add your custom taxonomies created with Toolset into your Elementor Template. This can be done by using the [wpv-post-taxonomy] shortcode.
Problem: I have a checkboxes group custom field created in Types. I would like to use this checkboxes group as a filter in a custom search View, but I would like to use custom text for each option instead of the text shown in the custom checkboxes group field settings for each option.
Solution: Use the wpv-control-postmeta shortcode to create a custom filter with custom text for each option.
Problem:
The user was having a post duplicated in two pages of the same view.
Solution:
The issue was not on the WordPress or Toolset Views sides, but rather on how MySQL tries to order and paginate multiple posts by date, where these posts have the same date (2020-05-02 00:00:00)
The solution should be to add a secondary sorting field (e.g. the post title) so that there is something to distinguish between the posts according to the ordering rules. Or edit the post_date of those posts and make sure each one has a unique date. http://prntscr.com/z7yjis