• Hi there,

    Unfortunately, the page is hidden, so that will be of no help, but here’s a screenshot instead: https://capture.dropbox.com/CBionBt3pMEkdxZ8

    So basically, on the single-product.php page. I’ve added the YITH ADD TO WISHLIST button. I managed to translate “Removed” and “Or” but “View” was not included in the hungarian .po and .mo. No matter, I added them as you can see on the screenshot (compiled to .mo and uploaded both to wp-content/languages/plugins/yith-woocommerce-wishlist-hu_HU.po – and the .mo file as well. However, the button will still not translate.

    Can you tell me where I am going wrong?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    We’re sorry but we can’t see your site as it asks us to log in at any URL.

    On the other hand, the string “View” has translation available. However, you can modify that text by adding the following code in the functions.php file of your active child theme:

    if ( ! function_exists( 'yith_wcwl_view_wishlist_label_custom' ) ) {
        function yith_wcwl_view_wishlist_label_custom() {
            return 'your custom text';
        }
    }
    add_filter( 'yith_wcwl_view_wishlist_label', 'yith_wcwl_view_wishlist_label_custom', 99 );

    Let us know any news.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Yith Wihlist Free version – Translation View’ is closed to new replies.