このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
| ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
|---|---|---|---|---|---|
|
ON my XLIFF file get and CDATA[] empty
開始者:lrn-accountsP
カテゴリ:English Support
Problem: <source> and <target> tags in your XLIFF file show empty CDATA[] instead of the actual text, this might be due to an issue with HTML sanitization in your theme's code. wp_kses_allowed_html filter in your theme. Specifically, avoid using a wildcard for attributes and instead, explicitly apply the style attribute to each allowed tag. Here is a corrected version of the code you can use: add_filter('wp_kses_allowed_html', function($allowed, $context) {
if ($context === 'post') {
if (!isset($allowed['script'])) {
$allowed['script'] = array();
}
$allowed['script'] = array_merge($allowed['script'], array(
'src' => true,
'type' => true,
'charset' => true,
'data-*' => true,
'defer' => true,
'async' => true,
));
if (!isset($allowed['style'])) {
$allowed['style'] = array();
}
$allowed['style'] = array_merge($allowed['style'], array(
'type' => true,
'media' => true,
'scoped' => true,
));
// Properly allow inline styles on a per-tag basis
foreach ($allowed as $tag => &$attributes) {
if (is_array($attributes)) {
$attributes['style'] = true;
}
}
}
return $allowed;
}, 10, 2);Please try this solution and let us know if it resolves the issue. If this solution does not apply to your case, or if it seems outdated, 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 problem persists, please open a new support ticket. |
|
0 | 6 | 8ヶ月、 1週前 | |
|
Why import xliff filed on new version
開始者:lrn-accountsP
カテゴリ:English Support
Problem: If the solution provided in the other ticket does not resolve your issue or if the details differ, 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 problem persists, please do not hesitate to open a new support ticket for further assistance. You can do so here: WPML Support Forum. |
|
0 | 2 | 8ヶ月、 1週前 | |
|
Api error missing resource: No sitekey found for this website
開始者:lrn-accountsP カテゴリ:English Support |
|
0 | 2 | 8ヶ月、 1週前 | |
|
The uploaded xliff file does not seem to be properly formed
開始者:lrn-accountsP カテゴリ:English Support |
1 | 3 | 8ヶ月、 1週前 | ||
|
Page not load
開始者:lrn-accountsP
カテゴリ:English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we recommend opening a new support ticket. We also 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. For further assistance, please visit our support forum at https://wpml.org/forums/forum/english-support/. |
|
0 | 3 | 9ヶ月、 2週前 | |
|
Page URL not translate
開始者:lrn-accountsP
カテゴリ:English Support
Problem: Translate . This setting will allow the slug in the translation to be included and not automatically created from the title. Please note that this solution might be outdated or not applicable to your specific case. We highly recommend 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. If the issue persists, please open a new support ticket. |
|
1 | 9 | 10ヶ月、 1週前 | |
|
Page URL not translate
開始者:lrn-accountsP カテゴリ:English Support |
|
0 | 4 | 10ヶ月、 2週前 | |
|
Set default language in site wise WPML
開始者:lrn-accountsP カテゴリ:English Support |
|
2 | 5 | 1年、 2ヶ月前 | |
|
ACF Fields Label not translated
開始者:lrn-accountsP カテゴリ:English Support |
|
1 | 2 |
1年、 3ヶ月前
|
|
|
Tried sending job to RWS with custom language but job failed
開始者:lrn-accountsP カテゴリ:English Support |
|
3 | 9 | 1年、 4ヶ月前 | |
|
custom language not show in list
開始者:lrn-accountsP カテゴリ:English Support |
|
2 | 3 | 1年、 4ヶ月前 | |
|
Time out error when I tried to export multiple XLIFF files
開始者:lrn-accountsP カテゴリ:English Support |
|
2 | 5 | 1年、 7ヶ月前 | |
|
Custom Languages not added
開始者:lrn-accountsP カテゴリ:English Support |
|
2 | 4 | 1年、 9ヶ月前 | |
|
Language Edit page shows blank
開始者:lrn-accountsP カテゴリ:English Support |
|
2 | 3 | 1年、 9ヶ月前 | |
|
WPML cannot translate text from ACF custom fields on the Options page.
開始者:lrn-accountsP カテゴリ:English Support |
|
2 | 4 | 1年、 9ヶ月前 |