Viewing 6 replies - 1 through 6 (of 6 total)
  • Keep!
    The plugin does not support the translation

    Plugin Author YITHEMES

    (@yithemes)

    Hi guys

    I checked on my local installation, changing wordpress language to “Italian”. Translation .po archive included with plugin is correctly loaded, and strings are translated on backend and frontend

    Are you sure you correctly named your custom .po archive?
    You should copy yith-woocommerce-wishlist.pot in yith-woocommerce-wishlist/languages/ folder.

    Paste it in the same folder, re-naming it with the correct locale

    yith-woocommerce-wishlist-<WordPress Locale>.po

    You can find correct postfix for your language here

    Then you can open it with POEDIT e translate plugin strings.

    Another possible problem, is outdated wishlist templates, bundled with your theme. Please, check that your theme use last templates version, with yith-woocommerce-wishlist as text domain

    Let me know if this helps with your problem

    Have a nice day ??

    Hello,

    I am having the same problem as lm125, read the YITHEMES explanation and no sucess to fix this untill now.
    Nothing is translating to Portuguese excepting the ‘Share on:’ section.
    My wordpress is in Portuguese, I place in the (/public_html/wp-content/plugins/yith-woocommerce-wishlist/languages) the file translated from the yith-woocommerce-wishlist.pot renamed to yith-woocommerce-wishlist-pt_PT.po

    All still the same, my theme is updated to the latest version..
    Any ideas of what can it be?

    Appreciate some help

    Plugin Author YITHEMES

    (@yithemes)

    Hi Renato,

    Please, Can you check if your theme overwrites wishlist template as
    add-to-wishlist.php,
    add-to-wishlist-button.php,
    wishlist-view.php?

    You should find them under theme root, or /woocommerce subdirectory.

    If any template is overwritten, and i18n functions still use old text domain, .po file won’t be used to translate strings.

    As a matter of facts, “Share wishlist” is a different template, rarely customized by third party themes (so it is more likely to be translated).

    Let me know
    Have a nice day!

    Hi guys,
    It′s working fine now apart from the size of the tumb that changed..How can I change it to make it bigger, now is 45×128 and does not look very good.
    Appreciate your help
    Regards

    Plugin Author YITHEMES

    (@yithemes)

    Hi TROIKO,

    glad to know everything is fine now! ??

    Just a little hint: if you experience more issues, please open different threads. In this way, all problems and requests will be organized, and forum users will likely find the answers to their problems with a simple glimpse to the title of the topics.

    Anyway, I just checked the code that prints product thumbnail on wishlist page: it uses ‘shop_thumbnail’ size (you set this dimensions in WC settings, under WooCommerce -> Settings -> Products -> Display -> Product Thumbnail)

    If you want to change only the wishlist thumbnail dimensions, without changing thumb on single product page, you can follow this steps:

    1. copy wishlist-view.php template from wp-content/plugins/yith-woocommerce-wishlist/templates to your theme root
    2. edit the template in your theme, changing line 151

    <?php echo $product->get_image() ?>

    passing to method custom dimensions to use as an array

    <?php echo $product->get_image( array( 180, 180 ) ) ?>

    Let me know if this helps
    Have a nice day!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Translation problem with 2.0.11 version’ is closed to new replies.