ingarb
Forum Replies Created
-
Forum: Plugins
In reply to: [Login with Vipps and MobilePay] KlageOk, takk.
Hope for a solution here soon.
There are 0 cases where we can get the Turnstile widget to show on an Elementor Popup.HI Elliot.
The only way I was able to get the Turnstile to load on JetPopups, is if we turn of AJAX loading. But it really sucks to do that, because then all our popups load on every page on the whole site,and we really don’t want to do that.
Even with element caching turned off, no cache plugin or optimization plugin the Elementor popup is even worse. Here the Tunrstile will never load at all, no matter how we tweak settings.Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Broken AVIF images in emailsHi Bowo! Thank you for the quick reply.
You are right, when the image doesn’t work, it looks like this: Error is “unknown image format” (from Brevo).
dev01.img.tsp1-brevo.net/im/7665301/d1b5bdc9c2da4b10a2a04b08115c0b335e28d5e06e930fa2236b916892da7626.jpg?e=f63wW0mUAs86TXR7g87a4NGPNOwv67TLpqRflR26UU2X4o1F4g8pjfCc-5OC3Bs1KEtKKoqHlKi5ZZNKifx0p0ozfKbuVrPuLEEhLPD-xoExFpNex7BtyLK8-ovaL63errypG9UmzNbTdyNh9y7ecBn5P98vkIMnWcOQ0B3ss-gdbYQAH-b-xaHVxPPLnrZrHrtPLsffh1axIRzUCN7UbQoAt0xYCburdhm3GXtuGB_2Z1ISUkNwBHEhb0aJWWI5ZWv1Cc0DLgT36mC_J6WlBNfu3eTBGAKwxgSzmBDTN4LuOTts2GrfPyqALylb5o2nIHUGYxEYVciLnWp9jPMOS1SNQJb-
When not using, brevo, the link is like this (and works):
https://varselbutikken.no/wp-content/uploads/2017/09/annen-helsefare-produkt-img.avifForum: Plugins
In reply to: [WooCommerce] AVIF Product images leads to broken images in emailsHi. Thanks for your very quick reply!
Here is the system report:
https://pastebin.com/mity01cp- This reply was modified 7 months, 3 weeks ago by ingarb.
Thanks!
Great video.Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Cannot duplicate CPTThanks for the quick reply! It always worked 100% for me.
Never any issues, that’s why I liked it š
Right now, I have a Theme builder template I want to copy – but it is too complex for the Elementor Export/Import template function.. But your copy function always worked great..- This reply was modified 10 months, 1 week ago by ingarb.
Ok, takk for tilbakemeldingen.
Forum: Plugins
In reply to: [Google for WooCommerce] Products not syncing anymore after many errorsThere is no “Sync Products” anywhere on the Product Feed page?
https://imgur.com/a/GcK4Xl1
I was using the 2.9 version of GLA. But I changed the snippet to yours and updated to latest version (v3).
But neither snippet nor v2.9 or latest v3 did any change to sync the hidden products. Still the same.. To resync I just disconnected all accounts and re-added them to trigger a sync/update.Forum: Plugins
In reply to: [Google for WooCommerce] Products not syncing anymore after many errorsIs there any way to add products with visibility: hidden to be included in the product feed?
I tried this, but no luck:add_filter( ‘woocommerce_gla_batch_product_sync_query_args’, function( $args ) {
if ( isset( $args[‘meta_query’] ) ) {
$args[‘meta_query’] = array_filter( $args[‘meta_query’], function( $meta ) {
if ( isset( $meta[‘key’] ) && $meta[‘key’] === ‘_visibility’ ) {
return false; // Remove the visibility check
}
return true;
} );
}
return $args;
}, 10, 1 );- This reply was modified 10 months, 4 weeks ago by ingarb.
Forum: Plugins
In reply to: [Google for WooCommerce] Products not syncing anymore after many errorsHi! Thanks for the follow up.
https://gist.github.com/ingarb/2879c3b68d1600f59698433afdec1a78I had a look at the products, but nothing pops out? I even reconnected all the accounts, but still no luck. Some products wont sync. I also tried latest v3 versjon and latest v2 version – no difference.
https://imgur.com/a/c29oLAX
Site1: 2100 products, 1 ad campaign
Site2: 670 products, no ads
Note that your plugin has not been able to execute a single insert into gla_merchant_price_benchmarks. All of them fail, so that table has 0 rows in both our databases.At least for me, the error is triggered by the Cron job your plugin creates. Which we run with Server Cron (WP Cron disabled).
We also have another site where this happens:
https://pastebin.com/APs6Umru- This reply was modified 11 months, 2 weeks ago by ingarb.
Hi, here you go – let me know if you need anything else?
Plugin log:
2025-06-22T03:00:07+00:00 DEBUG Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter\PriceBenchmarks::update_price_benchmarks Error inserting data into the database: “Column ‘mc_insights_suggested_price_micros’ cannot be null”Yes, indeed. I noticed that already… Since it’s not working..