ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
| الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
|---|---|---|---|---|---|
|
WP Forms user Activation Emails Not Translating
1
2
بدأه: tomasH-28
في: English Support
Problem: add_filter( 'wpforms_user_registration_email_notifications_after_activation_user_email', function( $email ) {
if ( ! empty( $email['address'] ) ) {
do_action( 'wpml_switch_language_for_email', $email['address'] );
}
// Apply translation manually
$email['subject'] = apply_filters( 'wpml_translate_single_string', $email['subject'], 'wpforms-41', 'setting-registration_email_user_after_activation_subject' );
$email['message'] = apply_filters( 'wpml_translate_single_string', $email['message'], 'wpforms-41', 'setting-registration_email_user_after_activation_message' );
return $email;
}, 5 );After adding the code, revisit WPML > String Translation to find the newly registered strings under the 'wpforms-41' text domain. 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 needed, please open a new support ticket for further assistance. |
|
0 | 25 | قبل 9 أشهر، 3 أسابيع | |
|
“There is a problem with the String Translation table in your site”
بدأه: tomasH-28 في: Chat Support |
|
0 | 2 | قبل 10 أشهر، أسبوعين | |
|
Jet Smart Filters – cant translate URL with filtered value
بدأه: tomasH-28
في: 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 this does not resolve your issue, please open a new support ticket at WPML support forum. |
|
0 | 5 | قبل 10 أشهر، 3 أسابيع |