Este usuario no tiene temas favoritos.
Temas favoritos del foro
Temas del foro creados
Estado |
Tema
|
Colaborador | Voces | Publicaciones | Actualidad |
---|---|---|---|---|---|
Problems with language switcher
Iniciado por: mathiasA-14
en: English Support
Problem: The client is experiencing an issue where the language switcher on their website does not direct to the translated page but instead redirects randomly. This problem is due to a conflict with the WPResidence theme's caching method, which incorrectly caches the language switcher links. Solution: 1. As a temporary fix, we recommend adding the following code to the functions.php file of your theme to clear the WPResidence menu transients on each page load, ensuring the menu updates correctly and displays the appropriate language links: /** * Zap every WP Residence menu transient on each page load. * The target string is unique enough that a single LIKE works. */ function cleanup_wpresidence_menu_transients() { global $wpdb; $like = '%' . $wpdb->esc_like( 'wpestate_wpresidence_primary_menu_complete' ) . '%'; $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->options} WHERE option_name LIKE %s", $like ) ); } add_action( 'init', 'cleanup_wpresidence_menu_transients' ); Ensure you perform a full site backup before implementing this code. After adding the code, clear all types of caches to check if the issue persists. If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at WPML Known Issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If needed, please open a new support ticket at WPML Support Forum for further assistance. |
|
0 | 15 | hace 2 semanas, 1 día | |
Inconsistent Image Duplication When Translating Listings (WPResidence Compatibility Issue)
Iniciado por: mathiasA-14 en: English Support |
|
0 | 4 | hace 4 semanas, 1 día | |
Problem with translated property images using WP Residence
Iniciado por: mathiasA-14
en: Soporte en español
Problema: Si esta solución no resuelve tu problema o parece desactualizada, te recomendamos abrir un nuevo ticket de soporte. También te sugerimos revisar los problemas conocidos en https://wpml.org/known-issues/, verificar la versión del arreglo permanente y confirmar que tienes instaladas las últimas versiones de los temas y plugins. |
|
0 | 3 | hace 3 meses | |
I have an error in the translation of an advanced search engine on my website builded with WP Reside…
Iniciado por: mathiasA-14 en: Chat Support |
|
0 | 2 | hace 3 meses, 1 semana |