Deleting value from existing taxonomy
Started by: nadavL
in: Toolset Professional Support
Quick solution available
Problem: I would like to delete a term from a custom taxonomy.
Solution: Hover over the term in the term list to find a delete link.
2
6
4 years, 4 months ago
nadavL
Issue with Site Review Plugin and WP_query loop with Toolset
Started by: JensP9777
in: Toolset Professional Support
Quick solution available
Problem:
The user would like to use the Site Review plugin on custom post types defined by Toolset.
Solution:
This possible using nested shortcodes:
[site_reviews assigned_post="[wpv-post-id]"]
[site_reviews_form assigned_post="[wpv-post-id]"]
However, nested shortcodes are not supported by Elementor, it needs to be added inside a Toolset content template. Then you can include the content template inside Elementor using a shortcode:
[wpv-post-body view_template="Current Post Reviews Form"]
[wpv-post-body view_template="Current Post Reviews"]
2
5
4 years, 4 months ago
JensP9777
Have custom taxonomy values show in the admin columns
Started by: karlK-2
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user wanted to add their custom taxonomies to their admin columns on their backend.
Solution:
This can actually be done by enabling the "show_admin_column" on the custom taxonomy settings.
If you go Toolset -> Custom Taxonomy and edit your taxonomy, enable show_admin_column and it should appear in your admin column.
2
3
4 years, 4 months ago
karlK-2