Home Forums WC Vendors Pro Support Update did not fix translation issue

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #15727
    Avi
    Participant

    Hi,

    Since you indicated the translation issue for the dashboard menus will be fixed I was really excited for it. Unfortunately everything stayed the same. The menu turns into a simple html with bullet points point as is not translated either.

    Avi

    #15784
    WC Vendors Support
    Participant

    Hi Avi,

    I’ll tag Jamie on this one — I’m sure he’d like to see a screenshot though. On all our test servers there’s no html/bullets, it’s the same menu bar as before.


    @digitalchild

    #15807
    Avi
    Participant

    Hi Ben, did you by any chance test this with RTL language as well?

    Regardless I’ll be trying to ix this a bit more, if I can’t I’ll update this with the snapshot and hope you guys will manage to find a solution.

    Thanks,

    Avi

    #15810
    CriterioNet
    Participant

    @raitoavi, I managed to translate them in an unconventional way until get it resolved Jamie and Ben

    in javascript

    /* modificar textos nav tablero */
    $('ul.menu.horizontal.black li:nth-child(2) > a').html('Productos');
    $('ul.menu.horizontal.black li:nth-child(3) > a').html('Órdenes');
    $('ul.menu.horizontal.black li:nth-child(4) > a').html('Calificaciones');
    #15811
    Avi
    Participant

    Also, where can I find those strings for the menu items? Only one I see available is View Store. Are they a part of the wc vendor pro strings, woocommerce, regular wc vendor?

    Thanks for the tip, I’ll try that and let you know how it went, but since I’m using WPML and having two versions of each url maybe that code is not right for me.

    As you can see Ben others are having the same issue.

    Avi

    #15820
    Jamie
    Keymaster

    Hello,

    Where are you storing your translations? My translated dashboard navigations are working on my install here located at:

    wp-content/languages/wc-vendors/wcvendors-pro-en_AU.po/mo is working without an issue.

    cheers,

    Jamie.

    #15887
    Avi
    Participant

    Hi Jamie and Ben,

    I’ve looke into things further. It’s true that the dashboard strings and other strings are inside the .po file. However, they’re not WPML compatible by whatever reason which is why they weren’t included in the list of scanned strings in the plugin. Nearly 550 strings were, and are in fact working and translated, but those strings are not. I even imported the translated strings from the .po file to WPML, and still that doesn’t work.

    I’m including several relevant snapshots. Not using WPML is not an option for me and I believe for many others, as it’s a multilingual website serving two versions of each language.

    Thanks,

    Avi

    #16099
    Avi
    Participant

    Update, even when deleting all the translation I’ve done and starting anew, the right to left structure also serves the messed up menu. So I wonder if the right to left language somehow breaks the menu, though I still don’t understand why the translation strings for everything in the menu are missing from the string scan of wpml.

    Do remember that my site is multilingual and serves two separate links for each language. dashboard turns in to dashboard/?lang=he and woocommerce multilingual seems to make most woocommerce related things a non issue.


    @digitalchild

    Avi

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.