How to display only certain taxonomy terms on CRED form?
Started by: stevenT-5
in: Toolset Professional Support
2
17
4 years, 10 months ago
stevenT-5
Toolset does not store custom fields added to WooCommerce order
Started by: Antoine
in: Toolset Professional Support
2
7
4 years, 10 months ago
Antoine
Force password change
Started by: martinB-16
in: Toolset Professional Support
2
3
4 years, 10 months ago
martinB-16
Customize the post title using $_POST or $fields
Started by: kelvinL-2
in: Toolset Professional Support
2
2
4 years, 10 months ago
Christian Cox
I don't see any field in "Form Editor" in "Add New Post Form" option
Started by: davidM-65
in: Toolset Professional Support
2
7
4 years, 10 months ago
Jamal
Forms not working
Started by: marieC-2
in: Toolset Professional Support
2
3
4 years, 10 months ago
marieC-2
Custom field for event expiration
Started by: stewartE
in: Toolset Professional Support
2
8
4 years, 10 months ago
Shane
Post relationship issue.
Started by: matthiasV-2
in: Toolset Professional Support
2
5
4 years, 10 months ago
matthiasV-2
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
CRED – Post Forms: missing delete field with gravity forms plugin activated
Started by: ascan
in: Toolset Professional Support
Quick solution available
2
4
4 years, 10 months ago
ascan
Give child post edit access to parent post author
Started by: himanshuS
in: Toolset Professional Support
3
9
4 years, 10 months ago
himanshuS
can't edit post when Ninja Firewall is activated
Started by: a.R
in: Toolset Professional Support
2
5
4 years, 10 months ago
a.R
cred save data – update buddyboss field
Started by: SteffenM1628
in: Toolset Professional Support
2
6
4 years, 10 months ago
Christian Cox
Predefined parent value to menu lin
Started by: katjaL
in: Toolset Professional Support
2
12
4 years, 10 months ago
katjaL
Phone Number Format (999) 999-9999 or 999-999-9999
Started by: andrewD-10
in: Toolset Professional Support
Quick solution available
2
10
4 years, 10 months ago
andrewD-10