WPChef
Forum Replies Created
-
Hi Ryan,
Thank you for pointing this out. We have uploaded a new version of the plugin with this issue fixed.
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] General Data Protection RegulationHi guys,
We’re going to provide this functionality next week. We’ll keep you posted.
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Hi guys,
wilfried1954 is right, thank you.
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] login page is blockedHi joris1969,
In order to access your site you can try to turn off the plugin by renaming its folder. Then log in, go to the “plugins” page and rename the plugin folder back. Activate the plugin and go to its settings page. See if your IP address is listed in the lockouts log. If it is, remove it from there so you can access the site again via the login page. Also it would be helpful to see your settings page. Can you create and share a screenshot?
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] Admin is forced to login several times.Hi bvhprods,
Try to disable WP Super Cache first and see if it helps. Please let us know.
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] Admin is forced to login several times.Hi bvhprods,
Here’s a couple of steps to try and solve the issue:
Please make sure you browser’s passwords manager doesn’t auto-enter incorrect login information.
Make sure you don’t cache the login pages using a caching plugin. Try to turn off other security plugins you might have and test on another browser or incognito browser.
Lastly you should always open the login page using the correct URL, i.e. if your site’s URL starts with https://www you want to open the login page with https://www.
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Protection Against DDoS] issueHey readyplayerone,
As mentioned in the plugin’s description, this option is available to the CloudFlare users only so please make sure you use CF. If you do, you need to specify the two-letter country codes you want to allow in the plugin’s settings, like this: https://prnt.sc/ileyk2
Regards,
WPChef TeamForum: Plugins
In reply to: [Protection Against DDoS] issueHi readyplayerone,
Just open your .htaccess file in the root folder of the site and remove everything between these tags from it:
# BEGIN Protection against DDoS
and
# END Protection against DDoS
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] LLA Reloaded + Ajax + php CHEKHi kolshix,
You don’t have to add anything here. The plugin limits login attempts directly from wp_signon().
You can find the error code/text here: $user_signon ($user_signon->get_error_code() and $user_signon->get_error_message());
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Widget Logic] Widget Logic – postsHi Dee,
Try this:
get_post_type() == 'post' || get_query_var('post_type') == 'post'
Also check the “Use ‘wp_reset_query’ fix” checkbox.
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] AMP SupportThank you, Chad!
Thank you!
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] Problem with Reverse-Proxy and PHP 7.1Hi Dandy,
The plugin always uses $_SERVER[‘HTTP_X_FORWARDED_FOR’] if it is not empty. It looks like the issue is somewhere else.
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Widget Logic] Plugin does not work with “tag”Hi lgdelai,
You need to use has_tag instead of is_tag.
- This reply was modified 6 years, 3 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Widget Logic] widget-logic & ttftitles pluginHi David,
Thank you for pointing this out. That plugin is so obsolete, it doesn’t make sense to use it. It also looks like we need to remove support for it from our plugin.
- This reply was modified 6 years, 3 months ago by Jan Dembowski.