amsgator
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Credit Card Fields Broken (Still?)So I’m getting this in the console. It’s not showing as an error (not red) but it’s there:
ReferenceError: Stripe is not defined
at HTMLDocument.<anonymous> (stripe.min.js?ver=4.1.14:1)
at i (jquery.js?ver=1.12.4:2)
at Object.add [as done] (jquery.js?ver=1.12.4:2)
at n.fn.init.n.fn.ready (jquery.js?ver=1.12.4:2)
at a.fn.init.n.fn.init (jquery.js?ver=1.12.4:2)
at new a.fn.init (jquery-migrate.min.js?ver=1.4.1:2)
at n (jquery.js?ver=1.12.4:2)
at stripe.min.js?ver=4.1.14:1Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Conditions not working anymore@mardoek that issue was supposedly fixed in 1.8.1. I updated to 1.8.1 and it didn’t fix the issue for me.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Conditions not working anymore@mardoek that didn’t work for me. Some of my conditions are “show” conditions and they aren’t working.
I reverted back to 1.7.6 and it’s working again. I guess I’m going to camp out on that version until this is fixed.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Conditions not working anymoreMine are broken too but only when logged out. When I’m logged in they work properly.
Seems to be fixed.
@inutrition I believe everyone is getting that. It appears they’re having some significant problems, even their website is messed up and having issues.
It’s been giving me that problem since about 5pm yesterday. I was hoping it’d be fixed by the morning but apparently not.
Disregard this reply. I figured it out.
Everything has been resolved with the fixes in the next update. Thanks for the fast responses.
I downgraded to 4.11.3 as suggested in your email and everything is working again.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Change Validation Error MessageI was able to change it on most fields with:
add_filter( ‘caldera_forms_field_attributes’, function($attrs){
$attrs[ ‘data-parsley-error-message’ ] = ‘This Field Is Required’;return $attrs;
}, 10);but it appears the checkbox field does not utilize data-parsley-error-message
Any ideas?
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Change Validation Error MessageThanks for the reply. That snippet will only change one form field, specified by the field ID. How do I change it for ALL form field at once?
Thanks.
Forum: Plugins
In reply to: [Yoast SEO] Version 7.5.1 Doesn’t Add Open Graph ImageI think it’s probably the same bug
Forum: Plugins
In reply to: [Yoast SEO] Version 7.5.1 Doesn’t Add Open Graph Image* Setting of featured image
Doesn’t work* Setting of og:image in the Yoast SEO meta box Facebook tab
Doesn’t work* Setting of default image if there are no images under SEO (sidebar) > Social
WorksForum: Plugins
In reply to: [Yoast SEO] Version 7.5.1 Doesn’t Add Open Graph ImageThe homepage is indeed a static page. The site only has two pages right now, so it looks like it’s limited to home.
I didn’t see that github issue, but after I posted here I saw this one: https://github.com/Yoast/wordpress-seo/issues/9841
I can confirm the issue is also still present in 7.5.3.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Emails no sending to recipient