kelvinL-2
Admite hilos creados en los últimos 30 días: 1
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Hide or remove the option from custom post edit page
Iniciado por: kelvinL-2
en: 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 | hace 4 años, 12 meses | |
Cannot see the translated view
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 13 | hace 5 años | |
Legacy plugins from Toolset
Iniciado por: kelvinL-2
en: 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 | hace 5 años | |
Copy translating content
Iniciado por: kelvinL-2
en: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
|
2 | 3 | hace 5 años | |
Using Toolset to replace the WooCommerce extension
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 2 | hace 5 años |