ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
| الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
|---|---|---|---|---|---|
|
Trigger WPML auto translate programmatically
بدأه: aigarsM في: English Support |
|
1 | 7 | قبل 3 أسابيع، 3 أيام | |
|
Product categories out of sync
بدأه: aigarsM في: Chat Support |
|
1 | 2 | قبل 1 شهر | |
|
WPML auto-translation is producing incorrect and inconsistent translations in WooCommerce.
بدأه: aigarsM في: Chat Support |
|
1 | 2 | قبل 1 شهر | |
|
There is conflict with WPML String Translation and Rank Math SEO
بدأه: aigarsM في: Chat Support |
|
0 | 4 | قبل 3 أشهر، 1 أسبوع | |
|
There is conflict with WPML String Translation and Rank Math SEO
بدأه: aigarsM في: Chat Support |
|
0 | 2 | قبل 3 أشهر، 3 أسابيع | |
|
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 أشهر، أسبوعين | |
|
Split: PDF Invoices & Packing Slips strgins issue
بدأه: aigarsM في: English Support |
|
0 | 6 | قبل 6 أشهر، أسبوعين | |
|
Sync product categories
بدأه: aigarsM في: Chat Support |
|
0 | 2 | قبل 10 أشهر، أسبوعين | |
|
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 أشهر، أسبوعين | |
|
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 أسابيع | |
|
I need to output date using wp_date function
بدأه: aigarsM في: Chat Support |
|
0 | 2 | قبل 1 سنة | |
|
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 سنة | |
|
WPML redirects GET var to 404 page
بدأه: aigarsM في: English Support |
|
0 | 5 | قبل 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 سنة | |
|
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 سنة، شهرين |