crauser
Forum Replies Created
-
The problem cames for the AMP plugin, what do yo recommend in this case? I would like not to stop using that plugin.
Ok, I will do that. I’ll let you know when I run the tests.
Forum: Plugins
In reply to: [Microsoft Clarity] net::ERR_ABORTED 499Yes, I start reciving data, but the error is still there I upload a screen capture so you know what I’m talking about.
Hi, I’ll try it out and get back to you shortly.
Hi, I have used the following code to avoid attaching invoices if the company name data is missing, but what I really want, is that the invoice is not generated if the field comes empty. Any ideas?
add_filter( ‘wpo_wcpdf_custom_attachment_condition’, ‘wpo_wcpdf_invoice_attachment_condition’, 100, 4 );
function wpo_wcpdf_invoice_attachment_condition( $condition, $order, $status, $template_type ) {
// only apply condition to invoices
if ($template_type == ‘invoice’) {
$billing_company = $order->get_billing_company();
// do not attach invoice if billing company is not filled in
if (empty($billing_company)) {
$condition = false;
}
}return $condition;
}Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analyticsI did everything and I don’t know what else to do, the tag is ok but the events doesn’t register in analytics what should I do
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analyticsI’ve been testing and by selecting “Yes, with google analytics” in complianz and removing the code <script type=”text/javascript” async src=”https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX-1″></script> the problems looks to be solve. But I don′t if that is ok.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analyticsYes but not yes. what I mean is that I don’t see the duplicate tag for analytics thats good, but the option of marketing cookie acceptance in the banner unpear and I don’t want that.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analyticsHello again. I did it but now I have 2 questions. What about the anonymize IP? I can’t see that, is that good? and what about the acceptance of analytics cookies in the banner? it doesn’t show up.
Thanks again for you help and you patience!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analyticsI add the code using “class=”cmplz-native” type=”text/javascript” just like you suggest but shows again de duplicate tag. I should add the code using the scripts center od complianz?
sorry for bother you
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analyticsI did it the fisrt one, but this error appears after accept all cookies “Invalid call to gtag(), the Global site snippet is not installed”
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analyticsOk, I answered “Yes, with google analytics” to that question. So in that case I should add the analytics tracking code to my web site or not?
Leave the screen capture
https://pasteboard.co/JuQ72oB.jpgthis is the tracking code I added using de plugin “Header Footer Code Manager”
<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX-X”></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());gtag(‘config’, ‘UA-XXXXXXX-X’);
</script>Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz is not blocking the cookiesThat’s all, thanks
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz is not blocking the cookiesI already had it.
adding https://mc.yandex.ru/metrika/watch.js to the script center
https://prnt.sc/upzuvgForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz is not blocking the cookiesI’m working with chrome, I verified and the cookies for example the google analytics add the personlized ID for the cliente for example ga.00000.12345 before accept the cookies. I appreciate if you could share a video.
thanks