i have put mailchimp widget in the botton and i have wpml plugin but i cannot translate it. Is it possible to translate mailchimp widget with the wpml??
Hi neo-systems!
Please refer to this post – https://wpml.org/documentation/getting-started-guide/translating-widgets/ :)
Best regards,
Yigit
i have tried that… I translate the string but nothing happens. it does not change at al… :(
Hey!
Have you tried contacting WPML support team? They should have better insight on what could be causing the issue or if you are missing any steps
Regards,
Yigit
not really!
Hi!
Please do so.
I checked your functions.php file but even this code was missing
function widget( $args, $instance ) {
extract($args);
$title = apply_filters( 'widget_title', empty($instance['title']) ? '' : $instance['title'], $instance );
}
I added it for you to your child theme’s functions.php file. Please contact WPML support team so they can assist you further :)
Cheers!
Yigit