• Resolved Elissavet Soileme

    (@elisavet2ww)


    Hello,

    Thank you for your plugin. It ‘s great.

    I have a compatibility issue with wpml when i use the “Rename Login Page” and the (wp core) function wp_login_form.

    In second language the login form cause error 404 either the login credentials are correct either not.

    I create a ticket at wpml that you can find here https://wpml.org/forums/topic/login-form-is-not-working-after-changed-wp-admin-slug/

    The instructions is:
    1) Go to wp-content/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php

    2) Find the following code:

    if (function_exists('icl_object_id') && strpos($home_url_with_slug,$login_slug)){
                $home_url_with_slug = home_url($login_slug);
                function qtranxf_init_language() {}
            }

    3) Replace it with the following:

    if (function_exists('wpml_object_id') && strpos($home_url_with_slug,$login_slug)){
                $home_url_with_slug = home_url($login_slug);
                function qtranxf_init_language() {}
            }
    

    Are you going to make any update at the plugin to solve the compatibility issue? Because i don’t want to change theme files and lose updates.

    Thanks in advanced.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Hi,

    Thank you for flagging this, I have logged a ticket with our development team to look into this

    Thread Starter Elissavet Soileme

    (@elisavet2ww)

    @vupdraft any update?

    Plugin Support vupdraft

    (@vupdraft)

    We will likely issue a fix in the next release so keep an eye out for any updates

    Hi @elisavet2ww,

    Thank you again for bringing your concern to our attention. We are sorry for the delay and for any inconvenience this issue may have caused you.

    We have updated the code block suggested from WPML support for a different issue which fixed this one as well. So, please update the plugin to the latest version and let us know your feedback.

    If you require any further assistance don’t hesitate to get in touch.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Rename Login Page Compability with WPML’ is closed to new replies.