• Hey there,

    strange problem here, the language switcher is working fine on all the sub sites of https://existenzielle-fuehrung.de/. On the “Home” site its not working – no redirect to /en.

    The switcher is working in customizer mode – just not on the live page. Tried to deactivate all other plugins and renewed htaccess.

    Any ideas?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Chouby

    (@chouby)

    Hello,

    It’s curious that you have this issue even with all plugins deactivated. Did you check with a default theme too?

    It seems that this is our canonical redirect which is doing wrong. If you don’t find the conflict source, adding this in your functions.php or in a mu-plugin may help to fix the issue:

    add_filter( 'pll_check_canonical_url', '__return_false' );
Viewing 1 replies (of 1 total)

The topic ‘Language switcher not working on home’ is closed to new replies.