Cet utilisateur n'a pas de sujets favoris.
Sujets préférés du forum
Sujets de forum créés
Statut |
Sujet
|
Supporter | Les voix | Articles | Fraîcheur |
---|---|---|---|---|---|
Rounding in other currencies
Démarré par: piaP-6 en: English Support |
0 | 4 | Il y a 1 jour et 21 heures | ||
Product Meta links is pointing at different language
1
2
Démarré par: piaP-6
en: English Support
Problem: The "Adjust IDs for multilingual functionality" setting in WPML helps ensure that content elements like posts, pages, media, and taxonomies are correctly linked across different languages. This setting is crucial for maintaining the integrity of ID-based content across your site, facilitated by themes, plugins, or custom fields. While enabling this feature might introduce a slight performance overhead due to additional database queries, proper caching strategies can effectively minimize this impact. If this solution does not resolve your issue, or if it seems outdated or irrelevant 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 problems persist, please do not hesitate to open a new support ticket with us for further assistance. You can do so at WPML Support Forum. |
2 | 21 | Il y a 2 semaines et 1 jour | ||
Delete job in ATE
Démarré par: piaP-6 en: Chat Support |
1 | 2 |
Il y a 2 semaines et 2 jours
|
||
Speed up WPML site
1
2
Démarré par: piaP-6
en: English Support
Problem: Solution: Additionally, we found that WPML Media does not significantly impact performance unless used for translating images specifically for different languages. We also noted that the site's hosting might contribute to performance issues due to resource limitations or database call restrictions, especially with increased content from multiple languages. If these steps do not resolve the issue or if the solution seems outdated or irrelevant to your 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 further assistance is needed, please open a new support ticket here. |
4 | 23 | Il y a 2 semaines et 6 jours | ||
Product featured image is missing on translation
Démarré par: piaP-6
en: English Support
Problem: function wpml_sync_wp_attachment_metadata() { // Get all original media attachments global $wpdb; $original_attachments = $wpdb->get_results(" SELECT element_id FROM {$wpdb->prefix}icl_translations WHERE source_language_code IS NULL AND element_type = 'post_attachment' "); foreach ($original_attachments as $original_attachment) { $original_id = $original_attachment->element_id; // Get metadata from original $metadata = get_post_meta($original_id, '_wp_attachment_metadata', true); // Get translated posts for this attachment $translations = $wpdb->get_results($wpdb->prepare(" SELECT element_id FROM {$wpdb->prefix}icl_translations WHERE trid = (SELECT trid FROM {$wpdb->prefix}icl_translations WHERE element_id = %d AND element_type = 'post_attachment') AND source_language_code IS NOT NULL ", $original_id)); foreach ($translations as $translation) { $translated_id = $translation->element_id; // Update translated post meta with the same metadata update_post_meta($translated_id, '_wp_attachment_metadata', $metadata); } } } add_action('init', 'wpml_sync_wp_attachment_metadata'); After adding the script, reload your dashboard page and then remove the script. Ensure to back up your database before proceeding. Please note that this code has not been thoroughly tested and is more of an idea for fixing the problem. If it doesn't work as expected, you or someone with appropriate expertise must make any necessary adjustments. The custom coding falls outside the support provided here. You can find more information for developers here: https://wpml.org/documentation/support/ This solution might not be relevant if it's outdated or not applicable to your 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. |
2 | 18 | Il y a 3 semaines | ||
Lifting charge for specific currency
Démarré par: piaP-6 en: Chat Support |
1 | 2 |
Il y a 4 semaines
|
||
Translate imported links
Démarré par: piaP-6
en: English Support
Problem: 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 problem persists, please open a new support ticket. |
2 | 14 | Il y a 1 mois |