• Resolved zequester

    (@zequester)


    Hi, I have contacted you before. I have an issue on my multilingual website. I’m using your user registration plug-in and WPML for translation. When I want to choose in plugin settings the “My Account” page, it shows me only the pages for the language I am currently on, but when I switch on the other language and choose another my account page the first one disappears. This causes problems with page redirection on my site because users start on one language and end up on another.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @zequester,

    Sorry for the inconvenience. We acknowledge that it is a thing that is under discussion in the team right now. We are discussing solutions for this option and we will try our best to fix this in our next major update.
    We assure you that we will fix this but will require some time to fix this. I hope you understand the development approach and time.

    Let me know if you have any other questions and I will get back to you.

    Regards!

    Hello zequester,

    I have the same problem, I setup my registration form to automatically login in three languages (EN, ES, IT) registration pages, but it redirects always in English.

    I hoped the redirect_url would work like this but it doesn’t.
    [user_registration_form id="21706" redirect_url="https://www.certifydoc.eu/es/mi-cuenta/"]

    Would it work if I use the filter below and based on language redirect to the right language account page? Would this be triggered in the automatic login with registration?

    Adding in the child theme’s functions.php:

    add_filter( 'user_registration_login_redirect', 'ur_redirect_after_login', 10, 2 );
    function ur_redirect_after_login( $redirect, $user ) {
         return home_url();
    }

    Waiting for your news

    Thank you

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t choose My account page for every language separately’ is closed to new replies.