Mirco Babini
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable jQuery Migrate Helper] after update home page elements not showingSame issue reported here.
This is because of this line:
const warnings = jQuery.migrateWarnings;
should be replaced with:
const warnings = jQuery.migrateWarnings || [];
because it’s causing “.length on undefined” on this other row later on:
if ( warnings.length ) {
By the way, this is because the deprecation notice javascript is running on front-end as well, at least when logged in as administrator. Why? Maybe because of the admin-bar jQuery Migrate item?
@clorith if you need a link to a staging site with the issue reproduced just send me an email.
- This reply was modified 4 years, 5 months ago by Mirco Babini.
- This reply was modified 4 years, 5 months ago by Mirco Babini.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Fatal error after update !Just noticed that you did it. ?? Thank you.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Fatal error after update !Yeah…. got it. Just write somewhere that PHP7.1 is the minimum php version then.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Fatal error after update !Dude, not a great suggestion here. You should think about minimum PHP Version. You are breaking websites with PHP7.0 as well because of Simfony. [24-Mar-2020 15:20:29 UTC] PHP Parse error: syntax error, unexpected ‘?’, expecting variable (T_VARIABLE) in …../wp-content/plugins/wp-html-mail/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php on line 46
I understand that we should use the latest version of PHP but you know that this is not always possible.
Forum: Plugins
In reply to: [Custom Body Class] Can’t access itI found what’s going on here. There’s a very little bug (or feature?).
Clean website, plugin installed, no metabox anywhere.
Gone to settings, hit “save” and the metabox appeared.
Pretty sure “post” / “page” are NOT selected by default in database, even if the appear like selected in options.Please fix it ??
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Weird update availableEhy, thanks for your answer. Really don’t think so. By the way I have had no time to investigate further… the update disappeared now. Really, no sense.
I’ll be back to you if happens again… :/
Thanks again!
MircoForum: Plugins
In reply to: [Woo Update Variations In Cart] Does this work with woo product addons?Same here… doesn’t work. Did you find another solution?
Thanks,
MircoForum: Reviews
In reply to: [Remove/Hide Admin Toolbar] Useless, use show_admin_bar(false) insteadWelcome. Well, it works, so why not. ??
just place a
return false
instead and use with care until a fix is releasedForum: Plugins
In reply to: [WooCommerce] Exclude shipping cost from couponawesome. thanks!
Forum: Reviews
In reply to: [Style.css Load Last Version] Wow just like thatNo prob, thank you so much. ??
Forum: Reviews
In reply to: [Style.css Load Last Version] Wow just like thatSo, why only One single star? ??
You’re welcome. ??
Forum: Plugins
In reply to: [Facebook Posts Embedded] Responsive?Try to style it using the width: 100% directive.
Tell us if it works.
Forum: Plugins
In reply to: [WPML Translate Shortcode] What code for catalan ?Try to dump the value of the ICL_LANGUAGE_CODE var and you’ll know the right code to use.
If you want, tell us for other users.
Thanks,