이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
포럼 주제가 생성되었습니다.
상태 |
주제
|
서포터 | 목소리 | 게시물 | 선도 |
---|---|---|---|---|---|
Tengo problemas con el Idioma por defecto en backend de woocommerce, WPML y website
시작한 사람: gustavoF-12 안에: Soporte en español |
0 | 4 | 14 시간, 52 분 전에 | ||
Saber cuando esta solucion dada, aparecera en un update del plugin WPML
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 2 | 11 월, 2 주 전에 | ||
No puedo encontrar estas cadenas de texto de un plugin
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 5 | 11 월, 3 주 전에 | ||
Problema con las URLs en Ingles (/en/) de la cuenta de usuario
1
2
시작한 사람: gustavoF-12
안에: Soporte en español
Problem: Ayer me avisa un usuario que al ingresar a su cuenta (en Ingles) no puede ver sus datos y obtiene algunos errores 404. Revisé y no encontré la manera de que pudieran mostrarse en Ingles, en Español se muetran bien. Solution: En este momento solamente tenemos el siguiente workaround: function woocommerce_account_content() { global $wp; if ( ! empty( $wp->query_vars ) ) { foreach ( $wp->query_vars as $key => $value ) { // Ignore pagename param. if ( 'pagename' === $key ) { continue; } //workaround $default_lang = apply_filters( 'wpml_default_language', null ); $inenglng = apply_filters( 'wpml_translate_single_string', $key, "WP Endpoints", $key, "en" ); $indeflng = apply_filters( 'wpml_translate_single_string', $key, "WP Endpoints", $key, $default_lang ); if ( $key == $indeflng ) { $key = $inenglng; } //end of workaround if ( has_action( 'woocommerce_account_' . $key . '_endpoint' ) ) { do_action( 'woocommerce_account_' . $key . '_endpoint', $value ); return; } } } // No endpoint found? Default to dashboard. wc_get_template( 'myaccount/dashboard.php', array( 'current_user' => get_user_by( 'id', get_current_user_id() ), ) ); } - Guarde los cambios Relevant Documentation: |
2 | 22 | 1 년 전에 | ||
Son normales estos tamaños en archivos?
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 2 | 1 년 전에 | ||
email marketing multi idioma, necesito asesoramiento.
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 2 | 1 년 전에 | ||
Solo veo datos de perfil de usuarios si cambio de idioma
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 10 | 1 년, 10 월 전에 | ||
Pierdo traducciones completas que estaban listas
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 4 | 1 년, 10 월 전에 | ||
Consumo excesivo de CPU y RAM al activar WPML String Translation
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 8 | 1 년, 10 월 전에 | ||
WPML me ha duplicado el tamaño de la galeria de medios en el sitio en produccion
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 9 | 1 년, 11 월 전에 | ||
Imagen de producto en subasta solo muestra un idioma (ES)
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 14 |
1 년, 11 월 전에
gustavoF-12 |
||
Eliminar una traduccion completa de un producto de subasta
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 4 | 1 년, 11 월 전에 | ||
Elimino cadenas de texto pero siguen apareciendo en el traductor
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 4 | 2 년 전에 | ||
Quiero traducir este texto estatico de un template…
시작한 사람: gustavoF-12 안에: Soporte en español |
1 | 1 |
2 년, 2 월 전에
gustavoF-12 |
||
Listador de cantidad de resultados en pagina no cambia
시작한 사람: gustavoF-12 안에: Soporte en español |
2 | 12 | 2 년, 3 월 전에 |