Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos do fórum criados
Status |
Tópico
|
Suporte | Vozes | Posts | Atualidade |
---|---|---|---|---|---|
Slow backend with advanced translation editor
Iniciado por: erwinV-10 em: Chat Support |
|
0 | 3 | 1 semana, 1 dia atrás | |
Backend loads buggy when using Advanced translation editor
Iniciado por: erwinV-10 em: Chat Support |
|
1 | 1 |
3 semanas, 2 dias atrás
|
|
Editors can't translate posts anymore
Iniciado por: erwinV-10
em: English Support
Problem: Solution: *sitepress-multilingual-cms/vendor/wpml/wp/classes* folder. *User.php* file. public static function isEditor(\WP_User $user = null) { $capability = "editor"; $capability = apply_filters('wpml_editor_capability', $capability ); return self::hasCap( $capability, $user ); } 4) Edit the functions.php file of your theme and add the following code at the bottom: add_filter('wpml_editor_capability', 'my_editor'); function my_editor(){ $user = wp_get_current_user(); if (in_array('shop_manager', (array)$user->roles, true)){ return 'shop_manager'; } } 5) Clear all types of caches. Subsequently, we released a new version of WPML (4.6.9 series) that included a fix for this issue. We advised the client to update to the latest version after ensuring a full site backup and check if the problem persists. If this solution doesn't look relevant to your situation, please open a new support ticket with us. |
|
2 | 12 | 1 ano, 8 meses atrás | |
Compatibility issue with Slider Revolution and Events Manager
Iniciado por: erwinV-10 em: English Support |
|
2 | 15 | 1 ano, 11 meses atrás |