Newsletter opt-in checkbox – WPML issue
-
Hello,
this is Dra?en from the WPML support team.
We have an issue reported a few times for your plugin and checkbox translation. I am adding all info here for your reference.
Please review the next issue and suggested a fix, and if you need WPML developers to help please join our compatibility program or let me know.
I will be glad to help ??
– https://wpml.org/documentation/theme-compatibility/go-global-program/
ISSUE
The Sendinblue plugin’s settings are loaded and stored too early.
In this case, next workaround is used:
– go to wp-content/plugins/woocommerce-sendinblue-newsletter-subscription/;
– open the woocommerce-sendinblue.php file;
– replace this line
'label' => esc_attr($this->customizations['ws_opt_field_label']),with this one:
'label' => esc_attr(apply_filters( 'wpml_translate_single_string', $this->customizations['ws_opt_field_label'], 'admin_texts_wc_sendinblue_settings', '[wc_sendinblue_settings]ws_opt_field_label')),Source:
– https://wpml.org/forums/topic/woocommerce-sendinblue-newsletter-subscription-plugin-not-wpml-compatible/
– https://wpml.org/forums/topic/sendinblue-translation/
- The topic ‘Newsletter opt-in checkbox – WPML issue’ is closed to new replies.