• Resolved RichardMisencik

    (@richardmisencik)


    Hello, the plugin is sadly not compatible with WPML – domain per language setup. On the secondary domain if i visit /secretlogin i’m redirected to main domain (basically 404) because of invalid permalink but when disabling this plugin and using classic /wp-login i’m correctly redirected to the login screen.

    Is there a way around this please?

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

    (@seinomedia)

    Hello,

    Thanks for using WPS Hide Login.

    This issue isn’t caused by WPS Hide Login but WPML. It has already been reported and solved here and in WPML’s forum :
    https://wpml.org/forums/topic/wps-hide-login-secondary-language-logout-error/

    Thread Starter RichardMisencik

    (@richardmisencik)

    Hello,
    thanks for a reply, I’ve read the thread and saw the fix they provided for “/classes/plugin.php” in WPS Hide Login.

    But if it has been patched why am I running into the same issue again? Is it possible it’s a new error?

    Plugin Support MaximeWPS

    (@seinomedia)

    Hello,

    It’s not the same.

    You’ve to add return $this->user_trailingslashit( site_url( '/', $scheme ) . $this->new_login_slug() ); whereas you found return $this->user_trailingslashit( home_url( '/', $scheme ) . $this->new_redirect_slug() );

    Thread Starter RichardMisencik

    (@richardmisencik)

    Hello,
    to be sure, are we talking about line 203 in that file? Is it possible to add a wpml compatibility check in the plugin core to avoid overwrites with updates?
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WPML compatibility problem’ is closed to new replies.