Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
Ajax not working after updating WPML plugins
Iniziato da: George K in: Chat Support |
|
1 | 2 |
1 anno, 12 mese fa
|
|
|
How can we save the previous customer's selected currency?
Iniziato da: George K in: English Support |
|
2 | 9 | 2 anno, 4 mese fa | |
|
WPML chat support ticket by George K – 1701184093
Iniziato da: George K in: Chat Support |
|
1 | 2 |
2 anno, 4 mese fa
|
|
|
WPML chat support ticket by George K – 1701161455
Iniziato da: George K in: English Support |
1 | 1 |
2 anno, 4 mese fa
|
||
|
Visitor need to press twice the currency switcher to return to the default currency
Iniziato da: George K in: Chat Support |
|
1 | 2 |
2 anno, 4 mese fa
|
|
|
Do not translate title with automatic translation
Iniziato da: George K
in: 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 anno, 2 mese fa | |
|
Translated content is overwritten with the original when updating the original post
Iniziato da: George K in: English Support |
|
2 | 7 | 3 anno, 6 mese fa | |
|
Xstore theme Promo text translation
Iniziato da: George K in: English Support |
|
2 | 8 |
3 anno, 10 mese fa
George K |