למשתמש זה אין נושאים מועדפים.
נושאי הפורום המועדפים
נושאי הפורום נוצרו
מצב |
נוֹשֵׂא
|
תוֹמֵך | קולות | פוסטים | טְרִיוּת |
---|---|---|---|---|---|
links not updated in auto translated content
התחיל על ידי: xiaoweiX
ב: 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 do not hesitate to open a new support ticket at WPML support forum. |
2 | 7 | לפני 8 חודשים | ||
WPML chat support ticket by xiaoweiX – 1715664511
התחיל על ידי: xiaoweiX ב: Chat Support |
1 | 2 |
לפני 8 חודשים
|
||
auto translation queue growing huge
התחיל על ידי: xiaoweiX
ב: English Support
Problem: If this solution does not resolve your issue or seems outdated, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for personalized assistance. |
2 | 7 | לפני 8 חודשים, שבוע 1 | ||
How can I set USA flag for the English language?
התחיל על ידי: xiaoweiX
ב: English Support
Problem: If this solution does not apply or is outdated, or if further assistance is needed, we recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that the latest versions of themes and plugins are installed. If the issue persists, please open a new support ticket in the WPML support forum. |
2 | 2 | לפני 8 חודשים, שבוע 1 | ||
Multiple questions about automatic translations
התחיל על ידי: xiaoweiX ב: Chat Support |
1 | 2 |
לפני 8 חודשים, שבוע 1
|
||
automatic translation and media
התחיל על ידי: xiaoweiX
ב: English Support
Problem: wp_posts and wp_postmeta tables. Solution: We also clarified that it's not possible to have a single image load in the translation without duplication unless custom coding is implemented. If the client needs a custom solution, we suggested hiring a certified developer experienced in customizing WPML from https://wpml.org/contractors/. Please note that this solution might be 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 at our support forum. |
2 | 5 | לפני 8 חודשים, שבוע 1 | ||
automatic translation not translating posts / pages / products …
התחיל על ידי: xiaoweiX ב: English Support |
1 | 2 | לפני 8 חודשים, שבוע 1 | ||
automatic translation questions
התחיל על ידי: xiaoweiX
ב: English Support
Problem: Solution: For content that has been manually translated independently, WPML respects these translations and will not overwrite them when automatic translation is enabled. If the translation mode for a page is changed to "WPML Translation Editor" and the source content is updated, then automatic translation will apply. When automatic translation is activated, untranslated pages or posts will be placed in the translation queue and begin translating immediately. Switching from the WordPress Editor to the Advanced Translation Editor will not transfer translations due to different translation memories. To test automatic translation, you can either disconnect the existing translation or delete them, and the automatic translation feature will start to translate them automatically. If this solution is not relevant to your case, or if you find it outdated, 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 you need further assistance, please feel free to open a new support ticket in our support forum. |
2 | 12 | לפני 8 חודשים, 2 שבועות | ||
undo media duplication
התחיל על ידי: xiaoweiX
ב: English Support
Problem: Solution: For cleaning up the database entries, we suggested using the WPML Troubleshooter with the following steps: Regarding the Media Translation options appearing even when the addon is deactivated, we clarified that these options are part of the core functionality of WPML and are designed to appear regardless of the Media Translation plugin's status. If the provided solution is not relevant due to being outdated or not applicable to the client's case, we recommend opening a new support ticket. We also highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that the latest versions of themes and plugins are installed. If further assistance is needed, please contact us through the WPML support forum. |
2 | 5 | לפני 8 חודשים, 2 שבועות | ||
WPML chat support ticket by xiaoweiX – 1713944269
התחיל על ידי: xiaoweiX ב: Chat Support |
1 | 2 |
לפני 8 חודשים, 3 שבועות
|
||
translate my account sub page slug
התחיל על ידי: xiaoweiX ב: English Support |
2 | 3 | לפני 9 חודשים, שבוע 1 | ||
Is it possible to assign different featured images to a translated product?
התחיל על ידי: xiaoweiX ב: English Support |
2 | 2 | לפני 9 חודשים, שבוע 1 | ||
taxonomy synchronization (translated product attributes) very slow
התחיל על ידי: xiaoweiX
ב: English Support
Problem: If this solution does not apply to your situation because it might be outdated or not relevant to your case, we suggest opening a new support ticket. We also highly recommend checking related 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 contact us through the WPML support forum. |
2 | 10 | לפני 9 חודשים, 3 שבועות | ||
Auto sign-in and sign-out across domains causes redirect
התחיל על ידי: xiaoweiX ב: Chat Support |
1 | 2 |
לפני שנה 1
|
||
Language urls showing up in main site map
1
2
התחיל על ידי: xiaoweiX
ב: English Support
Problem: /* * WPML Workaround for compsupp-6571 */ add_filter('rank_math/sitemap/entry', 'wpml_compsupp6571_remove_sitemap_entry_from_different_domain', 10, 3); function wpml_compsupp6571_remove_sitemap_entry_from_different_domain ( $url, $type, $object ) { if (! class_exists('SitePress') || apply_filters( 'wpml_setting', false, 'language_negotiation_type' ) != 2 ) { return $url; } $current_language = apply_filters( 'wpml_current_language', NULL ); if ($type == 'post') { $post_language_details = apply_filters( 'wpml_post_language_details', NULL, $object->ID ) ; if ( isset($post_language_details['language_code']) && $post_language_details['language_code'] != $current_language) { return false; } } elseif ($type == 'term') { $args = array('element_id' => $object->term_taxonomy_id, 'element_type' => $object->taxonomy ); $term_language_details = apply_filters( 'wpml_element_language_details', NULL, $args ) ; if (isset($term_language_details->language_code) && $term_language_details->language_code != $current_language) { return false; } } return $url; } After implementing this code, the sitemap should correctly exclude entries from languages other than the current one. We confirmed that the solution works by checking the sitemap at https://staging.newtimeshair.com/product_cat-sitemap1.xml. |
3 | 23 | לפני שנה 1 |