l.f.A
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
What type of license do I need for a WP Multisite – subfolders model ?
Started by: l.f.A
in: Toolset Professional Support
Problem: Can I network register a single Toolset license for this use across all subfolder sites or do I need a separate license for each ? Solution: You can network register one single license across all subfolder sites, see our document: https://toolset.com/faq/how-to-install-and-register-toolset/#registering-toolset-on-a-multisite On a WordPress Multisite, when you activate Toolset network-wide you can also register it for the whole network. Relevant Documentation: |
2 | 3 | 3 years, 6 months ago | ||
Loading Custom Fonts from Toolset Blocks typography settings
Started by: l.f.A in: Toolset Professional Support |
2 | 2 | 3 years, 9 months ago | ||
Conflict with Rank Math SEO Pro plugin
Started by: l.f.A in: Toolset Professional Support |
2 | 14 | 3 years, 9 months ago | ||
Hiding Toolset WYSIWYG field editor buttons from my editors in wp-admin
Started by: l.f.A
in: Toolset Professional Support
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 | 3 years, 10 months ago | ||
Update fails for all Toolset latest modules
Started by: l.f.A in: Toolset Professional Support |
2 | 6 | 4 years, 1 month ago |