napalm80
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Receiving no data of purchasesThe snippet was causing problems. Once it is gone, everything looks fine.
Thank you for your help.
Martin
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Receiving no data of purchasesYes, i am using snippet in functions.php:
add_action( 'woocommerce_thankyou', 'my_custom_tracking' ); function my_custom_tracking() { $order = wc_get_order( $order_id ); $total = $order->get_total(); echo ('<script type="text/javascript" src="https://c.seznam.cz/js/rc.js"></script><script>var conversionConf = { id: 100047214, value: ' . $total . '};if (window.rc && window.rc.conversionHit) { window.rc.conversionHit(conversionConf); } </script>'); }
System status report: download here
Thank you for your help.
Martin
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Misblock of the scriptThank you. I have added
rc.retargetingHit
?as a script/URL, but the cookie is still not set ad i cannot see it in DevTools .The cookie name is SID.
Website: https://www.netradicni-medicina.cz.The original code is:
<script type="text/javascript" src="https://c.seznam.cz/js/rc.js"></script> <script> var retargetingConf = { rtgId: 54521 }; if (window.rc && window.rc.retargetingHit) { window.rc.retargetingHit(retargetingConf); } </script>
Complianz change it to:
<script data-service="Seznam-Sklik" data-category="marketing" type="text/plain" src="https://c.seznam.cz/js/rc.js"></script> <script type="text/plain" data-service="Seznam-Sklik" data-category="marketing"> var retargetingConf = { rtgId: 54521 }; if (window.rc && window.rc.retargetingHit) { window.rc.retargetingHit(retargetingConf); } </script>
It seems right, but no cookie is set anyway.
Thanks,
MartinForum: Plugins
In reply to: [EWWW Image Optimizer] Images disappeared after migrationThank you. I have turned off lay load in W3TC and i can see all images now.
Forum: Plugins
In reply to: [W3 Total Cache] White ScreenThank you Marko. Gzip compression was the problem indeed. When i have turned it off, white page is no longer the problem. When i turn it back on, white page is back.
Martin
Forum: Plugins
In reply to: [WP Responsive Menu] After update menu does not appearThis was the first thing I tried. But it didnt help.
martin
Forum: Plugins
In reply to: [WP Responsive Menu] After update menu does not appearHi
That is because I have found the problem already. I use BWP Minify plugin. But when wprmenu.js is minified that is causing mentioned issue now. I have removed it from minifying process and everything seems ok.
Best,
MartinForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Missing TAX detailsI have found missing tax details in woocommerce. Problem solved ??
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Blank page as resultHello Ewout
HTML output is OK and debugging came with this:
“Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 86 bytes) in /var/www/vhosts/superohnostroje.cz/httpdocs/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/lib/dompdf/include/style.cls.php on line 748”Memory limit is set to 128M.
Thanks for assistance.
MartinForum: Plugins
In reply to: [WP Responsive Menu] IE8 issue – page stop workingHi
Everything seems to work just fine now.
Thanks for superfast solution ??
MartinForum: Reviews
In reply to: [WooCommerce GoPay Payment Gateway] Nefungující plugin v nové verzi WPZdravím, dejte mi vědět na [email protected]. Plugin bych pot?eboval zprovoznit. Díky. Martin Domes
Forum: Plugins
In reply to: [Image Watermark] How to put waterpark on already uploaded images?Ive changed every settings posibble and now its working fine. Thanks for help ??
Forum: Plugins
In reply to: [Image Watermark] How to put waterpark on already uploaded images?I changed every setting that was possible to change and now ots working. Thanks for help ??
Forum: Plugins
In reply to: [Image Watermark] How to put waterpark on already uploaded images?Full, large, medium
Forum: Plugins
In reply to: [Image Watermark] How to put waterpark on already uploaded images?Thanks, that sems like to work, but id doesnt. I see Watermark was succesfully applied to X images, but image seems to be the same.
Automatic watermarking works fine.
Any thoughts?
Martin