למשתמש זה אין נושאים מועדפים.
נושאי פורום מועדפים
נושאי פורום שנוצרו
סטטוס |
נושא
|
תומך | קולות | פוסטים | עדכניות |
---|---|---|---|---|---|
Strings cannot be translated using String Translation
נפתח על ידי: emmanuelleD-4 ב: English Support |
|
0 | 4 | לפני 2 שבועות | |
Translations rolled back to primary language on homepage
נפתח על ידי: emmanuelleD-4
ב: 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 advise checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. For further assistance, please visit our support forum. |
|
2 | 7 | לפני 2 שבועות, 3 ימים | |
Some of the translations on my homepage disappeared
נפתח על ידי: emmanuelleD-4 ב: English Support |
|
0 | 4 | לפני חודש 1, 2 שבועות | |
WPDiscuz translation
נפתח על ידי: emmanuelleD-4 ב: English Support |
|
0 | 2 | לפני חודש 1, 4 שבועות | |
Items related to plugin WPdiscuz wouldn't translate
נפתח על ידי: emmanuelleD-4 ב: English Support |
|
1 | 4 | לפני 5 חודשים | |
Sidebar buttons / WPRM measurements issue
נפתח על ידי: emmanuelleD-4
ב: English Support
Problem: <wpml-config><br /> <admin-texts><br /> <key name="widget_block"><br /> </key><key name="*"><br /> <key name="content"></key> </key><br /> <br /> </admin-texts><br /></wpml-config> You can add this through WPML -> Settings -> Custom XML Configuration. After adding the XML, you can find the strings for translation by navigating to the WPML String Translation page. Although this method might not be the most user-friendly, currently, it is the necessary approach due to how the data is stored. Please note that this solution might be irrelevant 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. |
|
2 | 12 | לפני 5 חודשים | |
WPRM measurements displaying incorrectly in the second language
נפתח על ידי: emmanuelleD-4
ב: 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 issue persists, please do not hesitate to contact us for further assistance at WPML support forum. |
|
1 | 5 | לפני 5 חודשים | |
WPRM measurements displaying incorrectly in the second language
נפתח על ידי: emmanuelleD-4 ב: Chat Support |
|
1 | 2 | לפני 5 חודשים, שבוע 1 | |
Search modal box not translating
נפתח על ידי: emmanuelleD-4
ב: English Support
Problem: Solution: We advised the client that the text they are trying to translate is added through the theme's functions.php file and is not set up for translation by default. functions.php with the following code: function kt_add_form_title( $form ) { $content = '<div class="search-modal-content"><h5>' . __('What are you looking for?', 'your-text-domain') . '</h5></div>'; return $content . $form; } After updating the function, they should navigate to WPML->Themes and Plugin Localization to scan the theme and then translate the text using WPML's String Translation. For more details on theme internationalization, visit WordPress Theme Internationalization. If this solution does not resolve your issue, or if it 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. |
|
2 | 6 | לפני 6 חודשים, 2 שבועות | |
author link metadata and sidebar buttons can't be translated
נפתח על ידי: emmanuelleD-4
ב: English Support
Problem: add_filter('author_link', 'modify_author_link', 10, 1);<br />function modify_author_link($link) {<br /> $current_language = apply_filters('wpml_current_language', null);<br /> if ($current_language === 'fr') {<br /> $link = 'https://www.thatcutedish.com/fr/a-propos/';<br /> } else {<br /> $link = 'https://www.thatcutedish.com/about/';<br /> }<br /> return $link;<br />} 2) For translating sidebar buttons, since they are part of a WordPress widget block, we directed the client to follow the steps in our guide on translating widgets (documentation). If the widgets are not appearing under Appearance > Widgets due to theme limitations, contacting the theme developer for assistance was recommended. If this solution does not resolve your issue or seems outdated, please check related known issues (here), verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If further assistance is needed, we highly recommend opening a new support ticket at WPML support forum. |
|
2 | 5 | לפני 8 חודשים | |
Parent post of WPRM recipe cards
נפתח על ידי: emmanuelleD-4 ב: English Support |
|
2 | 2 | לפני 9 חודשים, 2 שבועות |