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,416 through 2,430 (of 2,490 total)
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.