• Hi:

    I just installed the WP Favorite Posts and it works fine. However, when the widget list is empty, it says: Your favorites will be here.

    How to translate that text?

    As the “Text for favorites are empty” field under Label settings is not been used on the widget, only in Page when using the {{wp-favorite-posts}} shortcode.

    Thanks!

    https://www.ads-software.com/plugins/wp-favorite-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I got the same problem. Did you found a solution?

    Thread Starter osckar

    (@osckar)

    Hi @befranga:

    The only workaround at the momment is to translate it directly from the plugin, edit wp-favorite-posts/wpfp-your-favs-widget.php

    and look for:

    else:
        echo "<li>";
        echo "Your favorites will be here.";
        echo "</li>";
    endif;
    echo "</ul>";
    ?>

    but when the plugin gets an update, the translation will be lost, and you have to do it again.

    Let′s hope the author include this option asap.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translate "Your favorites will be here" text from widget’ is closed to new replies.