Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Mariniertje

    (@mariniertje)

    As an update/additional info: technically it works perfect.

    Technically, the URL-slugs do include the ‘/en/’ or ‘/nl/’
    Because when you click the EXAMPLE ERROR URL you get a 404 page.
    If you then manually add either ‘/en/’ or ‘/nl/’ in the URL, the correct page loads.

    So, it must be some template coding, but I have trouble finding the exact location to fix it.

    Basically this string is returning the wrong value: tribe_get_events_link()

    Thread Starter Mariniertje

    (@mariniertje)

    Easiest fix would be listing your Events Overview page as a page in the WordPress Pages section, so I can just manage it and duplicate it for other languages…

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi Mariniertje,

    Thanks for your post. We are aware that our plugins do not work completely with multi-lingual plugins, and it’s something that we plan to work on in the future. I appreciate your notes there. And thank you for posting your thoughts on our UserVoice page– that’s the best way to get this sort of thing on our radar for a future release.

    Best,
    Leah

    Brook

    (@brook-tribe)

    Howdy Mariniertje,

    If you need to change the output of tribe_get_events_link, it is run through a filter also named tribe_get_events_link. You could tap into that filter and append endings and such based on whatever logic your plugin offers for detecting the current language. Wish I could be more specific, but I have not used your plugin before. Cheers!

    – Brook

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘2 small fixes away of working 100% with Polylang (multi-lingual) plugin’ is closed to new replies.