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 2,904 total)
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
Problem: I have a signup page created with a signup form, and I would also like to display a link to the My Account page so existing Users can log in instead of registering. The link to the My Account page is not working.
Solution: Be sure to link to the My Account page and not the Content Template ID applied to the My Account page.