date picker
Started by: davidW7647
in: Toolset Professional Support
2
2
4 years, 10 months ago
Waqar
Load Toolset Grids Faster
Started by: Pete
in: Toolset Professional Support
2
9
4 years, 10 months ago
Pete
WPML 與 Toolset 使用問題
Started by: JI-MANJ3427
in: Toolset Professional Support
2
2
4 years, 10 months ago
Luo Yang
Numerical Field Values
Started by: georgeF-2
in: Toolset Professional Support
2
2
4 years, 10 months ago
Waqar
Just another question for the same site
Started by: leoK
in: Toolset Professional Support
2
4
4 years, 10 months ago
Luo Yang
How can I find the last value used in a sequential custom field for a post type
Started by: PaulS4783
in: Toolset Professional Support
2
7
4 years, 10 months ago
PaulS4783
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, 10 months ago
davidm-13
Get values of a field
Started by: rashmiS
in: Toolset Professional Support
2
3
4 years, 10 months ago
rashmiS
gallery block thumbnail size
Started by: Steve
in: Toolset Professional Support
2
3
4 years, 10 months ago
Steve
CRED Form and User access
Started by: guillaumeT-3
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user's forms are not visible on the frontend to any other users except admins.
Solution:
This is a case of where the other user roles don't have access to the form itself.
If you go to the Access Control settings at Toolset->Access Control and click on the Toolset Forms tab, check to ensure that the other user roles have access to the form.
2
3
4 years, 10 months ago
guillaumeT-3
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, 10 months ago
emilyB-2
Compatibility of Toolset blocks with Animation Blocks
Started by: martinE-4
in: Toolset Professional Support
2
5
4 years, 10 months ago
Jamal
I have new problems and the following questions.
Started by: nilsM
in: Toolset Professional Support
Quick solution available
2
3
4 years, 10 months ago
nilsM
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, 10 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, 10 months ago
valterB