Numerical Field Values
Started by: georgeF-2
in: Toolset Professional Support
2
2
4 years, 9 months ago
Waqar
How to set up a glossary
Started by: davidm-13
in: Toolset Professional Support
Quick solution available
Problem:
How to set up a glossary
Solution:
Using Toolset Blocks you can create only post type views and we will require taxonomy view to create glossary. So, in this case, you have to go with Classic views.
You can find the proposed solution in this case with the following reply:
- https://toolset.com/forums/topic/how-to-set-up-a-glossary/#post-1963633
Relevant Documentation:
2
3
4 years, 9 months ago
davidm-13
add a text search as the top item in a dropdown search
Started by: emilyB-2
in: Toolset Professional Support
Quick solution available
Problem:
Convert search field select to Select2 type field.
Solution:
One of the ways I see this possible is to make use of the select2 options.
https://select2.org/getting-started/basic-usage
However in order to use this we will need to enqueue the scripts for it.
Firstly you will need to add the following to your site in the Toolset custom code section at Toolset ->Settings-> Custom Code and activate it once added.
wp_register_style( 'select2', 'https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css' );
wp_enqueue_style('select2');
wp_register_script( 'select2js', 'https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js', null, null, true );
wp_enqueue_script('select2js');
Secondly you will need to add the following to your view in the JS section.
jQuery(document).ready(function() {
jQuery('#wpv_control_select_wpcf-artist-id').select2();
});
Where you will replace the "wpcf-artist-id" section of the select id with the full slug of your custom field. So the full format should look like.
#wpv_control_select_wpcf-{field-slug}
Relevant Documentation:
2
13
4 years, 9 months ago
emilyB-2
Settings missing in WooCommerce Views/Blocks + Views/Blocks
Started by: Stephen Vaughan
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user was unsure where the Woocommerce blocks settings were.
Solution:
The Woocommerce blocks plugin settings can be found at Toolset -> Woocommerce Blocks.
2
3
4 years, 9 months ago
Stephen Vaughan
Names of content templates are changed to ”toolset_use_theme_setting”
Started by: valterB
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that for users with Kadence theme version 1.0.12 the content template names are being changed to "toolset_use_theme_setting"
Solution:
This is a known issue and has since been resolved by the kadence theme. Currently version 1.0.14 of the kadence theme resolves this issue.
3
8
4 years, 9 months ago
valterB
Post Navigation Based on One to Many Relationship
Started by: Jaime
in: Toolset Professional Support
3
20
4 years, 9 months ago
Jaime
Pre-filtering a View using custom taxonomy
Started by: joseL-6
in: Toolset Professional Support
2
4
4 years, 9 months ago
Waqar
Using alternate image on main page and archives
Started by: donC-3
in: Toolset Professional Support
2
2
4 years, 9 months ago
Minesh
related products with Elementor
Started by: stephaneR-2
in: Toolset Professional Support
2
9
4 years, 9 months ago
stephaneR-2
Custom Search With Results Page?
Started by: samS-15
in: Toolset Professional Support
3
8
4 years, 9 months ago
Mercedes
Retrieve Custom Field from a CPT Relationship outside of the Repeater Field Grp
Started by: saint
in: Toolset Professional Support
2
5
4 years, 9 months ago
saint
Creating a crossfade slider with views in a Woocommerce product
Started by: Franco Calcagni
in: Toolset Professional Support
2
17
4 years, 9 months ago
Christian Cox
The [wpv-user field="user_url"] shortcode is not working on Views.
Started by: wilborF
in: Toolset Professional Support
2
2
4 years, 9 months ago
Shane
Image carousel with progress bar
Started by: Ankit Katailiha
in: Toolset Professional Support
2
2
4 years, 9 months ago
Shane
I want to arrange my homes by price, lowest to highest
Started by: mikeV-2
in: Toolset Professional Support
2
7
4 years, 9 months ago
mikeV-2