Split: How to add interactive elements in Toolset content templates
Started by: Shukla
in: Toolset Professional Support
2
3
4 years, 8 months ago
Shukla
Map Not working
Started by: alexD-18
in: Toolset Professional Support
2
10
4 years, 8 months ago
Shane
wpv-filter-submit and CSS
Started by: katjaS-3
in: Toolset Professional Support
Quick solution available
2
4
4 years, 8 months ago
katjaS-3
Displaying post relationship name
Started by: ericL-12
in: Toolset Professional Support
2
6
4 years, 8 months ago
Jamal
Display custom sort order for WooCommerce attributes in front end
Started by: Marcel
in: Toolset Professional Support
2
8
4 years, 8 months ago
Marcel
Display a View Filter Selection Visually
Started by: JoelK2744
in: Toolset Professional Support
2
7
4 years, 8 months ago
JoelK2744
Split: Adding a search field with autocomplete in views
Started by: Shukla
in: Toolset Professional Support
2
2
4 years, 8 months ago
Waqar
Nested condition within condition
Started by: deepS
in: Toolset Professional Support
2
14
4 years, 8 months ago
deepS
Display a label if a post in a loop does not have a translation(WPML) available
Started by: MichaelW8226
in: Toolset Professional Support
2
2
4 years, 8 months ago
Luo Yang
Fields and Text content should be centered
Started by: PatrickL9162
in: Toolset Professional Support
2
2
4 years, 8 months ago
Waqar
Woocommerce custom single product template
Started by: jillT
in: Toolset Professional Support
2
5
4 years, 8 months ago
jillT
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, 8 months ago
Christian Cox
Adding Product Category to URL
Started by: maureenM
in: Toolset Professional Support
2
4
4 years, 8 months ago
Shane
The URL in a template changes automatically
Started by: Margo van Vegchel
in: Toolset Professional Support
2
2
4 years, 8 months ago
Shane
Website times out when trying to 'edit' a content template
Started by: rickM-8
in: Toolset Professional Support
2
2
4 years, 8 months ago
Shane