holidays_coder
Forum Replies Created
-
Forum: Reviews
In reply to: [Elementor Header & Footer Builder] Excellent (WPML support)Thanks for the WPML last updates
Forum: Plugins
In reply to: [Woo Variations Style Buttons] Display in content-product.php?Your question is more about TEMPLATING than about this plugin, right ?
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Logout results to 404There is no .htaccess, I am on NGINX server… and I use the WordPress NGINX config.
strange…
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Logout results to 404I don’t know from where is the problem. I will study on it and will inform you about the source of the problem if I find it (at this time, I have a redirection 301 from wp-login.php?action=logout to wp-login.php/?action=logout).
- This reply was modified 7 years, 6 months ago by holidays_coder.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Logout results to 404My problem comes from the URL :
https://mydomain.com/wp-login.php/?action=logout results to 404
https://mydomain.com/wp-login.php?action=logout is OKHave you an idea how to resolve it ? (server config ? or other ?)
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Logout results to 404The problem comes from your WPML fix.
//Added fix for WPML public static function logoutUrl( $logout_url ){ //Add ICL if necessary if( defined('ICL_LANGUAGE_CODE') ){ $logout_url .= ( strstr($logout_url,'?') !== false ) ? '&':'?'; $logout_url .= 'lang='.ICL_LANGUAGE_CODE; } return $logout_url; }
Removing the line, the logout works … but without ajax:
add_filter('logout_url', 'LoginWithAjax::logoutUrl');
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Logout results to 404Desactiving the “WPML Multilingual CMS” plugin, the logout page (wp-login.php?action=logout) does not result in 404… As you can understand, I can not keep this plugin disable.
I am in WordPress 4.7.4 and “WPML Multilingual CMS” v3.7.0 (in PRO version).
I will debug it this afternoon, if I dont reply to my message I will not find the solution