Este usuario no tiene temas favoritos.
Temas de foro favoritos
Temas de foro creados
Estado |
Tema
|
Asistente | Voces | Publicaciones | Actualidad |
---|---|---|---|---|---|
Use of the wpml_cf_preferences and consequences
Iniciado por: T4ng
en: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we recommend opening a new support ticket. We also highly suggest 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. |
|
3 | 9 | hace 1 año | |
Advanced Translation Editor keyboard shortcuts
Iniciado por: T4ng en: Chat Support |
|
1 | 2 |
hace 1 año, 1 mes
|
|
Multiple open_baserdir warnings
1
2
Iniciado por: T4ng en: English Support |
|
2 | 23 | hace 1 año, 2 meses | |
Link displays as p= instead of plain address in one specific translated language
Iniciado por: T4ng en: English Support |
|
2 | 9 | hace 1 año, 4 meses | |
Insert link to another languge
Iniciado por: T4ng en: Chat Support |
|
1 | 2 |
hace 1 año, 4 meses
|
|
Duplicate the products with translations with the latest state
Iniciado por: T4ng en: English Support |
2 | 3 | hace 1 año, 5 meses | ||
Duplicate the products with translations with the latest state
Iniciado por: T4ng en: Chat Support |
|
1 | 2 |
hace 1 año, 5 meses
|
|
I need to duplicate a product
Iniciado por: T4ng en: Chat Support |
|
1 | 2 |
hace 1 año, 5 meses
|
|
switch to the multilingual CMS (instead of agency)
Iniciado por: T4ng
en: English Support
Problem: |
|
2 | 10 | hace 1 año, 5 meses | |
I don't understand the price I'm charged for renewal
Iniciado por: T4ng en: Chat Support |
|
1 | 2 |
hace 1 año, 6 meses
|
|
Help with the translation process while adding a new language
Iniciado por: T4ng en: English Support |
|
2 | 5 | hace 1 año, 6 meses | |
Je ne parviens pas toujours à récupérer les mises à jour de WPML via wp plugin
1
2
Iniciado por: T4ng
en: Assistance en français
Problème : Solution : Si cette solution ne s'applique pas à votre cas, car elle pourrait être obsolète ou ne pas correspondre à votre problème, nous vous recommandons de vérifier les problèmes connus, de confirmer que vous avez installé les dernières versions des thèmes et plugins, et si nécessaire, d'ouvrir un nouveau ticket de support sur notre forum d'assistance. |
|
2 | 20 | hace 1 año, 7 meses | |
WPML chat support ticket by T4ng – 1707223110
Iniciado por: T4ng en: English Support |
1 | 1 |
hace 1 año, 7 meses
|
||
How to mass update post translation statuses?
Iniciado por: T4ng
en: English Support
Problem: Solution: functions.php file, but please ensure you back up your site and database first: add_action( 'admin_init', 'save_all_posts_on_refresh' ); function save_all_posts_on_refresh() { global $pagenow; if ( $pagenow == 'edit.php' ) { $args = array( 'post_type' => array('page', 'post'), 'numberposts' => -1 ); $all_posts = get_posts( $args ); foreach ( $all_posts as $single_post ) { wp_update_post( $single_post ); } } } After using this code, remember to remove it from the functions.php file. Please note that this solution might be irrelevant due to being outdated or not applicable to your case. If so, 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 with us. |
|
2 | 5 | hace 1 año, 7 meses | |
Duplicated taxonomies
Iniciado por: T4ng en: Chat Support |
|
1 | 2 |
hace 1 año, 8 meses
|