tuomonurkkala
Forum Replies Created
-
Here is my view from chrome incognito: https://prnt.sc/zIrJvttMnf_5
And here is my view from Edge: https://prnt.sc/ffcZ9Hu7yyDk
Yes I have cleared all of my browser cache in both browsers.
Do you need my: LiteSpeed Cache >>> Toolbox >>> Report >>> Report number?
Yes it is.
Just click this URL in Microsoft Edge browser: https://www.sukat.com/kiristamattomat-sukat-sukat-com-ohuet-hopea-merinovillasukat/
It does the same still. I have updated the product in woocommerce product page and cleared all the cache and I have even cleared all the CDN cache in QUIC.cloud. Non of them have worked so far.
Little while ago I changed my server. But this product worked with the new server just fine for the start, but not anymore.
Hi @qtwrk
What do you mean by: em ?
Yes my sites are in wordpress multisite environment.
I haven’t set any cron systems to my site that I know of. Maybe some plugin could do that?
I just updated woocommerce and few other plugins. Could the problem come from them? I am not seeing any woocommerce >>> error logs from this problem either. ??
I am using your plugin and I update it every time when there is an update available. I don’t know where I can update from legacy UI to revamped UI?
Does this mean that I should use the PRO version of your plugin or what?
Best Regards,
Tuomo Nurkkala
Forum: Plugins
In reply to: [Weight zone shipping for WooCommerce] Free shipping limitOh, I think I know what you mean now. I can Set up free shipping rule for all shipping. But I have many different shipping rules where this can’t be applied.
For example I have this type of shipping rule:
Set up multi rate weight zone
Method Title
PostiinShipping Rates
1,4990 | 3,95 | S-paketti Postiin
2,4990 | 5,56 | M-paketti Postiin
4,9990 | 7,18 | L-paketti Postiin
9,9990 | 8,79 | XL-paketti Postiin
19,9990 | 14,43 | XXL-paketti PostiinTax Status
TaxableHandling Fee (fixed or %)
It would be nice if it had “Free shipping limit” type of an addon after Handling Fee (fixed or %):
Free shipping limit
(box where people could add the price)Best Regards,
Tuomo Nurkkala
- This reply was modified 1 year ago by tuomonurkkala.
Forum: Plugins
In reply to: [Weight zone shipping for WooCommerce] Free shipping limitIf this code is set mosly as denied it won’t show anything in GA4, even tho I have accepted all the cookies:
<script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("consent", "default", { ad_storage: "denied", ad_user_data: "denied", ad_personalization: "denied", analytics_storage: "denied", functionality_storage: "denied", personalization_storage: "denied", security_storage: "granted", wait_for_update: 2000, }); gtag("set", "ads_data_redaction", true); gtag("set", "url_passthrough", true); </script>
and if this is set moslty “granted” then I will see things happening in Ga4:
<script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("consent", "default", { ad_storage: "granted", ad_user_data: "granted", ad_personalization: "granted", analytics_storage: "granted", functionality_storage: "granted", personalization_storage: "granted", security_storage: "granted", wait_for_update: 2000, }); gtag("set", "ads_data_redaction", true); gtag("set", "url_passthrough", true); </script>
Should all off those be granted or denied?
Hi @rmintellek
Thank you for your help! I have added the script in the right spot now.
How long will it take that GA4 will recognize that these are done properly? Is it 48 hours or something like that?
Best Regards,
Tuomo Nurkkala
I added the script to /public_html/wp-content/themes/sukatcom/header.php:
<head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes"> <link rel="profile" > <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("consent", "default", { ad_storage: "denied", ad_user_data: "denied", ad_personalization: "denied", analytics_storage: "denied", functionality_storage: "denied", personalization_storage: "denied", security_storage: "granted", wait_for_update: 2000, }); gtag("set", "ads_data_redaction", true); gtag("set", "url_passthrough", true); </script> </head>
But how do I know where the Google Site Kit adds their head script for GTM?
It says here:
Step 2. Paste the custom script above the CookieYes script and Google Tag Manager script. Ensure that the order of the scripts is as follows:
- Custom Consent Mode script
- gtag / GTM script
- CookieYes script
Now I don’t know the order for the scripts.
Is there a good way to rearrange the scripts order?
Best Regards,
Tuomo Nurkkala
Hi @rmintellek
Thank you for your help!
Should I use some plugin to add that custom code to my websites or which .php file I should add this to?
I looked at public_html/.htaccess PHP file, but I’m not finding any GTM scripts there. I am using Site Kit for GTM.
Best Regards,
Tuomo Nurkkala
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed JSOkay, thanks!
I looked at CSS differences as well the same way and I found these:
:is(.product-images,.entry-summary){padding-left:0;padding-right:0}}}.categories-space-0{margin-left:0;margin-right:0}
……….:is(.product-images,.entry-summary){padding-left:0;padding-right:0}}}.vc_custom_1702072460715{margin-top:-35px !important}
……….https://www.diffchecker.com/BGNAUaQ1/
Should I add something to CSS Excludes?
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed JSShould I add the
DOMContent
to:Page Optimization -> Tuning -> JS Excludes
or to:
Page Optimization -> Tuning -> JS Deferred / Delayed Excludes
or both?
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed JSHere is two other similar sized JS files which have differences:
https://www.diffchecker.com/HWwTNM8D/
So there was two identical files and 4 of them had little bit differences in the codes.