Dinesh Karki
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] STRANGE E-MAILSWe are aware that some new spam bots have recently managed to bypass our filters. We are currently working on an update to address this; however, aking extra time to ensure the new measures are fully effective against these latest techniques. We appreciate your patience and will release the update as soon as possible.
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Spamming or your Javascript is disabled !!Hi,
Is it ajax based form ? If so our lite version only supports non Ajax based forms. Ajac based Forms are only supported in extended version.
ThanksForum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] No updates latelyHi @ianmiddleton,
Thank you for your feedback and for being a long-time user of the plugin. We are aware that some sophisticated new spam bots have recently managed to bypass our filters. We are currently working on an update to address this; however, aking extra time to ensure the new measures are fully effective against these latest techniques. We appreciate your patience and will release the update as soon as possible.
Forum: Plugins
In reply to: [Use Any Font | Custom Font Uploader] Font not showing in block editorHi @amentis1969 ,
For some reason fonts are not being loaded in backend. I will look into this and see if i can fix the issue.
Thank you for mcuh for reporting it.
ThanksForum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Multisite SupportHi Uriahs,
You can definitely activate the plugin network-wide, but the license activation itself needs to be done on each individual site where you plan to use it.
WordPress Multisite stores data in each sub-site’s different table. For the plugin to recognize the license, the key must be saved to that specific site’s database.
Hope that helps clarify things!Forum: Reviews
In reply to: [WP Armour - Honeypot Anti Spam] Reliable spam blockerWe built it to be set it and forget it. Love hearing that your inbox is finally spam free. Thank you for the review.
Yes, I am working on it! I’ve had some success getting it to function, but it’s proving a bit tricky because some real orders are still being incorrectly marked as spam.
The Block Checkout handles data differently than the classic shortcode version.
Thank you for reaching out and for providing those details about your setup.
Currently, WP Armour (Extended) does not support the Block-based checkout in WooCommerce; it only supports the traditional shortcode-based checkout. This is likely why the order submission is failing specifically when the “create an account” action triggers the honeypot’s validation incorrectly within the Block interface.
To resolve this, you would need to use the classic WooCommerce Checkout shortcode [woocommerce_checkout] on your checkout page instead of the Checkout Block.
- This reply was modified 3 months ago by Dinesh Karki.
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Redundant Form LabelHi,
Thank you for bringing this to my attention.
The reason we use a static ID and label for that hidden container is actually related to how we trick spam bots. By using a standard-looking “Alternative Email” label, we make the field appear legitimate to automated scrapers and bots that look for common form elements.
However, I understand that having the same ID (
alt_s) repeated on a single page with multiple forms creates a conflict for accessibility tools and screen readers.I will look into updating the plugin so that these IDs are generated dynamically (e.g.,
alt_s_1,alt_s_2) based on the form ID. This should resolve the redundancy error while maintaining the effectiveness of the spam trap.I’ll include this fix in one of the upcoming updates. Thanks again for the feedback!
Best regards,
Hi @ftahumour,
We have kept the description and added pro features in this wordpress plugin page. https://wordpress.org/plugins/honeypot/
Regarding the purchase we have also listed this in our website here. https://dineshkarki.com.np/wp-armour-anti-spam
ThanksHello,
Thank you for reaching out!
Yes, WP Armour does support the WooCommerce registration form. This feature is available in the Extended (Pro) version of the plugin.
ThanksForum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Blocks all mail on Contact Form 7Hi @yosmc,
Can you please share me one of your website url where the plugin is active ? I will check and try to find the cause for it.
ThanksHi Clayton,
Thanks for the detailed explanation. Just to add a bit more context from my side:
I have the same custom fields added on the WooCommerce shortcode-based checkout page, and they are still working fine there. It was same time i added for both product and shortcode based checkout page. Now the same approach works on checkout, but not on the product page.
So my question is:
Could there have been any change either on the PayPal plugin side or WooCommerce side where not all fields inside the product page form are bound or submitted during the PayPal button submit?
At the moment, the submission happens, but those extra field values are just no longer present in the request on the product page, while checkout still passes them correctly.
If there’s any known change in how the product page handles form field binding during PayPal submit, that would help me narrow this down.
Thanks again for your help!
Hi,
I can confirm that I am using Payment Plugins for PayPal WooCommerce and not any other PayPal plugin from a different provider.
I’m was using the following hooks from your plugin specifically to validate the data
add_action('wc_ajax_wc_ppcp_frontend_request', 'wpae_wc_ppcp_frontend_request_extra', 1); add_action('wc_ajax_nopriv_wc_ppcp_frontend_request', 'wpae_wc_ppcp_frontend_request_extra', 1);
ThanksForum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] WP Armour does nothingHi Matt,
Happy New Year 😊
Thank you for the clarification.
WP Armour (free) currently does not support Bricksforge Pro Forms. Support for Bricks/Bricksforge forms is available in the WP Armour Extended version, which includes additional integrations and Bricksforge form compatibility.
That’s why spam protection is not triggering on that specific form right now.
Best regards,
Dinesh