puregraphx
Forum Replies Created
-
Any ETA on this? Have been trying all sorts of delivery/pickup plugins the last 2 days and none hide the delivery option when WC only shows local pickup. Shop should be launched tomorrow, so I’d better start editing this source code, unless an update is just around the corner.
So, we’ve noticed that Authenticated SMTP should be enabled if you have ever enabled Self Service Password Reset (even if you have later disabled this, it seems that part of MFA will never be disabled).
Users > Active Users > Mail > Email Apps
https://prnt.sc/szyrcpIt seems that after enabling Authenticated SMTP, we were able to use the smtp service, which is strange because for other O365 mailboxes, this is not enabled and smtp still works.
Thank you for your reply. 2FA is not enabled.
I have reset the password, still authentication fails.
I have installed your plugin on another site who also has access to O365 mailboxes and authentication succeed, so this points in the direction of an O365 configuration issue, rather than a plugin issue.Just checked and Azure Enable Security defaults was off by default, still I am getting
5.7.3 Authentication unsuccessful [AM0PR02CA0102.eurprd02.prod.outlook.com]Strange, than why does the label say “Whitelisted IP addresses that bypass 2FA”
Forum: Plugins
In reply to: [EU VAT Assistant for WooCommerce] Validation Feedback on the fly?I totally understand your point of view on the support scope and I had already figured that one out myself, so I had already added a remove(); like
if( vat_number_valid === false ) { jQuery(".btw-validation-error-message").remove(); jQuery("#vat_number-description").after( "<span class='btw-validation-error-message'>BTW-nummer niet geldig</span>" ); }But I should have put that outside the if-clause.
Forum: Plugins
In reply to: [EU VAT Assistant for WooCommerce] Validation Feedback on the fly?Hi @daigo75,
I am having some troubles with your if/else shorthand, my JS knowledge is VERY limited 🙁
I have been searching for 2 hours now with no success.var vat_number_valid = response ? response.valid : false;
means vat_number_valid will be either “false” or “0”.
so I used
if( vat_number_valid === false ) {
to add a notice after the input field (actually, after the vat_number-description element, otherwise validation seems to fail – do they need to stay linked?)
jQuery("#vat_number-description").after( "<span class='btw-validation-error-message'>BTW-nummer niet geldig</span>" );But although
console.log(vat_number_valid);tells me “true”, the VAT not valid notification still shows.Forum: Plugins
In reply to: [EU VAT Assistant for WooCommerce] Specific error message@webbus in the functions.php of your WP child theme
Forum: Fixing WordPress
In reply to: Cannot edit pages after update to 5.3I had the same issue when I moved from an Avada (Fusion Builder) site to Astra/Elementor. All pages I tried to edit where blank with the JS error.
I switched to TwentyTwenty Theme, disabled all plugins and created a new page. That worked. After that I was able to edit older pages. Switched back to Astra and all plugins enabled. Works fine now.Forum: Plugins
In reply to: [Awesome Weather Widget] Conflict with WPML String translationSame here, just updated WPML to latest version, Weather plugin broke the site
“RuntimeException thrown
Unable to parse the language from the translations file awesome-weather/languages/”Disabling the plugin brings the site back to life.
It was the W3TC cache plugin who caused the error.
Forum: Fixing WordPress
In reply to: 404 on Admin > All PagesUPDATE (possible fix)
I started editing https://www.domain.com/wp-admin/edit.php?post_type=page&ids=1 to see at which point the error would occur.
https://www.domain.com/wp-admin/edit.php?post_type=page& still showed the pages list. I then tried https://www.domain.com/wp-admin/edit.php?post_type=page and suddenly it worked.
Caching issue? Although I first deleted browser cache, SiteGround cache and CloudFlare cache before posting.Forum: Plugins
In reply to: [Autoptimize] Lazy-load images messes with Elementor AnimationsIndeed, those errors were gone once I logged out.
So it seems there is one elementor asset that does not like to be optimized when lazy loading is active in AO.Forum: Plugins
In reply to: [Autoptimize] Lazy-load images messes with Elementor AnimationsUncaught TypeError: Cannot read property ‘ChildViewContainer’ of undefined
at backbone.marionette.min.js:22Uncaught TypeError: Cannot use ‘in’ operator to search for ‘default’ in undefined
at backbone.radio.min.js:3Uncaught ReferenceError: Marionette is not defined
at Object.<anonymous> (common-modules.min.js:2)
at n (common-modules.min.js:2)Uncaught ReferenceError: Marionette is not defined
at Object.<anonymous> (common.min.js:2)
at n (common.min.js:2)