Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #847238

    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

    #847919

    Hey L,

    Thank you very much for those updates.
    We will do report them over to our developers.

    Thank you

    Best regards,
    Basilis

    #882200

    Hello,

    Why is this still not fixed? The Enfold widgets like Facebook and Mailchimp cannot be read by WPML string translator.

    #882970

    Update: fixed them myself but please fix the Enfold widget compatibility with wpml on next version.

    #883329

    Hi,

    Glad you figured it out!
    We will suggest file changes to our devs and it should be included in upcoming update.

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold Facebook widget – title not showing translated (WPML)’ is closed to new replies.