miketheteacher
Forum Replies Created
-
Forum: Plugins
In reply to: [MailerLite - WooCommerce integration] Can’t dismiss update bannerHrm, that’s not really an acceptable answer, is it?
“The plugin that we wrote that creates persistent non-dismissable prompts on every page of the dashboard (including other plugins) can only be fixed by a third party”
I have clients that see this prompt on the settings pages of other plugins, and this is causing them to think that these plugins are out of date (when it’s just a minor Mailerlite update that’s required).
For anyone else stuck on this, my issue was resolved by deactivating the setting:
AJAXify WP Login
This can be found under Settings > Login with Ajax > General Options
For whatever reason, without the full page refresh the redirect wasn’t working, and forced any users logging in to be redirected to the woocommerce > My account page.
Upon further digging, it seems all user roles are affected by this.
No matter what is defined under Login With Ajax > Redirections, all users are sent to the Woocommerce “My Accounts” page upon login.
Forum: Developing with WordPress
In reply to: Prevent “Your Account has been updated” emailJust in case anyone’s stuck on this, the dev of the WP-Zapier plugin has this code snippet which will disable the emails in question.
https://gist.github.com/andrewlimaza/0c55cb07c2b153734eef063f822b6f15
And the code here:
`<?php
/**
* Stop WP Zapier from sending update user email.
* Add the below code into a custom plugin or your child theme’s functions.php file.
*/
add_filter( ‘wp_zapier_send_update_email’, ‘__return_false’ );Forum: Developing with WordPress
In reply to: Prevent “Your Account has been updated” emailWere you able to find a fix for this? Not super happy that emails are starting to be sent without notifying admin of the change…
If you found a fix or workaround I’d love to know about it!
Thanks for your help/time
Forum: Plugins
In reply to: [Gutenberg] Can’t rearrange blocks in GutenbergIn case anyone else is struggling, the “View Mode” needs to be set to “Top Toolbar” for this to work.
Forum: Plugins
In reply to: [WooCommerce] caching issue when switching to user’s accountAppreciate the reply, thanks.
Has anyone tried an automated script that clears transients etc. after a set interval?
Forum: Plugins
In reply to: [WooCommerce] caching issue when switching to user’s accountAnyone had any success with this lately?
For me the problem has only gotten worse – now after switching users the cart displays, for example, one item at $200, even after multiple refreshes, but then after the payment is processed, it’s sometimes 10X that amount.
It’s quite embarrassing to have to continually refund customers for mistaken purchases.
Forum: Plugins
In reply to: [Gmail SMTP] Dangerous Code in Latest Version?Thanks, I’ll report it as safe to the vault press team.
Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Cancellation emailHello
I’m not the developer but an enthusiastic user.
The cancellation message, to my knowledge, gets sent when the user cancels. If the admin cancels through the backend it’s “reject” and the rejection message is sent.
They are different actions and thus, different messages.
Forum: Plugins
In reply to: [WooCommerce] Autocomplete snipped stopped working after updateSubsequent updates fixed the issue.
Forum: Plugins
In reply to: [User Switching] User-Switching not really sitching+1
Recently migrated my installation to a new host, and having the same issue.Ahh, thanks Zandy!
Was hoping it would be integrated it into the regular checkout, not the Stripe Checkout.
C’est la vie!
Forum: Plugins
In reply to: [WooCommerce] Autocomplete snipped stopped working after updateFYI for others the problem lies in the Tracking Code Manager Plugin version 1.11.0 by intellyWP
Forum: Plugins
In reply to: [Tracking Code Manager] Conflict with Woocommerce+1
The latest update also broke autocomplete orders
https://docs.woocommerce.com/document/automatically-complete-orders/