Dieser Benutzer hat keine favorisierten Themen.
Favorisierte Forenthemen
Erstellte Forenthemen
| Status |
Thema
|
Supporter | Stimmen | Beiträge | Aktualität |
|---|---|---|---|---|---|
|
WPML is not reading the translations from my .mo files.
1
2
Gestartet von: miguelG-38
in: Soporte en español
Problem: load_textdomain with WPML. The issue was identified with the ru_RU.mo file not loading translations properly. Please note that this solution might be outdated or not applicable to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket at WPML support forum. |
|
0 | 21 | Vor 3 Wochen, 1 Tag | |
|
WPML is not reading the translations from my .mo files
Gestartet von: miguelG-38 in: Chat Support |
|
1 | 2 | Vor 4 Wochen | |
|
[Técnico] Problema con el Term ID 1 de la taxonomía ‚category‘ en sitio de pruebas y consulta pa…
Gestartet von: miguelG-38 in: Soporte en español |
|
0 | 7 | Vor 2 Monaten, 3 Wochen | |
|
Consulta sobre resolución de URLs: Acceder a traducciones usando el slug del idioma original
Gestartet von: miguelG-38
in: Soporte en español
Problema: template_redirect y varios de WPML como wpml_object_id , wpml_element_trid , y wpml_get_element_translations . add_action('template_redirect', function () {<br /> if (!is_404()) return;<br /> $requested = trim(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH), '/');<br /> if ($requested === '') return;<br /> $default_lang = 'es';<br /> $current_lang = apply_filters('wpml_current_language', null);<br /> if ($current_lang === $default_lang) return;<br /> do_action('wpml_switch_language', $default_lang);<br /> $post = get_page_by_path($requested, OBJECT, ['post', 'page']);<br /> do_action('wpml_switch_language', $current_lang);<br /> if (!$post) return;<br /> $translated_id = apply_filters('wpml_object_id', $post->ID, $post->post_type, false, $current_lang);<br /> if ($translated_id) {<br /> wp_redirect(get_permalink($translated_id), 301);<br /> exit;<br /> }<br />});Para más detalles sobre los hooks de WPML, visita WPML Hooks Reference. |
|
0 | 3 | Vor 2 Monaten, 4 Wochen |