למשתמש זה אין נושאים מועדפים.
נושאי הפורום המועדפים
נושאי הפורום נוצרו
מצב |
נוֹשֵׂא
|
תוֹמֵך | קולות | פוסטים | טְרִיוּת |
---|---|---|---|---|---|
Duplicate the products with translations with the latest state
התחיל על ידי: T4ng ב: English Support |
2 | 3 | לפני 9 חודשים, 3 שבועות | ||
Duplicate the products with translations with the latest state
התחיל על ידי: T4ng ב: Chat Support |
|
1 | 2 |
לפני 10 חודשים
|
|
I need to duplicate a product
התחיל על ידי: T4ng ב: Chat Support |
|
1 | 2 |
לפני 10 חודשים
|
|
switch to the multilingual CMS (instead of agency)
התחיל על ידי: T4ng
ב: English Support
Problem: |
|
2 | 10 | לפני 10 חודשים, שבוע 1 | |
I don't understand the price I'm charged for renewal
התחיל על ידי: T4ng ב: Chat Support |
|
1 | 2 |
לפני 10 חודשים, 3 שבועות
|
|
Help with the translation process while adding a new language
התחיל על ידי: T4ng ב: English Support |
|
2 | 5 | לפני 11 חודשים | |
Je ne parviens pas toujours à récupérer les mises à jour de WPML via wp plugin
1
2
התחיל על ידי: T4ng
ב: 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 | לפני 11 חודשים, 3 שבועות | |
WPML chat support ticket by T4ng – 1707223110
התחיל על ידי: T4ng ב: English Support |
1 | 1 |
לפני שנה 1
|
||
How to mass update post translation statuses?
התחיל על ידי: T4ng
ב: 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 | לפני שנה 1 | |
Duplicated taxonomies
התחיל על ידי: T4ng ב: Chat Support |
|
1 | 2 |
לפני שנה 1, חודש 1
|
|
WPML chat support ticket by T4ng – 1702636111
התחיל על ידי: T4ng ב: English Support |
1 | 1 |
לפני שנה 1, חודש 1
|
||
WC Multilingual checkout redirects to original language checkout payment apge
1
2
3
התחיל על ידי: T4ng
ב: English Support
Problem: Custom order received endpoint redirects to default language if using classic checkout block/shortcode Solution: This issue is fixed with the latest version of WooCommerce Multilingual & Multicurrency - 5.3.2. Please update to the latest version. Relevant Documentation: https://wpml.org/download/woocommerce-multilingual-multicurrency/?section=changelog |
|
2 | 49 | לפני שנה 1, 2 חודשים | |
WooCommerce Multilingual: can't save Stripe Country availability
התחיל על ידי: T4ng
ב: English Support
Problem: Solution: If this solution does not seem relevant to your issue, please open a new support ticket at WPML support forum. |
|
3 | 5 | לפני שנה 1, 2 חודשים | |
we don't want the Gravity form "-values" entries listed translated from WPML String Translation page
התחיל על ידי: T4ng
ב: English Support
Problem: For string translation, focus on translating custom labels and text from the Gravity Forms plugin files by selecting the "gravityforms" domain in the WPML >> String Translation page. Avoid translating the "gravity_form-ID" domain from WPML >> String Translation page |
|
2 | 5 | לפני שנה 1, 2 חודשים | |
Broken YouTube video block after translation
1
2
התחיל על ידי: T4ng
ב: English Support
Problem: I am trying to translate a page in which there is a YouTube video. Link to a page where the issue can be seen: Instead, I got: only the YouTube address instead of the block Solution: please go to WPML > Settings > Custom XML configuration and add next code: <wpml-config> <gutenberg-blocks> <gutenberg-block type="core/embed" translate="1"> <key name="url" type="LINE"></key> <xpath>//figure/div</xpath> </gutenberg-block> <gutenberg-block type="core/video" translate="1"> <key name="id"></key> <xpath>//figure/video</xpath> </gutenberg-block> </gutenberg-blocks> </wpml-config> Make a small change to the default language page and re-translate, save. Relevant Documentation: |
|
3 | 23 | לפני שנה 1, 3 חודשים |