lvillarino
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Invalid download linkI found out that our problem was related with this update https://github.com/woocommerce/woocommerce/commit/99f85a55d5318401a13ff1076e7ce08e465c24eb line 38
Our site is failing when it is trying to validate
|| ! isset( $downloads[ $key ] ) || ! $downloads[ $key ]->get_enabled()
Forum: Plugins
In reply to: [ReOrder Posts within Categories] Private Posts undefinedThe plugin is generating this URL https://www.mydomain.com/wp-admin/undefined for private post.
My recommendation is to add this to the htaccess
# Block WordPress xmlrpc.php requests
<Files xmlrpc.php>
order deny,allow
deny from all
allow from YOUR_IP_ADDRESS
</Files>Forum: Plugins
In reply to: [Captcha] Bypass captcha in SafariWe are using another plugin for the captcha.
We have to buy the pro version of your plugin
I try the above and the Captcha by BestWebSoft plugin is not working properly.
Forum: Plugins
In reply to: [Captcha] Bypass captcha in SafariSame problem reported here https://www.ads-software.com/support/topic/captcha-not-working-properly/
I wan to know how I can stop the spam registration.
I have the same problem on my site https://goo.gl/zSibsC
Forum: Reviews
In reply to: [G2 Security] Good Job!Thanks
Forum: Plugins
In reply to: [G2 Security] G2 Security recommend to uninstall the pluginsBecause, At some point in the feature the plugin will go to do the same as WF and you will go to have 2 plugins doing the same.
Forum: Plugins
In reply to: [G2 Security] BBQThe plugin use the same rules to block some url request and It has 2 more features
1. Don’t run the rules when the admin is login in
2. block long url requestThanks