|
|
Various Questions Regarding General Usage
Started by: Shukla
in: Toolset Professional Support
|
|
2 |
3 |
4 years, 10 months ago
Shukla
|
|
|
Split: How to add interactive elements in Toolset content templates
Started by: Shukla
in: Toolset Professional Support
|
|
2 |
3 |
4 years, 10 months ago
Shukla
|
|
|
ACF Select Field as View Search Field outputs array instead of list
Started by: davidV-6
in: Toolset Professional Support
|
|
2 |
10 |
4 years, 10 months ago
Jamal
|
|
|
Dynamic download button is not offering to link custom field “file”
Started by: andreasK-15
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user is unable to specify a file field as a link for the dynamic button block
Solution:
This is a known issue by our developers and they are working to resolve the issue. This fix should be available in a future release
|
|
2 |
5 |
4 years, 10 months ago
andreasK-15
|
|
|
Split: Adding a search field with autocomplete in views
Started by: Shukla
in: Toolset Professional Support
|
|
2 |
2 |
4 years, 10 months ago
Waqar
|
|
|
Fields and Text content should be centered
Started by: PatrickL9162
in: Toolset Professional Support
|
|
2 |
2 |
4 years, 10 months ago
Waqar
|
|
|
I want to translate the content templates
Started by: victorC-9
in: Soporte profesional de Toolset
|
|
2 |
4 |
4 years, 10 months ago
Christian Cox
|
|
|
Hiding Toolset WYSIWYG field editor buttons from my editors in wp-admin
Started by: l.f.A
in: Toolset Professional Support
Quick solution available
Problem: I would like to hide the Toolset toolbar buttons above WYSIWYG editor panels in wp-admin for certain User roles.
Solution: You can use the following code snippet to manage the visibility of these buttons in wp-admin:
function tssupp_remove_admin_toolset_buttons(){
$user = wp_get_current_user();
if ( is_admin() && !in_array( 'administrator', (array) $user->roles ) ) {
add_filter( 'toolset_editor_add_form_buttons', '__return_false' );
}
}
add_action( 'admin_init','tssupp_remove_admin_toolset_buttons', 9 );
Only administrators will see these buttons, but you can adjust the code to support other roles as well.
|
|
2 |
4 |
4 years, 10 months ago
Christian Cox
|
|
|
Problem when hiding elements to create the responsive version of a website
Started by: avansisI-2
in: Toolset Professional Support
|
|
2 |
2 |
4 years, 10 months ago
Shane
|
|
|
Best way to exclude single items from Search inputs
Started by: smileBeda
in: Toolset Professional Support
|
|
2 |
4 |
4 years, 10 months ago
smileBeda
|
|
|
console error Failed to load resource: the server responded with a status of 404
Started by: frederiquev
in: Toolset Professional Support
|
|
2 |
2 |
4 years, 10 months ago
Waqar
|
|
|
I need help creating a customized search.
Started by: Kegan
in: Toolset Professional Support
|
|
2 |
16 |
4 years, 10 months ago
Kegan
|
|
|
Only 2-3 lines of description in dynamic source text
Started by: maiS
in: Toolset Professional Support
|
|
2 |
15 |
4 years, 10 months ago
maiS
|
|
|
Mostrar contenido dentro de una view
Started by: aitorS
in: Soporte profesional de Toolset
|
|
2 |
8 |
4 years, 10 months ago
Nigel
|
|
|
query in model block
Started by: federicoA
in: Toolset Professional Support
|
|
2 |
4 |
4 years, 10 months ago
federicoA
|