Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Recaptcha issue
- This topic has 6 replies, 5 voices, and was last updated 4 years, 6 months ago by CAM.
- AuthorPosts
- July 10, 2019 at 10:01 pm #71874fernandobrenesParticipant
Hi WC Lovers,
Thank you for this great plugin.
I have installed the plugin suggested: https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/
And as I mentioned here: https://wclovers.com/forums/topic/install-google-recaptcha/ it only uses v2_checkbox_script() instead of invisible recaptcha.
Is it possible to fix this?
Also, language is not detected properly.
I notice 2 problems:
1. For the language in vendor_registration.php line 400
<?php
$lang = ”;
if ( $language ) {
$lang = “&hl=$language”;
}
?>It needs to be changed to:
<?php
$language = trim( anr_get_option( ‘language’ ) ); < ===== Without this language is not set
$lang = ”;
if ( $language ) {
$lang = “&hl=$language”;
}
?>For the second issue about invisible recaptcha: class-wcfmvm-frontend.php on line 876
$size = anr_get_option( ‘size’, ‘normal’ ); <==== v2_checkbox is hardcoded
Since I’m using invisible recaptcha I modified to use ‘size’:’invisible’ However, I believe it should be worth to fix both issues for future releases 🙂
Thank you!
- July 13, 2019 at 8:33 am #72267WCFM ForumMember
HI,
Thanks for the details, we will definitely take care of this in coming update.
Thank You
- October 3, 2019 at 1:29 pm #84894shitTParticipant
Hi
@Fernando: Thanks for pointing this out. I have the same kind of issues here:1. I selected “V2 invisible” captcha from advanced captcha no recaptcha plugin settings, and I still get the V2 Check Box.
2. I selected “Hide Captcha for logged in users?” in the advanced captcha no recaptcha plugin settings, and I still get the V2 Check Box for logged in user, for example in the support box.
@wclover: I’m using the latest releases and I still have the issues. Could you please kindly fix this? Thanks! - October 11, 2019 at 10:54 am #86186WCFM ForumMember
Will do this.
- November 2, 2019 at 3:36 am #90195JuanBParticipant
Hi, is this problem solved?
I have all the updated add-ons, but I have the same problem.
Thank you - November 6, 2019 at 4:29 pm #91110WCFM ForumMember
NO, these captcha options not yet added!
We will do this in coming update.
- May 18, 2020 at 4:57 pm #132580CAMParticipant
Is this working now?
Cannot see any recaptcha information in documentation.
- AuthorPosts
- You must be logged in to reply to this topic.