twdargis
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA logo turn off@mrburrow You’re welcome! Thanks for the shout out.
@henkvalk It’s important NOT to use “display:none” as this breaks the functionality of the v3 reCaptcha. So, you basically are adding it in just to turn it off.
Instead, use opacity or visibility:
.grecaptcha-badge {
visibility: hidden !important;
}Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA logo turn off@drew75 No, you won’t see any checkboxes or images to click with Google reCaptcha v.3. All the verification with v.3 is done in the background and eliminates the need for any human interaction. So you should be good to go!
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA logo turn off@drew75 – Try “opacity:0”. I have several Contact Form 7 sites using this code in the theme customizer (Appearance > Customize > Additional CSS):
.grecaptcha-badge {opacity:0}
@fullmerh: I think we were having the same problem. I fixed with CSS:
#photonic-slideshow-2 {margin: 0 0 0 0;}
#photonic-google-stream-2 > div > div > ul > li {margin-right: 0 !important;}
#photonic-slideshow-2 {margin-bottom: -30px !important;}Your gallery looks great! Just wondering what fix worked for you.
@sayontan : You’re plugin is amazing. I will advertise as much as possible and send some $$$ when I have a chance.
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA logo turn offNote if you set the CSS to “display:none” it BREAKS the functionality. Instead, use “visibility: hidden” or “opacity: 0”
Example:
.grecaptcha-badge {
visibility: hidden;
}Also include the text that @davemelbourn mentioned above. Then you’re compliant without disabling the v3 functionality.
- This reply was modified 6 years ago by twdargis.
I have a similar issue. The plugin is awesome but reports the sale price with the wrong decimal places. For instance, I run a live test of $1.23 product and it coverts in Adwords as $123.00. Do you think this is because I’m using the Angell Eye PayPal plugin, too?