Support » Plugin: Polylang » [Plugin: Polylang] tags issue in v 0.7

  • Resolved TheElear

    (@peterpap)


    I upgraded my live website to V 0.7 and noticed the following issue.

    My website is fully set up in one language (pages, posts, categories, tags). I have already translated and set up translated tags and categories. I am now adding content in Lanugage no 2.

    I cannot add tags to a post in Language 2 until I first save this post and link the corresponding post in Language 1 to it. But then the relevant tags in Language 2 come up automatically as obviously they are linked to relevant tags in Language 1.

    Is it meant to be like that? or is it a bug? I do not know so jsut reporting it.

    regards,
    Peter

    http://wordpress.org/extend/plugins/polylang/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter TheElear

    (@peterpap)

    when I say I cannot add tags I mean that I can type them in but the ‘Add’ tag button does not perform any action

    Plugin Author Chouby

    (@chouby)

    There is a bug. As a quick fix, you can edit the file js/admin.js at line 113 and replace:

    jQuery('input.newtag').addClass('polylang-newtag');
    jQuery('input.newtag').removeClass('newtag');

    by

    // jQuery('input.newtag').addClass('polylang-newtag');
    // jQuery('input.newtag').removeClass('newtag');

    This will solve the issue. I will have to rework this. My intention is to filter the suggested list of tags by language, but obviously I broke something.

    Thread Starter TheElear

    (@peterpap)

    Thanks Chouby. I found that it is troubling when you try to add L2 post first and then link to the L1.

    When you go to L1 post first (as described in my another post on this forum) and update it then you can easily add the L2 translation by clicking on + sign.

    Nevertheless it is a bit different scenario.

    I think I will try to carry on with the second workflow I described for the time being before blanking the code.

    Plugin Author Chouby

    (@chouby)

    Resolved in v0.7.1

    Thread Starter TheElear

    (@peterpap)

    Hi Chouby,
    Brilliant job! Everything seems to be working ok. I will keep testing and report back any issues.

    BTW, I am happy to translate your plugin admin screens to Polish if you want. If you’re ok with it then I can contact you outside this forum on your yahoo email to discuss the process.

    regards,

    Plugin Author Chouby

    (@chouby)

    Yes I would be very happy to add a new translation. Please contact me by email.

    Hello,

    can’t add tag, but in language 1, how can I fix this?

    Thanks you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Polylang] tags issue in v 0.7’ is closed to new replies.