MaximeWPS
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Cannot deactivate pluginHello,
I think your WordPress and plugins aren’t set up very well. Try to install everything again.
Forum: Plugins
In reply to: [WPS Hide Login] Different URL formatsHello,
I was wrong on my first answer, yes.
I’m not wrong about the question mark remove. If WPS Hide Login accepts ? in secret slugs, this is caused by a conflict with a another plugin or a misconfiguration.
Forum: Plugins
In reply to: [WPS Hide Login] Using a 3rd party Blog posterHello,
Then, if it works on another WP with the two same plugins and with the same host, there must be a difference between two installs.
I think about a conflict with a plugin there isn’t on the second working website.
Hello,
You’re both right. I didn’t read enough carefully the first post. Please, excuse me.
I share this notice with ou dev team and will let them work on it.
Forum: Plugins
In reply to: [WPS Hide Login] Maintenance Mode Redirection IssueHello,
Thanks for using WPS Hide Login.
I don’t understand your question because WPS Hide Login doesn’t let ? in secret slugs. They’re removed when settings are saved.
Forum: Plugins
In reply to: [WPS Hide Login] Different URL formatsHello,
Thanks for using WPS Hide Login.
I don’t understand your question. WPS Hide Login doesn’t let ? in secret slugs. They are removed when settings are saved.
Forum: Plugins
In reply to: [WPS Hide Login] Using a 3rd party Blog posterHello,
Thanks for using WPS Hide Login.
Maybe, the app is looking for “/wp-login.php” or “/wp-admin” slug to connect.
It should rather look for login page.
Forum: Plugins
In reply to: [WPS Hide Login] Causes error with User Switching app?Hello,
No. Give us the snippet, they shared with you here and I’ll send it to our dev team to add it in the next release.
Forum: Plugins
In reply to: [WPS Hide Login] Access denied errorHello,
WPS Hide Login doesn’t add anything in .htaccess. It only add a line in options table in your database.
However, .htaccess can create issues with the plugin. You can check it modifying your .htaccess keeping this lines below only (as you did before) :
# BEGIN WordPress RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPressIf the issues still appear, the problem must come from another plugin.
Forum: Plugins
In reply to: [WPS Hide Login] Cannot deactivate pluginHello,
Thanks for using WPS Hide Login.
I don’t think this issue is due to our plugin.
Have checked your error logs or your access logs ? What is your PHP version ?
Maybe there is a hack on your website ?
Forum: Plugins
In reply to: [WPS Hide Login] WPS Hide Login and W3 Total CacheHello,
It shouldn’t be a problem.
Forum: Plugins
In reply to: [WPS Hide Login] Causes error with User Switching app?Hello,
Thanks for using WPS Hide Login.
Ok. User Switching Support can give you the right filter to add in our plugin to make it compatible 🙂
We’ll add it in the next release.
Hello,
Thanks for using WPS Hide Login.
Try this function is_user_logged_in() rather than is_login().
Forum: Plugins
In reply to: [WPS Hide Login] Access denied errorHello,
Thanks for using WPS Hide Login.
Have you got any “.php” or other in your secret slug ? Maybe you .htaccess deny access to files and, then, returns a 403 when ou try to reach your secret login page.
For wp-admin, it’s the way the plugin works. Actually, it redirects to 404 when non-loggedin users try to reach /wp-admin.
Forum: Plugins
In reply to: [WPS Hide Login] WPS Hide Login and W3 Total CacheHello,
Thanks for using WPS Hide Login.
Yes, you’ve to exclude these pages from all your cache in W3 Total Cache.