למשתמש זה אין נושאים מועדפים.
נושאי פורום מועדפים
נושאי פורום שנוצרו
| סטטוס |
נושא
|
תומך | קולות | פוסטים | עדכניות |
|---|---|---|---|---|---|
|
Ajax not working after updating WPML plugins
נפתח על ידי: George K ב: Chat Support |
|
1 | 2 |
לפני שנה 1, חודש 12
|
|
|
How can we save the previous customer's selected currency?
נפתח על ידי: George K ב: English Support |
|
2 | 9 | לפני שנה 2, חודש 4 | |
|
WPML chat support ticket by George K – 1701184093
נפתח על ידי: George K ב: Chat Support |
|
1 | 2 |
לפני שנה 2, חודש 4
|
|
|
WPML chat support ticket by George K – 1701161455
נפתח על ידי: George K ב: English Support |
1 | 1 |
לפני שנה 2, חודש 4
|
||
|
Visitor need to press twice the currency switcher to return to the default currency
נפתח על ידי: George K ב: Chat Support |
|
1 | 2 |
לפני שנה 2, חודש 4
|
|
|
Do not translate title with automatic translation
נפתח על ידי: George K
ב: English Support
Problem: add_filter('wpml_tm_job_field_is_translatable', 'testfield', 10, 2);
function testfield($is_translatable, $job_translate){
global $wpdb;
$postid = $wpdb->get_var( $wpdb->prepare("SELECT `field_data` FROM `wp_icl_translate` WHERE `field_type` = 'original_id' AND `job_id` = %d", $job_translate["job_id"] ));
$posttype = get_post_type($postid);
if ($job_translate["field_type"] == "title" && $posttype == "product") {
return false;
} else {
return true;
}
}Please note that this solution might become outdated or may not apply to your specific case. If this does not resolve your issue or if you have further questions, 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 needed, do not hesitate to open a new support ticket at WPML support forum for further assistance. |
|
2 | 4 | לפני שנה 3, חודש 2 | |
|
Translated content is overwritten with the original when updating the original post
נפתח על ידי: George K ב: English Support |
|
2 | 7 | לפני שנה 3, חודש 6 | |
|
Xstore theme Promo text translation
נפתח על ידי: George K ב: English Support |
|
2 | 8 |
לפני שנה 3, חודש 11
George K |