Este usuario no tiene temas favoritos.
Temas de foro favoritos
Temas de foro creados
| Estado |
Tema
|
Asistente | Voces | Publicaciones | Actualidad |
|---|---|---|---|---|---|
|
Copy data of custom field
Iniciado por: mickS-3 en: Chat Support |
|
0 | 2 | hace 7 meses, 2 semanas | |
|
the translated caption in the images slider is not displayed in translated page
Iniciado por: mickS-3
en: English Support
Problem: function translate_gallery($metadata, $object_id, $meta_key, $single){
$meta_needed = 'gallery';
if ( isset( $meta_key ) && $meta_needed == $meta_key ){
remove_filter( 'get_post_metadata', 'translate_gallery', 100 );
$current_meta = get_post_meta( $object_id, $meta_needed, TRUE );
$to_translate = explode( ',', $current_meta );
foreach ( $to_translate as $key => $value ){
$to_translate[$key] = apply_filters( 'wpml_object_id', $value, 'attachment', true );
}
add_filter('get_post_metadata', 'translate_gallery', 100, 4);
$current_meta = implode( ',', $to_translate );
return $current_meta;
}
return $metadata;
}
add_filter( 'get_post_metadata', 'translate_gallery', 100, 4 );Additionally, modify the Jet Engine plugin's code to ensure compatibility with WPML. In the file \wp-content\plugins\jet-engine\includes\classes\tools.php, after line 792, add the following code: if ( is_numeric( $img_data ) ) {
$id = $img_data;
} elseif ( is_array( $img_data ) && isset( $img_data['id'] ) && isset( $img_data['url'] ) ) {
$id = $img_data['id'];
} else {
$id = attachment_url_to_postid( $img_data );
}Add the following // WPML Workaround for wpmlsupp-12960
if ( class_exists('Sitepress') ) {
$current_lang = apply_filters( 'wpml_current_language', NULL );
$id = apply_filters( 'wpml_object_id', $id, 'attachment', TRUE, $current_lang );
}If this solution does not resolve your issue or becomes irrelevant due to updates, we 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 problem persists, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 15 | hace 8 meses, 3 semanas | |
|
Translate media meta fields JetEngine
Iniciado por: mickS-3
en: English Support
Problem: If these steps do not resolve your issues, or if the solution seems outdated or not applicable to your case, we recommend opening a new support ticket. Additionally, 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. |
|
0 | 9 | hace 9 meses | |
|
Updating up-sells for products
Iniciado por: mickS-3 en: Chat Support |
|
1 | 2 | hace 1 año, 2 meses | |
|
Give shop manager full access to translation management
Iniciado por: mickS-3 en: Chat Support |
|
0 | 2 | hace 1 año, 2 meses | |
|
Translating links in product description Woocommerce
Iniciado por: mickS-3 en: English Support |
|
2 | 4 | hace 2 años | |
|
When I change the price of the main product, will the price for the translations change automatically?
Iniciado por: mickS-3 en: Chat Support |
|
1 | 2 |
hace 2 años
|
|
|
Checkout is not working when bundle product is in cart
Iniciado por: mickS-3 en: English Support |
|
2 | 4 | hace 2 años, 1 mes | |
|
I have found a little bug regarding the compatibility with Woocommerce product bundle
Iniciado por: mickS-3 en: Chat Support |
|
1 | 2 |
hace 2 años, 1 mes
|
|
|
WooCommerce email strings have mixed languages
1
2
Iniciado por: mickS-3 en: English Support |
|
2 | 20 | hace 2 años, 2 meses | |
|
WPML chat support ticket by mickS-3 – 1705395388
Iniciado por: mickS-3 en: Chat Support |
|
1 | 2 |
hace 2 años, 2 meses
|
|
|
WPML chat support ticket by mickS-3 – 1705152114
Iniciado por: mickS-3 en: Chat Support |
|
1 | 2 |
hace 2 años, 2 meses
|
|
|
WPML chat support ticket by mickS-3 – 1705147680
Iniciado por: mickS-3 en: Chat Support |
|
1 | 2 |
hace 2 años, 2 meses
|
|
|
Shop manager can't translate everything
Iniciado por: mickS-3 en: English Support |
|
2 | 6 | hace 2 años, 2 meses | |
|
Woocommerce Notification cannot be translated
Iniciado por: mickS-3 en: English Support |
|
2 | 10 | hace 2 años, 4 meses |