Support » Plugin: Polylang » Lost linked translations

  • Hi there,

    and thanks for this wonderful plugin! I have one recent issue though: Two pages lost their links to the primary language. Not sure if it started when I implemented W3TC a while back or if somebody else from my team changed something regarding the configuration, but I don’t find a way to relink them. When I enter the name of the translation in the input field, it doesn’t show me the page I need. Please see these screenshots:

    https://prnt.sc/-WS1GNNRbpdY

    https://prnt.sc/_csPUg8AeV88

    https://prnt.sc/vBozM1YZBR5q

    Thanks a bunch and best regards,

    eC

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Chouby

    (@chouby)

    Hello,

    Something’s wrong may have happen to your database.
    If the translated page doesn’t appear in the autocomplete field, this means that Polylang still consider that this page is translated.
    Not sure if this will work, but here is something you can try.
    – Resave your English page without translation.
    – Resave your German page with without translation.
    I expect that this will free the translation link for both pages.
    – Retry to link them using the autocomplete field as you previously tried.

    Thread Starter ecronik

    (@ecronik)

    Hi @chouby ,

    did resave both pages, also resaved permalinks (and purged all caches after everything), but unfortunately still no luck.

    Thread Starter ecronik

    (@ecronik)

    Hi, a quick reminder about the topic – would be great if you could help me with this.

    Thanks,

    eC

    Plugin Author Chouby

    (@chouby)

    I have encountered another similar case. Maybe you can try adding this in a plugin, mu-plugin of theme’s functions.php

    add_filter(
    'pll_ajax_posts_not_translated_args',
    function( $args ) {
    $args['numberposts'] = 200;
    return $args;
    }
    );
    • This reply was modified 2 months, 2 weeks ago by Chouby.
    Thread Starter ecronik

    (@ecronik)

    Hi @chouby

    I added this to the child’s function.php, but unfortunately it doesn’t seem to be a solution to the problem. Also installed yesterday’s Polylang update, which doesn’t fix the problem either. Any other idea what I could do?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.