Tagged: facebook like box, Widget, wpml
Please review and fix the title lines and other translatable parts for Enfold widgets at enfold/framework/php/class-framework-widgets.php
For instance – line 42:
$title = isset($instance['title']) ? $instance['title'] : "";
is not compatible with WPML, it doesn`t show the title translations on front-end. I have changed the line to:
$title = apply_filters( 'widget_title', empty($instance['title']) ? '' : $instance['title'], $instance );
and it worked.
There are also issues with WPML translation of Instagram widget ‘Follow me’ link text. Please make Enfold widgets fully-translatable with WPML on future releases.
Reference: https://wpml.org/documentation/getting-started-guide/translating-widgets/
Regards
Hey L,
Thank you very much for those updates.
We will do report them over to our developers.
Thank you
Best regards,
Basilis
Hello,
Why is this still not fixed? The Enfold widgets like Facebook and Mailchimp cannot be read by WPML string translator.
Update: fixed them myself but please fix the Enfold widget compatibility with wpml on next version.