morvy
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Watermark] black background instead of transparentI have the same problem. If I put PNG with transparency as watermark, it is either with correct opacity but black background or it ignores opacity and displays it fully opaque. Both scenarios are unusable.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Missing results if they share the same keywordSooo simple .. thank you very much, I should read settings descriptions better
Forum: Plugins
In reply to: [WordPress Sentry] Performance monitoring@stayallive Thanks for the v.4 update !
I just updated to the latest version, added WP_SENTRY_BROWSER_TRACES_SAMPLE_RATE constant in wp-config and it just works! Of course there is not everything (like time consuming db queries or superslow php functions), but I can see the waiting time, resources loaded and time each call took. This is pretty amazing for doing “no extra work” on my side!
Hi @duracelltomi ,
found the issue .. the event is not triggered, when the shipping fields are filled in with autofill. It just doesn’t know it was filled in. When I enter data manually, it works fine.
That’s the only tutorial you need. You’ll end up with 3 tags (1x Page View, 1x EEC events, 1x Impressions)
UPDATE:
so it seems the Step #3 works, somewhere .. it’s just me who can’t trigger it? ?? Anyways, I have 8 times #3 in Analytics (and 65x #2 + 53x #4) so it somehow works.If possible, could somebody shed some light on this? When does the #3 Step triggers?
try it with Storefront theme, maybe your theme has some hooks missing
1. regex means it will use regular expression for matching. you need to enable it so every event is matched correctly
2. ignore Tag Assistant extension, it gives false positive. I find GTM/GA debug extension much better, I use it with FB pixel debugger and Adsverve GTM debug extension
3. your loading speed is OK, full load time is not that good but that varies a lot and doesn’t affect user expert that much. Contentful paint is more important
4. you can use Simo Ahava’s FB pixel template in GTM in combination with this plugin, so you track both GA and FB events simultaneously
It won’t (can’t) create any tags. You need to add at least very basic tracking following this tutorial:
https://gtm4wp.com/how-to-articles/how-to-setup-enhanced-ecommerce-trackingForum: Plugins
In reply to: [W3 Total Cache] Error log full of noticesThank you for reply.
I haven’t found a bug report for the other issue mentioned above – is_404, is_single, is_feed checks are executed before the query. Hope this will be fixed soon ??Forum: Plugins
In reply to: [SuperFaktura WooCommerce] Pridanie filtrov pre platobne metodyZdravim,
pridal som, ale neviem ci je to bug alebo ficura, no pridavam do zoznamu cez pole
'stripe' => __('Stripe', 'woocommerce-gateway-stripe')
a do FA sa to neprenasa, resp. prenasa sa “stripe”.
podla vsetkeho by mala byt hodnota vyplnena z tohto riadku, no nechapem velmi ako je to mapovane, lebo v DB je to “woocommerce_sf_gateway_stripe” s value “stripe”, co by ist malo, napriek tomu to do faktury neprenesie
'payment_type' => get_option('woocommerce_sf_gateway_' . $this->get_order_field('payment_method', $order)),
Hi,
yes those 2 threads look very similar.
I switched to Storefront with no change in results.
Shipping is Flat Rate Shipping built in WooCommerce, price set to 2.4167, Taxable.
Tax is set correctly, because it works everywhere else. (* * * * 20.0000 DPH 1 false true)If you check the screenshot, the Cart total is correct, Tax is correct, but Shipping is only displayed without tax, because shipping’s tax is correctly calculated and added to Cart total.
In these screenshots you can see the Cart total is equal, tax is equal but Shipping is different
https://ibb.co/4V4PWsc
https://ibb.co/f9q0ZgxHi,
I tried with all plugins disabled but this looks more like a specific issue with Payment Request buttons (not sure)
Here is a screenshot from my phone, so there is a Cart summary, Shipping (UPS) in frame, Cart total underlined and the modal from Stripe Payment Request that shows the Cart total correctly but the shipping is without VAT
Thanks for your help
Forum: Plugins
In reply to: [Fast Velocity Minify] rmdir error after 2.6.6 upgradeAll errors are recurring from time to time when cron job is executed. All these sites have default WP cron disabled and called by crontab every 5 minutes, some sites have 20 errors in last 2 days, some 60 .. more visitors, more errors .. “no such file or directory” is triggered 3x more often
Forum: Plugins
In reply to: [Fast Velocity Minify] rmdir error after 2.6.6 upgradeThanks,
well debug is not active on all sites, only on DEV (but I have Sentry.io active on all, that’s why I know about the error).
Still, it appeared only after 2.6.6 update, didn’t have these warnings before and I haven’t changed configuration/hosting/permissions/theme/plugins ..