clonemykey
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change status of order if conditions are metHi @ihereira,
We looked at plugins like this and it doesn’t appear that you can set logic conditions based on order item meta values like “mail-in” as described in the example above.
I’ll take a look at the blog post you linked.
Regards,
B
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Unable to deactivate pluginHi Zorem,
We disabled all other plugins and were able to successfully deactivate yours. No idea which one was causing this problem.
Thanks!
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Unable to deactivate pluginHi @zorem,
Thanks for your response. We don’t have any console errors listed. Both our development and live site are experiencing this.
Forum: Plugins
In reply to: [Autoptimize] Google PageSpeed Insights Field Data vs Lab Data on mobileHi Frank,
We believe we ruled out Optimole but still haven’t found any JS that we suspect to be causing this. We don’t do any advertising or affiliate js on these pages. Any other diagnostics you’d recommend us trying?
Awesome, this works! Do you of a filter to change the “Password reset email has been sent.” message that gets generated for users who have accounts? Ideally, we’d like these to be the same message.
Forum: Fixing WordPress
In reply to: Disable forgot password error message “Invalid username or email.”Thank you, I’ll post over in the Woocommerce thread
Forum: Plugins
In reply to: [KP Fastest Tidio Chat] Increased load timesAwesome, how do I reduce the delay time?
I know this would probably disable user tracking in the dashboard but only loading a small bubble until user interaction would be so slick and sweet. Having a url parameter set that triggers the rest of the files would allow users to maintain the chat between pages. I’m sure it’s harder than I imagine but that would put your chat above absolutely every other plugin that I’ve tried.
– CMK
Forum: Plugins
In reply to: [WooCommerce] Order Notes/Meta for Stock LevelsThanks for the innovative idea! All of our orders and meta notes get pulled down into our shipping manager which doesn’t use CSS. I will post this on the Ideas Board.
Forum: Plugins
In reply to: [Calculated Fields Form] Equation only works on Desktop versionHello,
Thank you, this code works!
Regards,
- This reply was modified 5 years, 2 months ago by clonemykey.
Forum: Plugins
In reply to: [Calculated Fields Form] Equation only works on Desktop versionWe’re using Version 1.0.452
Forum: Plugins
In reply to: [Calculated Fields Form] Equation only works on Desktop versionHello,
Thanks. I tried that and it does not solve the issue :/
– Bryan
Forum: Plugins
In reply to: [WooCommerce] Order Notes/Meta for Stock LevelsHi Abwaita,
I understand it can be important is some scenarios, for some businesses, but it’s really hurting our efficacy and success rate as we have to search through 7+ unimportant messages to find the one we’re looking for. Our company plugin generates it’s own important message in certain situations which we have often accidentally missed because of the other junk notes. It would be very nice if there was a way for us to disable these from being generated. Deleting them manually isn’t really an option.
– Bryan
Forum: Plugins
In reply to: [WooCommerce] Order Notes/Meta for Stock LevelsHello!
Sure thing, the link is below. We’re actually trying to remove all three of these auto-generated items but the two that I suspect are generated by WooCommerce are on the bottom. We’re already in contact with the plugin maker for the Braintree Payments note.
Link: https://clonemykey.com/wp-content/uploads/2021/03/order_notes.png
Thanks,
CMK
Forum: Plugins
In reply to: [Autoptimize] Inline and Defer CSS extreme render blockingAppreciate it, I’ll give that a try. With the brand new GTMatrix now using lighthouse at a much more granular level than PageSpeed a whole new list of areas to fix are coming up. The CSS file that I misspoke and said was render blocking is listed as “waiting” in the waterfall of GTmatrix for 300ms.
Forum: Plugins
In reply to: [Calculated Fields Form] IGNOREFIELD() using conditional statementsThanks for this. The ternary JS code works. The closed parenthesis was just a copy and paste error. I can confirm my code still does not work. We’ll just switch to yours.