mikefishtank
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Pro version demoMy apologies – I found this out the day after I posted it. I should have come back and removed it.
All the best with your patch ??
Apologies for the late reply. Thank you for the updated fixed version. it fixed the issue so you can close the thread.
thanks again,
MikeForum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] WebP Express CompatibilityForum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] WebP Express CompatibilityI would also like to know how to configure Webp Express with WP-Stateless (using google cloud storage)
Forum: Plugins
In reply to: [WooCommerce] Analytics Bug in latest updateI stated in my initial post in this thread that I had already reinstalled fresh plugin copies of…
WooCommerce & WooCommerce Admin
Both had the same issue.
That being said, the issue seems to have resolved itself now. The Analytics pages on the dashboard work again even though no fix has been implemented which leads me to think it was a cache but I cleared cache and cookies for my entire browser and tried it in incognito.
Forum: Plugins
In reply to: [WooCommerce] Analytics Bug in latest updatehttps://www.whatismybrowser.com/w/MSFZH5N
I have cleared cache, chookies and used it in incognito but it still doesn’t work.
Forum: Plugins
In reply to: [WooCommerce] Analytics Bug in latest updateI have the same problem except my chunk error is
react-dom.min.js:125 ChunkLoadError: Loading chunk 50 failed.
and
react.min.js:24 Uncaught ChunkLoadError: Loading chunk 28 failed.
I have reinstalled fresh Woocommerce and Woocommerce Admin plugins and I still get blank screen.
I have tried it in Chrome, Safari, Firefox and Opera and I get the same blank screen.
Forum: Fixing WordPress
In reply to: After 5.5 update getting JS errors in the admin screensWeirdly for me using “Enable jQuery Migrate Helper” works fine but I have to perminantly have SCRIPT_DEBUG set to true.
define('SCRIPT_DEBUG', true);
In the plugin documentation you’re supposed to turn this off but its the only way I keep my admin area working as expected.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Bulk print orders missingHi @kenil802 ,
Oh no sorry my last comments wasn’t a complaint or anything. I genuinely appreciate the fix you sent through as it did work. It was just my client being confused by the additional options.
I also I appreciate you passing my comments on to your developers about my situation/request however you did solve my issue and I just forgot to mark it as resolved.
Many Thanks,
MikeForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Bulk print orders missingHi,
Thank you for getting back to me on this.
The fix you sent does work but also adds in all your options available… invoice, delivery, receipt.
My client only uses the delivery note and seeing all 3 options was/is confusing to them.
I should also mention that before you sent this fix I had found this:
https://www.admincolumns.com/forums/topic/wp-5-5-commonl10n-is-not-defined-export/
… I found that this admin footer action fixed also the issue and your plugin worked as expected with it.
- This reply was modified 4 years, 2 months ago by mikefishtank.
Forum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] Search for previous order numbersI have solved this…
If you uncheck the setting in the plugin labelled ‘Enable order admin search by custom number‘ and then include this in your functions.php
function woocommerce_shop_order_search_meta( $search_fields ) { $search_fields[] = '_alg_wc_custom_order_number'; return $search_fields; } add_filter( 'woocommerce_shop_order_search_fields', 'woocommerce_shop_order_search_meta' );
I would consider just including this in the plugin instead of the function currently within the plugin…
search_by_custom_number()
Forum: Plugins
In reply to: [Plugin for Google Reviews] Depreciated codeYep, I’m running 1.7.4.