kelvinL-2
Fils de soutien créés au cours des 30 derniers jours : 1
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Hide or remove the option from custom post edit page
Commencé par : kelvinL-2
in: Toolset Professional Support
Problem: Solution: function disable_icl_metabox() { remove_meta_box('views_template','press_release','side'); } add_action('admin_head', 'disable_icl_metabox',99); Or: add_filter('wpv_filter_wpv_disable_post_content_template_metabox', function($res, $post){ if(get_post_type($post) == 'press_release'){ $res = true; } return $res; }, 10, 2); Change "press_release" with the slug of your custom post type. Relevant Documentation: https://premium.wpmudev.org/blog/remove-wordpress-meta-boxes/ |
|
2 | 9 | Il y a 4 années et 11 mois | |
Cannot see the translated view
Commencé par : kelvinL-2 in: Toolset Professional Support |
|
2 | 13 | Il y a 4 années et 12 mois | |
Legacy plugins from Toolset
Commencé par : kelvinL-2
in: Toolset Professional Support
Problem: Solution: Basically, Toolset Views and Toolset Blocks are the same plugins. Once we activate one, it deactivates automatically the other. Toolset Layouts on the other hand is now put on maintenance mode, which means that we will not add any new features on it. All further development will be around fixing bugs. |
|
2 | 5 | Il y a 4 années et 12 mois | |
Copy translating content
Commencé par : kelvinL-2
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
|
2 | 3 | Il y a 5 années | |
Using Toolset to replace the WooCommerce extension
Commencé par : kelvinL-2 in: Toolset Professional Support |
|
2 | 2 | Il y a 5 années |