Leif Singer
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Suggestion regarding order list tableduplicates the “Status” in WooCommerce
@katsushi-kawamori Could you help us understand what other “Status” in WooCommerce you are referring to here?
Forum: Plugins
In reply to: [WooCommerce] woocommerce_thankyou_order_received_text doesn’t render HTMLThank you for reporting this issue. It has also been reported on GitHub here and we’re working on it.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce product tab locked Version 7.7.0Question: is it Woocommerce’s will to prevent us from using Gutunberg which has become a WordPress standard? Incomprehensible not being able to activate Gutunberg properly in 2023 in Woocommerce!
To the contrary. This is part of WooCommerce’s efforts to provide native Gutenberg / blocks support for product management, and as we’ve seen here customizations like yours can clash with it.
Once the new product management experience has shipped, those customizations should not be necessary anymore and should be removed — please only consider them a temporary bridge.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce product tab locked Version 7.7.0Hello, thanks for reporting this. We added a template to the “product” post type, which might be interfering with your customization. The template can be removed using a filter like this:
add_filter('woocommerce_register_post_type_product', function( $args ) { unset( $args['template'] ); return $args; });
Note however that this template also exists in WooCommerce 7.6.1, so if things worked fine in that version there might be another root cause for the behavior you’re seeing.
Forum: Plugins
In reply to: [WooCommerce] Checkout Field Editor for WooCommerce issueThank you for the report, @jm2212. Could you file a support request via the WooCommerce.com Marketplace?
Forum: Plugins
In reply to: [WooCommerce] Help! Fatal Error 500 After Automatic UpdateThank you for your report, @uwccpan. We’re investigating the issue and will provide an update when we know more.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Forms invisible after update????
I had this list activated, which seems to also catch a few variations of Mailchimp forms:
https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt
I’ve now switched to Better: https://better.fyi
Hope that helps!
LeifForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Forms invisible after update:facepalm:
It was an adblocker.
Sorry for the confusion, all is fine with the plugin. ??
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Forms invisible after updateFine on Safari on iOS.
First made me believe it could be a cookie issue or something similar, but private browsing shows the same problems.
Among the plugins I have installed and looking through my custom CSS, I don’t see anything suspicious … hmmm.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Forms invisible after updateWoah, that was swift! ??
Good point — I’ve tried Chrome now, now that you’ve mentioned it, and they’re all there alright. I don’t see them on Safari 9.1.2 for OS X.