kelvinL-2
In den letzten 30 Tagen erstellte Support-Threads: 1
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Hide or remove the option from custom post edit page
Gestartet von: 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 | vor 4 Jahre, 12 Monaten | |
Cannot see the translated view
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 13 | vor 4 Jahre, 12 Monaten | |
Legacy plugins from Toolset
Gestartet von: 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 | vor 4 Jahre, 12 Monaten | |
Copy translating content
Gestartet von: kelvinL-2
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
|
2 | 3 | vor 5 Jahre | |
Using Toolset to replace the WooCommerce extension
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 2 | vor 5 Jahre |