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, 7 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, 7 months ago
emilyB-2
Compatibility of Toolset blocks with Animation Blocks
Started by: martinE-4
in: Toolset Professional Support
2
5
4 years, 7 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, 7 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, 7 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, 7 months ago
valterB
Post Navigation Based on One to Many Relationship
Started by: Jaime
in: Toolset Professional Support
3
20
4 years, 7 months ago
Jaime
Background slider with a view
Started by: avansisI-2
in: Toolset Professional Support
2
9
4 years, 7 months ago
avansisI-2
slider with one image
Started by: kayser
in: Toolset Professional Support
2
9
4 years, 7 months ago
kayser
Pre-filtering a View using custom taxonomy
Started by: joseL-6
in: Toolset Professional Support
2
4
4 years, 7 months ago
Waqar
Using alternate image on main page and archives
Started by: donC-3
in: Toolset Professional Support
2
2
4 years, 7 months ago
Minesh
Images and lightbox plugin
Started by: jillT
in: Toolset Professional Support
2
12
4 years, 7 months ago
Jamal
Checkbox Title
Started by: shaneP-5
in: Toolset Professional Support
2
2
4 years, 7 months ago
Minesh
related products with Elementor
Started by: stephaneR-2
in: Toolset Professional Support
2
9
4 years, 7 months ago
stephaneR-2
mp4 video does not play when embedded in WYSIWYG field
Started by: kristofG
in: Toolset Professional Support
Quick solution available
2
5
4 years, 7 months ago
kristofG