למשתמש זה אין נושאים מועדפים.
נושאי הפורום המועדפים
נושאי הפורום נוצרו
מצב |
נוֹשֵׂא
|
תוֹמֵך | קולות | פוסטים | טְרִיוּת |
---|---|---|---|---|---|
Disambiguating a single string with multiple contexts
התחיל על ידי: mikeD-5 ב: Chat Support |
|
1 | 2 |
לפני 7 חודשים, שבוע 1
|
|
Where are translation hints?
התחיל על ידי: mikeD-5
ב: English Support
Problem: printf(esc_html(// translators: %s is a year __( 'Active since %s', 'cnmd' ),), esc_html( $year )); Solution: We further explained that the comment /* translators: %s: %s is a year */ is intended to provide context to translators who are translating the theme or plugin into different languages. It helps in understanding what the string represents, especially when creating .po language files that accompany the theme or plugin. However, PHP comments, whether single-line (//) or multi-line (/* */), are ignored by the PHP interpreter during script execution. They are meant only for documentation and do not appear on the website or affect the program's execution. For more details on PHP comments, you can visit https://www.w3schools.com/php/php_comments.asp. If this solution does not resolve your issue or seems irrelevant due to being 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. Should you need further assistance, please open a new support ticket with us. |
|
2 | 4 | לפני 7 חודשים, שבוע 1 | |
Translations are disappearing/getting reset
1
2
התחיל על ידי: mikeD-5
ב: English Support
Problem: If this solution does not resolve your issue or seems irrelevant due to being 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
3 | 32 | לפני 7 חודשים, 2 שבועות | |
Scanning for strings in a mu-plugin
1
2
התחיל על ידי: mikeD-5 ב: English Support |
|
8 | 19 | לפני 11 חודשים, 3 שבועות | |
How do I consolidate textdomains within a theme
התחיל על ידי: mikeD-5 ב: English Support |
|
2 | 6 | לפני שנה 1, 9 חודשים | |
"Synchronise translations" cannot be disabled
התחיל על ידי: mikeD-5 ב: English Support |
|
2 | 7 | לפני 3 שנים | |
Client disconnected
התחיל על ידי: mikeD-5 ב: Chat Support |
|
1 | 1 |
לפני 3 שנים, חודש 1
|
|
Admin shows posts in all languages
התחיל על ידי: mikeD-5 ב: English Support |
|
2 | 5 | לפני 3 שנים, 3 חודשים | |
Posts are listed in all the languages
התחיל על ידי: mikeD-5 ב: Chat Support |
|
1 | 2 |
לפני 3 שנים, 3 חודשים
|
|
WPML String Translation + WP 5.7 = Warning in admin and front end with debugging
התחיל על ידי: mikeD-5 ב: English Support |
|
2 | 2 | לפני 3 שנים, 11 חודשים | |
WPML + simple auth = "REST API is disabled, blocking some features of WPML"
התחיל על ידי: mikeD-5 ב: English Support |
|
2 | 2 | לפני 4 שנים | |
Enabling Translation of a Custom Taxonomy
התחיל על ידי: mikeD-5 ב: English Support |
|
2 | 5 |
לפני 4 שנים, 2 חודשים
mikeD-5 |
|
Finding the original ID for a term
התחיל על ידי: mikeD-5 ב: English Support |
|
2 | 4 | לפני 4 שנים, 2 חודשים | |
Don't translate links
התחיל על ידי: mikeD-5
ב: English Support
Problem: How to add a link to pages in a different language. Solution: You need to add the following example code in the functions.php file of your site's theme. add_filter( 'wpml_sl_blacklist_requests', 'wpml_sl_blacklist_requests', 10, 2 ); function wpml_sl_blacklist_requests( $blacklist, $sitepress ) { $blacklist[] = 'documentation'; return $blacklist; } In this example, 'documentation' represents the slug of the page you link to and don't want to take the user to the translation of this page. Please read more about this function in our documentation here. Note: 1. You do not need to activate the Sticky Links add-on. 2. For existing pages and posts with links in their content, you might need to make a small change on the page and press the Update button. And then also update the translation. |
|
2 | 10 | לפני 4 שנים, 3 חודשים | |
Gravity Forms v1.5.2 breaks conditional logic
התחיל על ידי: mikeD-5 ב: English Support |
|
2 | 2 | לפני 4 שנים, 4 חודשים |