このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
| ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
|---|---|---|---|---|---|
|
Trigger WPML auto translate programmatically
開始者:aigarsM カテゴリ:English Support |
|
1 | 7 | 3週、 5日前 | |
|
WPML doesn’t translate some PDF and Email strings
1
2
開始者:aigarsM
カテゴリ:English Support
Problem: /**
* Ensure text domain loaded for woocommerce-pdf-invoices-packing-slips
* which may fail when using MakeCommerce at checkout
*/
add_action( 'wpo_wcpdf_process_template', function(){
$domain = 'woocommerce-pdf-invoices-packing-slips';
$locale = determine_locale();
$locale = ( $locale == 'lv' ) ? 'lv_LV' : $locale;
if ( ! is_textdomain_loaded( $domain ) ){
$base = WP_LANG_DIR . "/wpml/{$domain}-{$locale}";
$phpfile = $base . ".l10n.php";
$mofile = $base . '.mo';
$file = $phpfile && file_exists($phpfile) ? $phpfile : ( file_exists($mofile) ? $mofile : null );
if ( $file ) {
load_textdomain( $domain, $file );
}
}
});If this solution does not resolve the issue or seems irrelevant due to updates or different circumstances, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket for further assistance at WPML support forum. |
|
0 | 19 | 4ヶ月、 2週前 | |
|
Split: PDF Invoices & Packing Slips strgins issue
開始者:aigarsM カテゴリ:English Support |
|
0 | 6 | 6ヶ月、 3週前 | |
|
Enable auto translate for WooCommerce products
開始者:aigarsM
カテゴリ: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 open a new support ticket at WPML support forum. |
|
1 | 13 | 10ヶ月、 2週前 | |
|
String Translations
開始者:aigarsM
カテゴリ:English Support
Problem: If this solution does not resolve your issue or 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 at WPML support forum. |
|
1 | 16 | 11ヶ月、 3週前 | |
|
Split: String aren't showing translated
開始者:aigarsM
カテゴリ:English Support
Problem: style.css includes a proper text domain, for example: Text Domain: blank 2. Add the load_theme_textdomain function to your theme's functions.php file, ideally around line 413: load_theme_textdomain('blank', get_template_directory() . '/languages');3. Create a 'languages' folder in your theme directory. <?php _e('Zvani', 'blank') ?>:After making these changes, scan and translate your theme again to check if the issue is resolved. Please note that this solution might be outdated or not applicable to your specific case. If the problem persists, 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, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 5 | 1年、 1ヶ月前 | |
|
WPML redirects GET var to 404 page
開始者:aigarsM カテゴリ:English Support |
|
0 | 5 | 1年、 1ヶ月前 | |
|
WPML breaks woocommerce zoom.js
開始者:aigarsM
カテゴリ:English Support
Problem: 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 the problem persists, please open a new support ticket at WPML support forum. |
|
0 | 12 | 1年、 1ヶ月前 | |
|
WPML overwrites gravity form – empire strikes back
開始者:aigarsM
カテゴリ:English Support
Problem: $snh = new GFML_String_Name_Helper(); with:
$snh = new GFML_String_Name_Helper();
// WPML workaround for compsupp-7768
$check = new \WPML\Utils\DebugBackTrace();
if ($check->is_class_function_in_call_stack('GFFormDisplay', 'process_form')) {
return $form;
}
3. Repeat the same replacement on line 822. If this solution does not resolve your issue or seems outdated, we recommend opening a new support ticket. Please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. For further assistance, visit our support forum at https://wpml.org/forums/. |
|
0 | 6 | 1年、 2ヶ月前 | |
|
Posts not translating
開始者:aigarsM
カテゴリ:English Support
Problem: Unfortunately, there are no hooks available to trigger automatic translations directly after creating duplicates. However, you can manually trigger or queue translations after duplication. If these steps do not resolve your issue or if the solution seems outdated or irrelevant 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
2 | 8 | 1年、 4ヶ月前 | |
|
Re-enable auto translate for certain page
開始者:aigarsM
カテゴリ:English Support
Problem: Solution: 2) We identified that the page had previously been translated using Gutenberg, which created a string package in WPML > Packages. Since the client was no longer using Gutenberg, this caused the system to copy content instead of translating it. 3) To resolve the issue, we navigated to WPML > Packages, located the package for the "Privacy Policy" page (which had an ID value of "3"), and deleted it. Afterward, we re-translated the page using the Advanced Translation Editor without using any additional credits, as the content had already been translated. 4) We explained that a string package with a name like [page builder name]-strings-[page id] indicates a page has been translated with a page builder, which in this case was Gutenberg. The issue likely occurred before the client installed the "classic editor" plugin. If you're experiencing a similar issue, we recommend checking if you are listed as a translator and looking for any string packages related to page builders in WPML > Packages. If you find any, delete them and attempt to re-translate the page. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket. |
|
2 | 9 | 1年、 11ヶ月前 | |
|
Unable to delete a language
開始者:aigarsM カテゴリ:English Support |
|
2 | 5 | 2年前 | |
|
Unable to delete a custom secondary language
開始者:aigarsM カテゴリ:English Support |
|
2 | 4 | 2年前 | |
|
I can't see ACF link text in Advanced Translation Editor
開始者:aigarsM カテゴリ:English Support |
|
2 | 10 | 2年、 1ヶ月前 | |
|
Broken Woocommerce Product Variations
開始者:aigarsM カテゴリ:English Support |
|
2 | 3 | 2年、 5ヶ月前 |